Warning: mysql_connect(): Access denied for user: 'ripper1_phpb2@localhost' (Using password: NO) in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 28
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 29
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 33
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php:28) in /home/ripper1/public_html/forum/includes/page_header.php on line 491
Warning: Cannot modify header information - headers already sent by (output started at /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php:28) in /home/ripper1/public_html/forum/includes/page_header.php on line 493
Warning: Cannot modify header information - headers already sent by (output started at /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php:28) in /home/ripper1/public_html/forum/includes/page_header.php on line 494
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 33
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 37
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 33
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/ripper1/public_html/forum/modules/gallery/classes/database/mysql/Database.php on line 37
Posts: 6818
At a first glance this doesnt sound like a Gallery error.
Because of "Warning: mysql_connect(): Access denied for user: 'ripper1_phpb2@localhost' (Using password: NO)"
But Gallery 1.5 was not tested or verified for phpBB2 2.0.18 as it doesnt exist when G1.5 was released.
So what you could do is: go to http://jems.de/archive/1.5.2
download the latest version and extract the contrib/phpBB2 folder.
Follow the updated instructions.
Jens
--
Last Gallery v1 developer and translation manager.
Posts: 21
Found this fix and it seems to work for me:
Ok, the problem is caused by this line...
common.php
Find:
Code:
// We do not need this any longer, unset for safety purposes
unset($dbpasswd);
Replace with:
Code:
// We do not need this any longer, unset for safety purposes
//unset($dbpasswd);
Technically this reduces the security level this "fix" was intended to increase but unless you do it, gallery won't work anymore without you switching over to using the phpBB2 db module.
Posts: 4
I got the PHPBB attachment mod working right after posting this. I no longer need Gallery embedded in my forum, although I still have it on the main site. I like Gallery very much, but there are some quirks to it that drive me nuts. It won't stop me from using it though. My visitors love it too.