Seite 1 von 1

Fehler bei Upload MOD Installation

Verfasst: 26.11.2005 21:56
von salai
Hello All PhpBB Developer,

Ich wollte die Upload Mod von http://www.phpbb.de/viewtopic.php?t=100438
für mein Forum Installieren, aber bei installation bekomme ich folgende fehler..

http://meineseite.de/upload_mod_db_install.php

phpBB : Kritischer Fehler

Could not connect to the database


Wo liegt es die Error???

Das Forum ist schon fertigt installiert.

Mfg,
salai.

Verfasst: 26.11.2005 22:05
von Markus67
Hi ...

suche in der upload_mod_db_install.php

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);
ersetze mit:

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);
Danach die Datei nochmal aufrufen .. dann klappts :wink:

Markus

Verfasst: 12.12.2005 22:00
von Jungerfalke
also bei mir kommt wenn ich die datei aufrufe:

Code: Alles auswählen

Warning: main(./extension.inc): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 4

Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 4

Warning: main(./config.): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 5

Warning: main(): Failed opening './config.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 5

Warning: main(./common.): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 6

Warning: main(): Failed opening './common.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 6

Warning: main(./includes/constants.): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 7

Warning: main(): Failed opening './includes/constants.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 7

Warning: main(./includes/db.): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 8

Warning: main(): Failed opening './includes/db.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 8

Fatal error: Call to undefined function: session_pagestart() in /usr/export/www/vhosts/funnetwork/hosting/jungerfalke/admin/mods/Upload_Mod_V200_emc/phpbb2/upload_mod_db_install.php on line 13

Verfasst: 13.12.2005 10:27
von Markus67
Hi ...

die Datei upload_mod_db_install.php muss direkt in den Forumroot (da wo auch memberlist.php ist) dann klappts auch :wink:

Markus

Verfasst: 13.12.2005 14:05
von Jungerfalke
Wo kann man einstellen was für Dateitypen runtergeladen werden können?
Mfg
Jungerfalke

edit// Ich kann auch die .jpg, .gif, .zip nicht uploaden. (Ich habe die Chmod777 vergeben)