[FLOW3-general] Beginner issue with FLOW3's Blog Tutorial : createAction()
Robert Lemke
robert at typo3.org
Wed Jan 6 12:27:24 CET 2010
Hi SethYs,
from what you tell you either have a PHP error somewhere (did you check the PHP error log or enable the error display in the php.ini?) or the error message is omitted because you're running FLOW3 in Production context.
A good way to check out what's wrong is to look at FLOW3's log files (see Data/Logs/).
Cheers,
robert
Am 27.12.2009 um 14:14 schrieb SethYs:
> I'm getting start with the FLOW3's Blog tutorial and have an issue with
> createAction() in BlogController.
>
> I followed the tutorial (createAction with one Blog parameter called
> from blog/blog/new page) but when I go to my local controller address
> (trough the new blog filled page) I have a blank page.
>
> Normally, createAction persists the new Blog instance and redirect to
> 'index' action which lists all blogs but it seems not work.
> I tried an echo('TEST'); from createAction function but nothing is
> printed in my navigator (source is also empty).
> When I display the index page http://flow3.imac.local/blog/blog, source
> contains the empty list of blogs '<ul></ul>'.
--
Robert Lemke
Fluent Code Artisan
http://typo3.org
http://flow3.typo3.org
More information about the FLOW3-general
mailing list