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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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