php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -


i added new project. made mistake in projectname.conf file in sites-available apache2, led me reinstalling apache2.

after reinstalling , re-enabling projects on every page of every project

.. <body>    run(); </body> .. 

i've run composer update, restarted service, restarted pc, checked config files, tried disabling new project.

there nothing in error log, , access.log:

127.0.0.1 - - [15/may/2015:01:40:47 +0200] "get / http/1.1" 304 181 "-" "mozilla/5.0 (x11; ubuntu; linux x86_64; rv:38.0) gecko/20100101 firefox/38.0"

maybe i'm forgetting apache2 reinstall? don't think did different last time installed it.

looks haven't setup php correctly. take @ this great guide, maybe you're forgetting link php config apache2.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -