Seite 1 von 1

Problem mit Portal Hintergrund MOD

Verfasst: 15.04.2007 06:16
von christian1
Ich habe mir den Portal mod installt und jetzt wollte ich diesen mit einem schoenen Hinterglund erweitern -> intro_portal_version_1_50_backgroundimage_addon_v100_em doch immer wenn ich wie beschrieben das db update aufrufe im browser kommt diese:

Code: Alles auswählen

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'xxxxxx'@'192.168.135.2' (using password: NO) in /usr/export/www/vhosts/funnetwork/hosting/xxxxxxx/forum/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/vhosts/funnetwork/hosting/xxxxxx/forum/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/vhosts/funnetwork/hosting/xxxxxx/forum/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database
Waere nett wenn ihr mir helfen koenntet. :)

Verfasst: 15.04.2007 13:40
von redbull254
Hallo,erstmal
ändere das mal in der db_update.php so ab.

Code: Alles auswählen

include($phpbb_root_path . 'extension.inc');
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);
ändern in

Code: Alles auswählen

include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'config.'.$phpEx);
include_once($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/constants.'.$phpEx);
include_once($phpbb_root_path . 'includes/db.'.$phpEx);

Verfasst: 15.04.2007 23:01
von christian1
Vielen Dank, es hat geklappt. :)

Gruesse Christian

Verfasst: 15.04.2007 23:28
von christian1
Hmm so habe ich es mir aber nicht vorgestellt, ich wollte nicht nur den rahmen des portals mit einem hintergrund austatten, sondern auch das forum selbst, sprich halt alles auch hinter derm Rahmen... Waere nett wenn du mir nochmal helfen wuerdest...

Gruesse Christian

Verfasst: 18.04.2007 22:31
von christian1
So jetzt habe ich ein wenig gewartet, aber ich glaube ich kann nochmal auf meine frage aufmerksam machen....danke

Verfasst: 21.04.2007 20:22
von christian1
So ich habe jetzt einen normalen hintergrund, aber noch ohne css, wenn ich jetzt css aktiviere mit dem portalmod, funtzt der rahmen und uns die schrift noch ohne weiteres, oder ist dann alles durcheinander z.B. riesenschrift usw.?