OneSKILL Posted May 8, 2009 Report Share Posted May 8, 2009 Uzzinstalēju Gentoo pēc manuāļa, pārmetu failus, skatos foruma augšā visu laiku stāv Quote Warning: Invalid argument supplied for foreach() in /var/www/localhost/htdocs/f/sources/classes/class_display.php on line 856 ko darīt? Link to comment Share on other sites More sharing options...
X ID Posted May 8, 2009 Report Share Posted May 8, 2009 (edited) 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 May 8, 2009 by X ID Link to comment Share on other sites More sharing options...
SugarBitch Posted May 8, 2009 Report Share Posted May 8, 2009 X ID vari lūdzu pateikt savu skype man ar ir problēma ar IPB forumu tad kad taisu jaunu tēmu , tad viņš ļoti plats izsplēšās ! Link to comment Share on other sites More sharing options...
X ID Posted May 8, 2009 Report Share Posted May 8, 2009 Nē, nevaru (: Link to comment Share on other sites More sharing options...
SugarBitch Posted May 8, 2009 Report Share Posted May 8, 2009 Nu tad palīdzi ! Link to comment Share on other sites More sharing options...
X ID Posted May 8, 2009 Report Share Posted May 8, 2009 Es tev pateicu 4 variantus kā atrisināt vienu problēmu. Tālāk domā pats. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now