obey-robots.txt
View Thread
All MODs and their Supported Threads goes here in this Section.
 Print Thread
[MOD]Removing Error Log
Creator
Everytime when there is error at your code, error message is displayed at page footer for site administrator.(WARNING: An error occurred while parsing the page. Please see PHP-Fusion's error log for more details.). If you want to remove/hide this error message, Goto Themes>Templates and open footer.php, find and remove this code:
Download source  GeSHi: PHP
  1. // Error handling
  2. if (iADMIN && checkrights("ERRO") && count($_errorHandler) > 0) {
  3. echo "<div class='admin-message'>".str_replace("[ERROR_LOG_URL]", ADMIN."errors.php".$aidlink, $locale['err_101'])."</div>\n";
  4. }
Parsed in 0.046 seconds, using GeSHi 1.0.8.10
 
http://www.samuel.cuccfree.org
Jump to Forum
New Thread Post Reply
Use BBcode or HTML to refer to; '[MOD]Removing Error Log'
BBcode:
HTML:
Simular threads
Subject Discussion Forum         Last Post
Error in Localhost (SQL) Discussing PHP Fusion and its Components : 7 11/04/2013
Similar Threads
Thread Forum Replies Last Post
Error in Localhost (SQL) Discussing PHP Fusion and its Components 7 11-04-2013 14:33