Seite 1 von 1
Intro+Portal Mod
Verfasst: 05.11.2005 18:50
von blubbin
Hallo.
Ich habe den Intro+Portal Mod Eingebaut.
Als ich die
http://mgm7c.mg.funpic.org/phpBB2/intro ... nstall.php öffnen wollte , kam das :
[ externes Bild ]
Als ich danach das Forum wollte, kam das:
[ externes Bild ]
Bitte um Hilfe!
MfG
Verfasst: 05.11.2005 21:30
von Christian_W
Bitte mach von den Fehlermeldungen keine Screenshots, sondern kopiere sie als Text hierhin. So kann man sie auch über die Suchfunktion finden.
Beispiel:
Code: Alles auswählen
Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) in /var/www/testforen/phpBB2-2.0.18-deutsch/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /var/www/testforen/phpBB2-2.0.18-deutsch/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/testforen/phpBB2-2.0.18-deutsch/db/mysql4.php on line 331
phpBB : Kritischer Fehler
Could not connect to the database
Um den Fehler zu beheben:
Code: Alles auswählen
----- öffne -----
/intro_portal_mod_db_install.php
----- finde -----
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
----- ersetze mit -----
include($phpbb_root_path . 'common.'.$phpEx);
Gruß Christian
Verfasst: 05.11.2005 21:53
von blubbin
Hallo
ok, hab ich gemacht.
Doch jetzt kommt das:
Code: Alles auswählen
Parse error: parse error, unexpected T_VARIABLE in /usr/export/www/hosting/mgm7c/phpBB2/language/lang_german/lang_main.php on line 152
(Das hatte ich schon vorher, als ich nur das Forum aufrufen wollte)
MfG
Verfasst: 05.11.2005 21:59
von Markus67
Hi ...
verlinke mal bitte die lang_main.php als txt-Datei
KB:datei
Markus
Verfasst: 05.11.2005 22:07
von blubbin
Verfasst: 05.11.2005 22:17
von Markus67
Hi ...
suche in der lang_main.php
Code: Alles auswählen
$lang$lang['Search_new'] = 'Beiträge seit dem letzten Besuch';
ersetze mit:
Code: Alles auswählen
$lang['Search_new'] = 'Beiträge seit dem letzten Besuch';
Markus
Verfasst: 05.11.2005 22:22
von blubbin
Hallo
Nun kommt:
Code: Alles auswählen
phpBB : Kritischer Fehler
Could not query database for theme info
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
MfG
Verfasst: 05.11.2005 22:27
von Markus67