DEBUG MODE
SQL Error : 1146 Table 'usr_web28_1.GALLERY2_TABLE' doesn't exist
INSERT INTO GALLERY2_TABLE (fullPath, embedUri, g2Uri, activeAdminId, utf8_translate) VALUES ('http://www.boranii.de/progs/gallery2/embed.php', '/progs/phpbb2/gallery2.php', 'http://www.boranii.de/progs/gallery2/', 0, 1)
Line : 114
File : admin_gallery2.php
I have upload all files
i had made the table:
Code: › CREATE TABLE `phpbb_gallery2` (
`fullPath` VARCHAR( 255 ) NOT NULL ,
`embedUri` VARCHAR( 255 ) NOT NULL ,
`g2Uri` VARCHAR( 255 ) NOT NULL ,
`activeAdminId` INT NOT NULL ,
`utf8_translate` TINYINT( 1 ) NOT NULL,
`exportData` TEXT NULL
);
the DB usr_web28_1 is for phpbb2
the DB usr_web28_2 is for Gallery2
sry for the bad english but im a german..