[help] install.php doesn't work ... [help] install.php doesn't work ...
 

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

[help] install.php doesn't work ...

Started by chazcathy, June 05, 2005, 04:43:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chazcathy

Hi !

I setup a new windows 2003 with Apache 2.0 , PHP 5.0.4 zip package , MySQL 4.01 and phpbb2 2.0.15, and all work fine.

But I tried to install Coppermine 1.3.3 , the install.php didn't work ...

When I hit 'Let's go' ..... nothing happens, and The IE just refreshed the page .

I tried to modify the php.ini with "register_long_arrays = On" or "register_globals = On" .. but still the same ...

Can any one help me plz ? Thx ~

kegobeer

Did you restart Apache after making changes to php.ini?  If so, there are a bunch of posts with the same issue - I suggest reading those posts also.
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

chazcathy


yes, I did. Every time I modify php.ini I restart the Apache,but nothing changed. :\'(

kegobeer

QuoteIf so, there are a bunch of posts with the same issue - I suggest reading those posts also.
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

chazcathy

"register_long_arrays = On" or "register_globals = On" <== nothing change !
Comment out lines 21-26 in install.php and try again. <== nothing change !
MySQL Works FINE !

Any GOOD suggest ??

kegobeer

First, turn off register_globals.  That has nothing to do with this problem, and it isn't recommended to be turned on anyway.

Verify you have the mysql module and not the mysqli module enabled in php.ini.
Verify you don't have mod_deflate enabled in php.ini.

This could very well be the result of using 4.0x instead of 4.1.  It's definitely related to how you have your server set up, but without actually having hands-on, it's hard to tell.  Most people who have Server 2003 don't run Apache, they use IIS6 since it comes standard.

Maybe upgrading Apache 2.0 to the latest release, and upgrading MySQL to the latest release, and verifying you accomplished all the necessary steps for installing Apache and PHP on a Windows box will help.  I recommend using the Apache/Windows and PHP/Windows guides instead of someone else's guides.

Searching for "let's go" (use the quotes when using Advanced search) may yield more things to try.  That is still a....

QuoteGOOD suggest
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