ich habe ein phpBB3 Forum mit dem Portal am laufen. Ich habe das designBB als Template.
Dann habe ich die Coppermien Galerie installiert - in eine seperate DB.
In die DB vom phpBB3 Forum habe ich folgendes eingefügt:
Code: Alles auswählen
INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` )
VALUES (
'', 'a_cpgadmin', '1', '0', '0'
);
INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` )
VALUES (
'', 'm_cpgadmin', '1', '0', '0'
);
Beim Ausführen einer Datenbank-Abfrage ist ein Fehler aufgetreten
Was kann das sein?
Grüße Chris