I am running G2, but not for my main image gallery. You can see it <!-- BBCode Start --><A HREF="http://g2.andrewhitchcock.org" TARGET="_blank">here</A><!-- BBCode End -->. It was taken from CVS a few weeks ago, but it is still fairly current.
adrienne
Joined: 2002-09-02
Posts: 27
Posted: Tue, 2003-04-29 16:26
Hi, adpowers.
I'd love to see your G2 gallery, but it's generating the following error:
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user: 'gallerytwo@localhost' (Using password: YES) in /home/andrew_hitchcock/g2/lib/adodb/drivers/adodb-mysql.inc.php on line 227
Error (ERROR_STORAGE_FAILURE)
in modules/core/classes/GalleryStorage/DatabaseStorage.class (gallerystatus::error) at line 243
in modules/core/classes/GalleryStorage/DatabaseStorage.class (mysqldatabasestorage::_getconnection) at line 188
in modules/core/classes/GalleryStorage/DatabaseStorage.class (mysqldatabasestorage::_connect) at line 176
in modules/core/classes/Gallery.class (mysqldatabasestorage::init) at line 775
in init.php (gallery::initstorage) at line 125
in main.php at line 85
in main.php at line 24
I'll check back later to see the gallery.
Adrienne
adpowers
Joined: 2003-03-25
Posts: 17
Posted: Tue, 2003-04-29 17:44
Oh, sorry about that. I fixed it.
I am using this gallery as an example, so I don't want to update the code and reupload the pictures every few days. So, I created a second gallery with the latest CVS. However, the database names are similar and when I was trying to modify the password of the other one, I accidently erased the password for this database.
Posts: 17
I am running G2, but not for my main image gallery. You can see it <!-- BBCode Start --><A HREF="http://g2.andrewhitchcock.org" TARGET="_blank">here</A><!-- BBCode End -->. It was taken from CVS a few weeks ago, but it is still fairly current.
Posts: 27
Hi, adpowers.
I'd love to see your G2 gallery, but it's generating the following error:
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user: 'gallerytwo@localhost' (Using password: YES) in /home/andrew_hitchcock/g2/lib/adodb/drivers/adodb-mysql.inc.php on line 227
Error (ERROR_STORAGE_FAILURE)
in modules/core/classes/GalleryStorage/DatabaseStorage.class (gallerystatus::error) at line 243
in modules/core/classes/GalleryStorage/DatabaseStorage.class (mysqldatabasestorage::_getconnection) at line 188
in modules/core/classes/GalleryStorage/DatabaseStorage.class (mysqldatabasestorage::_connect) at line 176
in modules/core/classes/Gallery.class (mysqldatabasestorage::init) at line 775
in init.php (gallery::initstorage) at line 125
in main.php at line 85
in main.php at line 24
I'll check back later to see the gallery.
Adrienne
Posts: 17
Oh, sorry about that. I fixed it.
I am using this gallery as an example, so I don't want to update the code and reupload the pictures every few days. So, I created a second gallery with the latest CVS. However, the database names are similar and when I was trying to modify the password of the other one, I accidently erased the password for this database.
Andrew Hitchcock