Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation don't start Error
#10
Hi

Add lines at the end

sample:
PHP Code:
<?php 
}

$settings = new Settings();

?>


==>

PHP Code:
<?php 
}

$settings = new Settings();

ini_set("html_errors", 1);
ini_set("display_errors", 1);
ini_set("error_reporting", E_ALL);

?>

doudoux
Reply


Messages In This Thread
Installation don't start Error - by blogger - 05-05-2011, 02:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)