Seite 1 von 1

Problem beim installieren des Upload MOD

Verfasst: 08.01.2006 20:12
von roman-90
hi
möchte gerade den upload mod installieren.
in der install.txt steht dann:

#-----[ SQL ]------------------------------------------
#

1.: RUN upload_mod_db_install.php AND DELETE IT AFTER THAT !!!
2.: Set the directory "upload" with FTP-CHMOD to 777 !!!

1.: FÜHRE DIE upload_mod_db_install.php AUS UND LÖSCHE SIE DANACH !!!
2.: Setze das Verzeichnis "upload" per FTP-CHMOD auf 777 !!!



nun wie führe ich diese datei aus? die datei liegt im verzeichnis wo sie auch liegen soll. hab versucht sie über die adresszeile im browser auszuführen. dann kommt ne fehlermeldung:


Warning: mysql_connect(): Access denied for user: 'windelwinnie@localhost' (Using password: NO) in /usr/export/www/hosting/windelwinnie/phpBB2/phpBB2/db/mysql4.php on line 48

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

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/hosting/windelwinnie/phpBB2/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

___________________________________________


was heisst nun das genau? was hab ich falsch gemacht?
bitte um hilfe.

Verfasst: 08.01.2006 20:18
von hagily
stelle mal die installationsdatei, bei der der Fehler vorkam zum Download
KB:datei

Felix

Verfasst: 08.01.2006 20:24
von roman-90
ok hier ist die upload_mod_db_install.php:


http://windelwinnie.wi.ohost.de/upload_ ... nstall.txt

Verfasst: 08.01.2006 20:33
von junior2005
hast die upload_mod_db_install.php
auf deinen server hochgeladen sollte hier in deinem
http://windelwinnie.wi.ohost.de/phpBB2/phpBB2/
drin sein dann einfach aufrufen
http://windelwinnie.wi.ohost.de/phpBB2/ ... nstall.php

Verfasst: 08.01.2006 20:39
von roman-90
jop das hab ich ja getan. dann kommt diese fehlermeldung:

Warning: mysql_connect(): Access denied for user: 'windelwinnie@localhost' (Using password: NO) in /usr/export/www/hosting/windelwinnie/phpBB2/phpBB2/db/mysql4.php on line 48

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

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/hosting/windelwinnie/phpBB2/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

Verfasst: 08.01.2006 20:44
von hagily
Hi!

Suche in der Install.php

Code: Alles auswählen

define('IN_PHPBB', 1);
$phpbb_root_path = './';
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);
und ersetze es mit

Code: Alles auswählen

define('IN_PHPBB', 1);
$phpbb_root_path = './';
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);
Liebe grüsse
Felix

Verfasst: 08.01.2006 21:33
von roman-90
jop hab ich gemacht...

kommt aber immer noch die mysql fehlermeldung

Verfasst: 09.01.2006 00:15
von Fennias Maxim
Müsste es nicht "Using Password: Yes heißen?

Egal. Stell doch bitte nochmal die datei hier rein, dann sag ich wie dus manuell lösen kannst.

Verfasst: 09.01.2006 20:51
von roman-90
ok hier: http://windelwinnie.wi.ohost.de/upload_ ... nstall.txt



das mit dem yes hab ich mir auch überlegt. hab mir aber nix dabei gedacht, denn ich hab ja nichts geändert, was nicht im readme stand.

Verfasst: 11.01.2006 18:04
von roman-90
hat neimand eine lösung?