Could be me, but I've run into some problems with the latest 1.0.1 code:
1) I don't think the listed files to copy are everything necessary, are they?
Code: › File Copy
1. Copy: root/gallery2.php
To: gallery2.php
2. Copy: root/g2helper.php
To: g2helper.php
3. Copy: root/adm/G2EmbedDiscoveryUtilities.php
To: adm/G2EmbedDiscoveryUtilities.php
4. Copy: root/adm/style/acp_gallery2.html
To: adm/style/acp_gallery2.html
5. Copy: root/g2image/*.*
To: g2image/*.*
6. Copy: root/includes/acp/acp_gallery2.php
To: includes/acp/acp_gallery2.php
7. Copy: root/includes/acp/info/acp_gallery2.php
To: includes/acp/info/acp_gallery2.php
What about these?
* /root/language/en/mods/gallery2.php
* /root/styles/*.*
2) I went ahead and uploaded what I thought was missing from the instructions, but I still see "ACP_GALLERY2" when trying to install the module. Shouldn't this say something more human friendly? Seems like there is a miscue on linking to a language file somewhere. (Could be related to #4.)
3) When I try to synchronize users, it croaks on a user that has an apostrophe:
Code: › SQL ERROR [ mysql4 ]
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 's' LIMIT 1' at line 3 [1064]
SQL
SELECT username FROM phpbb_users WHERE username = 'donni_down's' LIMIT 1
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/db/mysql.php
LINE: 205
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 157
CALL: dbal_mysql->_sql_query_limit()
FILE: includes/acp/acp_gallery2.php
LINE: 611
CALL: dbal_mysql->sql_query_limit()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_gallery2->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
4) When I access my members list, I see a bunch of this:
Code: › [phpBB Debug] PHP Notice: in file /memberlist.php on line 1613: Undefined index: GALLERY_LINK
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1614: Undefined index: GALLERY_VISIT
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1613: Undefined index: GALLERY_LINK
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1614: Undefined index: GALLERY_VISIT
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1613: Undefined index: GALLERY_LINK
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1614: Undefined index: GALLERY_VISIT
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1613: Undefined index: GALLERY_LINK
[phpBB Debug] PHP Notice: in file /memberlist.php on line 1614: Undefined index: GALLERY_VISIT
5) Not so much an error as a frustration... When the automatic configuration set the gallery to strict embed mode, I was not happy being locked out of regular access to my gallery. (I don't have it set up for people to register through the gallery anyway, so that's a non issue.) I think it would be helpful to be a little more transparent on this and to provide instructions for someone to undo this if it is not what they want.
I appreciate your hard work on this. I've done my fair share of coding, too, and I know it is time-consuming and difficult. Unfortunately, I can't get far enough along to know what I even think of the actual integration.