Internal Server Error in hosting

Morus

www.votezone.eu , www.privateserversranking.com
I've just recently updated php from 5.2 to 5.6 on my hosting website and for some reason my main website stopped working. The html is fine but the rest is showing following error. Its strange cos the other website based on the same file is working fine after updating php to 5.6

Not working
www.votezone.eu/index.php


working fine
www.l2.votezone.eu

Any suggestion?
 

Attachments

  • Screen Shot 2016-03-29 at 23.29.34.png
    Screen Shot 2016-03-29 at 23.29.34.png
    373.9 KB · Views: 6
something in php.ini was causing the problem, see the code below just for your records

zlib.output_compression=1
auto_prepend_file=/kunden/homepages/../htdocs/votezone/headers.php

allow_url_fopen = on;
allow_url_include = on;
register_globals = on;
error_reporting = (E_ALL & ~E_NOTICE & ~E_WARNING);
url_rewriter.tags = ìa=href,area=href,frame=src,form=fakeentry,fieldset=î;
 
yes it is solved. some issue with php.ini file. I placed the code above for others to check what the problem was
 
Back
Top