[Solved]: upload error after modpack install [Solved]: upload error after modpack install
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: upload error after modpack install

Started by Hot Rides, April 08, 2008, 02:24:57 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Hot Rides

Upon uploading a file this error is recieved

~~The selected album/file does not exist !

the file uploads properly but it doesnt go to the image as it should, it just displays the error

any ideas?

http://hot-rides.net/coppermine

user; testuser
pass; testpassword

if needed login, debug mode is on, although I have know clue what to look for



Hot Rides

I have continued searching the boards and trying every thing I could, short of uninstalling the modpack and have had no success.
My problem is in the boards hands as I have exhausted my knowledge

Nibbler

Please attach your db_input.php to your next post.

Hot Rides


Nibbler

You didn't try my suggested fix (http://coppermine.svn.sourceforge.net/viewvc/coppermine/trunk/cpg1.4.x/db_input.php?r1=3338&r2=3364) which is to change

$redirect = "displayimage.php?pos=" . (- mysql_insert_id());

to

$redirect = "displayimage.php?pos=" . (- mysql_insert_id($CONFIG['LINK_ID']));

Hot Rides

apparently I forgot to save the changes when I made them, lol, a fools mistake on my part. next time that wont happen. call this one solved.