-
Notifications
You must be signed in to change notification settings - Fork 446
Known Issues
Christian Knuth edited this page Jun 21, 2015
·
2 revisions
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.
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()
.