This index.php file worked fine until recently. my server is running ubuntu 15.04
i have tried complete reinstalling php5 and apache2 package.
My index.php: http://gyazo.com/26fe168e7bf0695233f61d7d1eb29b47
instead of running the include_once code it totally ignores it...
what view source from website shows: http://gyazo.com/09606d26de4fd9002eb3265def95f52c
help?? :(
update: everything works fine in dreamweaver like it supposed to. I think its the serverside problem. I have not altered anything that could cause this screw up >.>
error log
pastebin.com/uZCKUxYh
HTML works fine by its self. php echo works. but my php_includes is causing all the problems
when i add a / into file location (php include_once("/filename.php")) it decides to: gyazo.com/9b530bc9383ab9be534b41e639920f0f but doesnt show or run the php codes.