Thread: Setup Error
View Single Post
  #10  
Old 2nd April 2011, 19:24
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
to set show_errors you have to do that in your server control panel or php.ini file
to view errors there should be a option there to.
first lets try to fix one thing first open include/fuctions.php
find
PHP Code:
if (ip_valid(&$_SERVER[$c])) { 
and change it to
PHP Code:
if (ip_valid($_SERVER[$c])) { 
ok
after the change
i got this in the index :

Quote:

thanks
Reply With Quote