[TYPO3-mvc] create new page in frontend

Jigal van Hemert jigal.van.hemert at typo3.org
Wed Sep 30 14:05:48 CEST 2015


Hi,

On 29/09/2015 22:37, Martin Weymayer wrote:
> i have an extension where frontend user can create new entries. the new
> entries should be saved in a new page. i found following which is only
> working if i am also logged in in backend (Fatal error: Call to a member
> function writelog() on a non-object in
> /home/xxx/public_html/xxx/typo3/sysext/core/Classes/DataHandling/DataHandler.php
> on line 7356):

DataHandler expects a BE user object to be present (for logging 
operations). The ->start() method however has an optional third 
parameter where you can pass a BE_USER object.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-project-typo3v4mvc mailing list