Skip to content
Christian Knuth edited this page Jun 21, 2015 · 2 revisions

root page works, but 404 at any other route

Maybe you forgotten to copy the .htaccess file to your project as well? Make sure it exists and that you run apache with mod_rewrite enabled. Additionally make sure that AllowOverride All is enable for your apache vhost (see sample apache configuration). If you run your F3 application in a subdirectory, try to set the appropriate RewriteBase path in the .htaccess file.

IteratorAggregate::getiterator()

Fatal error: Can't inherit abstract function IteratorAggregate::getiterator() (previously declared abstract in DB\Cursor)

When you see this error, you are probably running PHP at an old 5.3.x version. To solve this, upgrade to php 5.4 or goto /lib/db/cursor.php and comment out the abstract function getiterator().