Thread: Setup Error
View Single Post
  #14  
Old 3rd April 2011, 15:32
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
open header.php and find
PHP Code:
$startpagetime microtime(); 
and add before
PHP Code:
if (!ini_get('display_errors')) {
    
ini_set('display_errors'1);

that should force show errors
after editing the file header.php i got syntax error in language/english.php in the last line
i found it without ?> and i close it and i got another error in the line befor the last and i found it without "); and i close it to and then the script start working but i got this in the header :
Quote:
Warning: Wrong parameter count for define() in G:\*********\*******\*******\pmt\language\english. php on line 628
how to fix it please
thanks
Reply With Quote