Quote:
Originally Posted by cory_booth I had to do this:
In showimage.php I had to comment out lines 140-143:
// if ($userid)
// {
// $wherequery[] = 'images.userid = ' . $userid;
// } |
I have been having a similar problem, and so far haven't tracked down which hack is causing it. Commenting out those lines did the trick however - thanks for that :-)