Jump to content
WebFlake
  • 0

IPB Arcade & Hooks


Guest frostbite

Question

Guest frostbite

Hi, I recently shifted my host, and I'm getting the following errors in while accessing the Arcade (on the board), and the manage hooks in admin cp.

 

Manage Hooks Error :

 

Posted Image

 

Arcade Error :

 

Posted Image

 

Another Arcade Error :

 

Posted Image

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Those are a poorly written hook/app installed. 

 

Since it is just a warning you can use ftp to edit the initdata.php file

find

//--------------------------------------------------------------------------// ADVANCED CONFIGURATION: ERROR REPORTING//--------------------------------------------------------------------------error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );

change to

//--------------------------------------------------------------------------// ADVANCED CONFIGURATION: ERROR REPORTING//--------------------------------------------------------------------------error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );
Edited by Lock Down
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...