View Single Post
  #5  
Old 26th August 2012, 03:26
ionut19alx ionut19alx is offline
Member
 
Join Date: Oct 2008
Posts: 4
Default
Quote:
Originally Posted by firefly007 View Post
Are you on shared hosting or dedi?

If one, Look in your Cpanel or plesk panel under php

If two, Edit your php.ini file found in etc/php5/apache2/php.ini

and look for this

Change this

Code:
display_errors = Off
to

Code:
display_errors = On

Ok, I've done that and now I got this error:
Quote:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/var/www/tracker/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
Bump: Nobody knows?
Reply With Quote