Advanced search  

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]

Pages: [1]   Go Down

Author Topic: "Let's Go" button not going anywhere  (Read 3744 times)

0 Members and 1 Guest are viewing this topic.

Tokeio

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
"Let's Go" button not going anywhere
« on: October 07, 2004, 11:24:48 pm »

Installing a fresh copy of CPG 1.3.2 on Mac OS X 10.3.5 running PHP 5.0.1 with Apache/1.3.29/GD 2.0.28.

Each time I enter in the information for the initial admin screens; admin account & password, mysql config info and hit the "Let's Go" button the screen is redirect to the the same page with all values reset to default. I've tried various browsers; Firefox 1.0PR, Safari and even IE 6sp1 on my XP laptop.

I can see in my error_log that I'm getting this:

Code: [Select]
Undefined variable:  HTTP_SERVER_VARS in /wwwroot/fotos/include/init.inc.php on line 178
Any ideas on how to correct this?  Maybe this will fix my problem?

Thanks.
« Last Edit: October 08, 2004, 06:32:30 am by TranzNDance »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: "Let's Go" button not going anywhere
« Reply #1 on: October 08, 2004, 01:07:27 am »

You need to configure PHP correctly.  Search the forums for php5, or go to php.net and read about how to configure php.ini.  Much has changed from PHP4 to PHP5, including how server variables are handled.  1.3.2 uses the old style, and that's disabled by default in PHP5.  I don't recall the setting off-hand, but you'll find it during your search.
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

Tokeio

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: "Let's Go" button not going anywhere
« Reply #2 on: October 08, 2004, 06:29:52 am »

Thanks, that took care of the problem.

I had to turn on register_globals and register_long_arrays in the php.ini file.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: "Let's Go" button not going anywhere
« Reply #3 on: October 08, 2004, 07:27:25 am »

don't turn on register_globals - this is not necessary and was wrong on the other post as well. Turning on register_long_arrays only should do the trick as well.

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.