View Single Post
  #8  
Old 05-09-2008, 04:21 AM
Delazar Delazar is offline
Member
 
Join Date: Nov 2006
Posts: 61
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder 
Default

Quote:
Originally Posted by Morgan View Post
Put the code back to the following:
Code:
		$script = '';
		if (defined('THIS_SCRIPT'))
		{
			$script =& $this->settings['scripts'][THIS_SCRIPT];
		}
		if (!$script)
		{
			return;
		}
ATM I think it's PHP 5.2.6 RC4 not being happy but maybe it's something else.

Go to ACP -> GAB -> Settings -> Debug and copy-paste here what you see.
Hallo Morgan,

mach dem ich GAB Aktiviert habe, konnte ich zum ertsenmal alle Einstellungen wieder sehen. Und so sehen die aus:

Settings:
Alle leer!

Billboards:
Quote:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /var/www/rpg-foren.com/htdocs/admincp/GAB_admin.php on line 485
Scripts:
Alles leer!

Moderate und Stats::
Quote:
Warnung: Invalid argument supplied for foreach() in [path]/geek/gab/includes/gab_class_admin.php (Zeile 209)
Ich muss wieder alles Neu Installiere
Aber ich habe keine Lust wieder alles zu machen und dann passiert es wieder.

Gruß
Delazar
Reply With Quote