Advanced search  

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

Pages: [1]   Go Down

Author Topic: "The selected album/file does not exist ! "  (Read 5480 times)

0 Members and 1 Guest are viewing this topic.

shiftless

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
"The selected album/file does not exist ! "
« on: April 14, 2005, 05:35:57 pm »

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?
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: "The selected album/file does not exist ! "
« Reply #1 on: April 14, 2005, 05:42:51 pm »

In your config page, check Target address for the 'See more pictures' link in e-cards.  Is the url correct for your new website?
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: "The selected album/file does not exist ! "
« Reply #2 on: April 15, 2005, 10:26:25 pm »

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

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: "The selected album/file does not exist ! "
« Reply #3 on: April 16, 2005, 02:04:41 am »

Post a test user/password here, and enable debug mode for all users.
Logged
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

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 53
  • ahh the life...
    • Kevin's Photos
Re: "The selected album/file does not exist ! "
« Reply #4 on: April 16, 2005, 05:57:02 am »

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
Logged
There are no stupid questions, only stupid people. -Mr. Mackey, South Park

shiftless

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: "The selected album/file does not exist ! "
« Reply #5 on: April 18, 2005, 04:53:35 pm »

guineapig/cheese
Logged

shiftless

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: "The selected album/file does not exist ! "
« Reply #6 on: April 18, 2005, 04:57:17 pm »

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?
Logged

shiftless

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: "The selected album/file does not exist ! "
« Reply #7 on: April 20, 2005, 04:28:55 pm »

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
Logged

shosokyu

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: "The selected album/file does not exist ! "
« Reply #8 on: June 29, 2005, 06:12:23 pm »

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!
Logged
Pages: [1]   Go Up
 

Page created in 0.057 seconds with 19 queries.