forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: chazcathy on June 05, 2005, 04:43:45 am

Title: [help] install.php doesn't work ...
Post by: chazcathy on June 05, 2005, 04:43:45 am
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 ~
Title: Re: [help] install.php doesn't work ...
Post by: kegobeer on June 05, 2005, 02:09:06 pm
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.
Title: Re: [help] install.php doesn't work ...
Post by: chazcathy on June 05, 2005, 04:02:10 pm

yes, I did. Every time I modify php.ini I restart the Apache,but nothing changed. :\'(
Title: Re: [help] install.php doesn't work ...
Post by: kegobeer on June 05, 2005, 04:29:24 pm
Quote
If so, there are a bunch of posts with the same issue - I suggest reading those posts also.
Title: Re: [help] install.php doesn't work ...
Post by: chazcathy on June 05, 2005, 07:07:20 pm
"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 ??
Title: Re: [help] install.php doesn't work ...
Post by: kegobeer on June 05, 2005, 08:38:35 pm
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....

Quote
GOOD suggest