View Single Post
Old March 4th, 2009, 09:44 AM   #7 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Very very strange...
Yes there is a BUG....
but why is it not affecting anyone else??????
probably because we are not deleting lool

open gallery/newreply.php
find
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
if you are not sure.. just find the line and replace
TABLE_PREFIX . "user
with
TABLE_PREFIX . "ppgal_user
(there is no pppcount in the normal user table, only in ppgal_user)
it seems that 2.5 also needs that fix..

Luc
Luciano is offline   Reply With Quote