"The selected album/file does not exist ! " "The selected album/file does not exist ! "
 

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

"The selected album/file does not exist ! "

Started by shiftless, April 14, 2005, 05:35:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shiftless

Check out my album:

http://www.cowboyseven.us/album/index.php

I moved it from a different server and now I'm getting this error when I try to click on a picture. What's going on here?

kegobeer

In your config page, check Target address for the 'See more pictures' link in e-cards.  Is the url correct for your new website?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

shiftless

Yes, the URL is correct. The web address is the same, it's just on a different server now.

kegobeer

Post a test user/password here, and enable debug mode for all users.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

krkeegan

I suspect you have a glitch in your database. If you enable debug for all users we should be able to catch the glitch.

Kevin
There are no stupid questions, only stupid people. -Mr. Mackey, South Park

shiftless


shiftless

It won't go into debug mode! When I save the new configuration, debug mode is disabled.

Edit: Ok, I edited the value directly in the database. I wonder why it won't save the configuration properly?

shiftless

Anyone? Also, I received these error messages on the console out of the blue:

PHP Stack trace:
PHP Notice:  Undefined variable:  HTTP_POST_VARS in /home/shiftless/public_html/album/include/init.inc.php on line 125
PHP Stack trace:
PHP Notice:  Undefined variable:  HTTP_GET_VARS in /home/shiftless/public_html/album/include/init.inc.php on line 133
PHP Stack trace:
PHP Notice:  Undefined variable:  HTTP_COOKIE_VARS in /home/shiftless/public_html/album/include/init.inc.php on line 140
PHP Stack trace:
PHP Notice:  Undefined variable:  HTTP_SERVER_VARS in /home/shiftless/public_html/album/include/init.inc.php on line 172
PHP Stack trace:
PHP Notice:  Undefined variable:  HTTP_SERVER_VARS in /home/shiftless/public_html/album/include/init.inc.php on line 179

shosokyu

The problem is that your old server used an older version of php, and your new server uses a newer version of php :-) You probably went from php v4 to php v5. On the new server, if you have access, look for the php.ini file. It may be in the /etc directory. Edit this file and set register_long_arrays to be on. It should look like this:

register_long_arrays = on

That should solve your problem. Once the file is changed, restart your web server, and bingo!