Page 1 of 1

Fatal error: Call to undefined function sql_table_exists()

Posted: 21. January 2010 14:28
by BazzKiD
Deine Portal Version: 1.0.5
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Einsteiger
Link zu Deinem Forum: http://4webmasterz.net/

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Nur von 1.0.4 auf 1.0.5 geupdatet und einige andere MODs installiert...

Was hast Du bereits versucht um das Problem zu lösen?
Die Funktion zu entfernen, dann werden aber nicht alle funktionen angenommen.

Fehlerbeschreibung und Nachricht
Hallo!
Also in der Zeile steht

Code: Select all

	if(sql_table_exists(PORTAL_CONFIG_TABLE) == true)
	{
		$portal_config = obtain_portal_config();
	}
Und das steht auch so in der install.xml

Kann mir bitte jemand helfen?

L.G. PCFreund[/i]

Re: Fatal error: Call to undefined function sql_table_exists()

Posted: 21. January 2010 14:57
by Marc
Stelle bitte sicher, ob du auch die aktuelle portal/includes/functions.php hochgeladen hast.

Re: Fatal error: Call to undefined function sql_table_exists()

Posted: 21. January 2010 15:04
by BazzKiD
Danke das hat geholfen!
L.G. PCFreund