Seite 1 von 1

Album installiert aber ?

Verfasst: 13.10.2002 08:13
von nau-nehaal
hi ich habe neulich ein album installiert habe aber leider dies ist fehlgeschlagen :( denn es kann keine Album Querry finden
könnenn Sie mir sagen wie ich diese tabellen machen kann
General Error

Could not query Album config information
please tell me how can i do SQL Querry
#
#-----[ SQL QUERY ]-----------------------------------
#
ALTER TABLE phpbb_album ADD cat_id mediumint(8) DEFAULT '1' NOT NULL;

DELETE FROM phpbb_album_config;

INSERT INTO phpbb_album_config VALUES ('max_pics', '255');
INSERT INTO phpbb_album_config VALUES ('max_file_size', '256000');
INSERT INTO phpbb_album_config VALUES ('max_width', '1600');
INSERT INTO phpbb_album_config VALUES ('max_height', '1200');
INSERT INTO phpbb_album_config VALUES ('view_level', '-1');
INSERT INTO phpbb_album_config VALUES ('upload_level', '0');
INSERT INTO phpbb_album_config VALUES ('rows_per_page', '4');

CREATE TABLE phpbb_album_cat (
cat_id mediumint(8) NOT NULL auto_increment,
cat_title varchar(50) NOT NULL,
cat_lock tinyint(1) DEFAULT '0' NOT NULL,
PRIMARY KEY (cat_id));

INSERT INTO phpbb_album_cat VALUES ('', 'phpBB', '0');

Verfasst: 13.10.2002 11:59
von Mister_X
phpMyAdmin in die große Textbox einfügen und auf OK klicken...

Album Hack

Verfasst: 14.10.2002 13:12
von maddy
Es kursieren wohl ein paar Versionen, wo die SQL unter phpadmin nicht richtig angelegt werden, hier findest Du auf jeden Fall eine funktionierende und neueste Version. Hab sie gestern selber in null, nix eingebaut und läuft sofort

http://www.phpbb.de/viewtopic.php?t=16025