Wednesday 22 July 2009

for debugging joomla

rename the index.php to index_main.php

then , create new index.php and paste the code
error_reporting(E_ALL);
ini_set("display_errors", 1);
include("index_main.php");
?>

No comments:

Post a Comment

Please share your thought about this