".. picture does not exist" on lastup or random ga ".. picture does not exist" on lastup or random ga
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

".. picture does not exist" on lastup or random ga

Started by aty, February 01, 2004, 12:09:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aty

for an unknown reason i got error messages, when i try to open a picture from the "last additions" or "random pictures" block on the mainpage.

random: "the selected album/picture does not exist!" or another "
file: .../displayimage.php - line 551

lastup: "no image to display"
file: .../displayimage.php - line 561

Debug info says:
QuoteGET :
Array
(
    [album] => random
    [cat] => -1
    [pos] => -437
)

 
POST :
Array
(
)

does anyone have an idea, what happend to my database?[/quote]

Joachim Müller



Joachim Müller

did you apply any modifications after installing coppermine? Seems to me like you have messed with the code, forcing coppermine to show a special cat...
When clicking on a random thumbnail, the link should be
Quotehttp://yourdomain.com/coppermine/displayimage.php?album=random&cat=&pos=-pic_id
(e.g. http://coppermine.sourceforge.net/demo/displayimage.php?album=random&cat=&pos=-14 ), but on your site the link looks like this
Quotehttp://yourdomain.com/coppermine/displayimage.php?album=random&cat=-1&pos=-pic_id
, but should be http://www.r32-files.de/gallery/displayimage.php?album=random&cat=&pos=-14

GauGau

aty

thnx gau gau,

i had installed a mini cms mod. seems like that caused the error.

Joachim Müller

if you're sure you have applied the mini cms mod correctly, please cross-post on the thread miniCMS for CPG and report your problem there (short summary and link to this very thread), so Tarique (the author of the miniCMS mod) becomes aware of a possible bug.
Thanks!

GauGau