kjetilrong
kjetilrong
those options is not applicable for php7. But to solve this problem i had to replace the Doctrine Annotations directory with a version found here: https://github.com/doctrine/annotations/releases/tag/v1.2.5. Then i got i...
I got it running, had to edit the composer.json file. trial an error brought me to this: "php": ">=5.3.10,!=5.3.16", "symfony/symfony": "2.5._", "doctrine/data-fixtures": "1.0._@dev", "doctrine/doctrine-fixtures-bundle": "dev-master", "doctrine/migrations": "dev-master", "doctrine/doctrine-migrations-bundle": "dev-master", "doctrine/orm":...
Strange.. every page works but one. The /app.php/users returns: The server returned a "500 Internal Server Error" And i cant find anything in the error.log
Changed to "doctrine/orm": ">=2.4.0,