Seite 3 von 3

Verfasst: 14.03.2006 14:38
von foxi_brown
hi, ich bekomm bei diesem Schritt:

#-----[ SQL ]--------------------------------------------------------
# For FRESH Install Only!!! If you *upgrade* from Album v1.x.x you
# must *skip* this step to go to the *next* step!
#
# This Photo Album must add 5 tables into your database.
# Fortunately it will not alter any existed tables
#
# Upload album_db_install.php and album_mysql.sql to your phpBB root
# directory then run album_db_install.php by typing on the browser
# After that, delete both files immediately
#
# If you do not want to run album_db_install.php you can run the SQL
# queries manually in album_mysql.sql






diese Fehlermeldung, wenn ich die album_db_install.php ausführe:


Warning: mysql_connect(): Access denied for user: 'foxibrown@localhost' (Using password: NO) in /usr/export/www/vhosts/funnetwork/hosting/foxibrown/phpBB2/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/foxibrown/phpBB2/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/foxibrown/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database





weiß vielleicht jemand was ich falsch gemacht hab? Danke im Voraus

Verfasst: 14.03.2006 15:47
von foxi_brown
ahja, im Forum wird oben in der Leiste jetzt auch "Album" angezeigt, nur wenn man darauf klickt, kommt diese Fehlermeldung:

Could not query Album config information

DEBUG MODE

SQL Error : 1146 Table 'foxibrown.phpbb_album_config' doesn't exist

SELECT * FROM phpbb_album_config

Line : 49
File : album_common.php

Verfasst: 14.03.2006 16:21
von gloriosa
Hallo,
da Du Folgendes
foxi_brown hat geschrieben:Could not connect to the database
nicht gemäß >>> KB:131 >>> (unterer Abschnitt) gelöst hast fehlt logischerweise die Tabelle in der Datenbank. :oops:

Verfasst: 14.03.2006 16:46
von foxi_brown
hi, bevor ich mich der Anleitung hingebe, wollte ich fragen, ob ich das Photo Album mit einem free Webspace Betreiber (Funpic) überhaupt benutzen kann!?

Verfasst: 14.03.2006 17:07
von foxi_brown
super, mit deiner Anleitung hats geklappt. Hab in der install.php include zu include_once verändert. Dann hats geklappt.

Vielen Dank

Verfasst: 28.10.2006 21:18
von unterwegs
Ich bekomme bei der db install folgende fehlermeldung:

Installing Photo Album Addon for phpBB2


Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web310/html/phpBB2/album_db_install.php:39) in /srv/www/htdocs/web310/html/phpBB2/includes/page_header.php on line 507

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web310/html/phpBB2/album_db_install.php:39) in /srv/www/htdocs/web310/html/phpBB2/includes/page_header.php on line 509

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web310/html/phpBB2/album_db_install.php:39) in /srv/www/htdocs/web310/html/phpBB2/includes/page_header.php on line 510

kann mir jemand sagen was falsch läuft? Vielen Dank

Verfasst: 08.01.2007 23:20
von Silke1969
Hallo,
mag mich hier gerne mal anschliessen.
Und Euch ebenfalls um Hilfe beim Einbau bitten,da ich bei mir den Album Mod von Smartor auch gerne zum laufen bringen möchte.

Im Moment kämpfe ich mit dieser Fehlermeldung, welche besagt:
Parse error: syntax error, unexpected T_STRING in /www/htdocs/w0065efa/forum/includes/constants.php on line 27
was wohl bedeutet, das sich mir bei der Bearbeitung der constants.php irgendwo ein Fehler eingeschlichen haben muss.

Die Installanleitung sagt:
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
# No worries, this file is very lite.
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);


Und deswegen sieht meine constants.php nun wie folgt aus:
http://shivas-herzhundeforum.de/constants.txt

Was hab ich denn da bloß falsch gemacht?

Gruß,Silke

Verfasst: 08.01.2007 23:23
von area57
Moin,

suche und lösche:
No worries, this file is very lite.

Verfasst: 08.01.2007 23:28
von Silke1969
Hallo area57,
jo - genau das wars :wink: .
Ein dickes Danke für die schnelle Hilfe!

Gruß,Silke