The gallery gives all users this message when they attempt to log in. http://www.starwars-exodus.com/gallery/
I've tried the other solution offered through a search, which was to change the name of the cookie, but it didn't work. The cookie path is set to "/" in the database.
Anyone have any ideas?
Thanks a ton,
Neuge.
What version of php do you have? I've read accounts of a bug with $HTTP_COOKIE_VARS not being set on earlier version sof php.
I believe it's 5.0.3
Does your host have register_long_arrays turned on?
The only other thing I can think of is that there's some sort of server interaction that's preventing Coppermine from checking the cookie's existence. Are you able to log in and use your gallery correctly?
I can't log in, nor can I view any images while not logged in... and I should be able to.
I just noticed a problem on one of my other sites in which I used the long arrays, so it's probably that. I'll see if I can get that fixed in the php.ini.
Just a matter of setting: register_long_arrays = on
I only have database/ftp access [to my account], which means I have to get my provider to do it, I think :(
Is there any other way around it?
No. Your host has to enable it.
The next version of Coppermine doesn't use the long arrays, but that doesn't do much for you right now. ;)
Yeah, I noticed that upgrading it would fix the problems, but I don't think I want to replace this bug with different ones =P
Anyway, thanks for your help, I'll see if I can get that enabled :D
another thing others might look into who get the message "Warning your browser does not accept script's cookies" (doesn't apply to you though, your problem is related to PHP5 not being configured with register_long_arrays = on as kegobeer suggested): make sure your cookie name doesn't contain a dot - in fact it shouldn't contain any special chars (just posting this for others who end up here searching for the error message you get, sorry I couldn't help you).
Joachim
Woohoo, got him to set it, and it works fine now. Thanks a bunch anyway, your support is top-notch! :D