Quote: › Query:
CREATE TABLE phpbb_gallery2_data (
g2i_dataName varchar(255) NULL, g2i_dataValue TEXT NULL
) CHARACTER SET 'utf8' COLLATE 'utf8_bin';
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''utf8'COLLATE 'utf8_bin'' at line 1
Remove " CHARACTER SET 'utf8' COLLATE 'utf8_bin'" from the query. It's only good for mysql4.1+
Quote: › Root here obviously means my path to phpBB3?
Root is where the files are in the integration, the "to" part is to your phpbb root directory.
Quote: › If I understand right, I'll have to download certain files from my server, modify them with a text editor and reupload them.
That's right. I'm just curious...if mysql is running on localhost, aren't your phpbb files on your local computer also?
Quote: › Is there any reason why the modified files are already not provided in the gallery 2 integration package?
Because it's a "mod" package like any other phpbb mod package. The reason it doesn't include premodded files has been answered several times already. Basically because it's that much more work to maintain and it won't work for those that use other mods anyway.