Jump to content
GIGN Forum

Ipb Forums


Recommended Posts

1. Atvērt class_display.php, 856 rindiņā meklēt foreach(), apskatīties un risināt problēmu.

1.1. if(!empty($arguments) && is_array($arguments)){ foreach(){ ... } }

1.2. if(empty($arguments) || !is_array($arguments)){ $arguments = array(); } foreach(){ ... }

2. Brutāli aizvērt muti

2.1. ini_set('display_errors',0);

2.2. @ php.ini (whereis php) - display_errors Off

EDIT: Added option 2.2

Edited by X ID
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...