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] 2   Go Down

Author Topic: cpg hangs after install.php  (Read 34831 times)

0 Members and 1 Guest are viewing this topic.

stevepaugh

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
cpg hangs after install.php
« on: March 26, 2005, 07:26:54 am »

After I fill out the form at install.php and hit let's go, i'm redirected to install.php with just a logo and a blank page.  Can someone help me figure out what i'm doing wrong?
« Last Edit: July 04, 2005, 05:33:10 am by TranzNDance »
Logged

stevepaugh

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: cpg hangs after install.php
« Reply #1 on: March 26, 2005, 07:48:42 am »

fixed by adding
 register_long_arrays = On

to /etc/php.ini

then
service httpd stop
service httpd start
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: cpg hangs after install.php
« Reply #2 on: March 26, 2005, 02:47:21 pm »

Coppermine 1.3.2 uses the old style server variables, so when using Coppermine 1.3.2 with PHP5+, you have to enable long arrays.
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

stevepaugh

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: cpg hangs after install.php
« Reply #3 on: March 27, 2005, 06:38:38 am »

As a followup I am using PHP version 4.3.10 with CM 1.32 and the fix listed for PHP seemed to work (as above)

 :)
Logged

yoggieb

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: cpg hangs after install.php
« Reply #4 on: July 07, 2005, 10:18:51 am »

I am using the latest version of php5.04 and in its php.ini, it already has  register_long_arrays = On in it.

I am still facing the same error which is a blank page and the logo only.

Can anyone help?
Logged

RockCitySaint

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
    • http://www.jacksriver.net
Re: cpg hangs after install.php
« Reply #5 on: July 11, 2005, 04:41:12 am »

Yea, I'm in yoggieb's shoes... I thought it was a problem with MySQL but then I saw your fix, unfortunately long arrays was already on. What I don't get is that about 3-4 weeks back I installed coppermine on the virtually the same exact system without any problems... please help, Ive got to have this ready within this month or I'm screwed... Theres no other good gallery script out there that's free... I love coppermine.
Logged

Buelldozer

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: cpg hangs after install.php
« Reply #6 on: July 11, 2005, 05:16:07 am »

Same problem here, only I get two additional lines on the page above the graphic:

Notice: Undefined index: PATH_TRANSLATED in c:\Inetpub\wwwroot\cpg133\install.php on line 21

Notice: Undefined offset: -1 in c:\Inetpub\wwwroot\cpg133\install.php on line 22

Dunno what the heck it means, but that's it...the Coppermine install stops right there.

Long arrays are enabled in php.ini as well.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

grisu59

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: cpg hangs after install.php
« Reply #8 on: July 11, 2005, 12:41:38 pm »

Coppermine 1.3.2 uses the old style server variables, so when using Coppermine 1.3.2 with PHP5+, you have to enable long arrays.

Sorry if the question is stupid but ... WHere I have to enable long arrays .. on the PHP.ini ???
so I have ti ask to my serveradministrator?

Thanks
Logged

RockCitySaint

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
    • http://www.jacksriver.net
Re: cpg hangs after install.php
« Reply #9 on: July 11, 2005, 05:32:49 pm »

I reinstalled PHP manually and coppermine didn't hang anymore. Go figure.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: cpg hangs after install.php
« Reply #10 on: July 12, 2005, 11:05:28 am »

Sorry if the question is stupid but ... WHere I have to enable long arrays .. on the PHP.ini ???
so I have ti ask to my serveradministrator?
Don't double post nor cross-post: you already asked this here and got an answer. >:(

Joachim
Logged

digitalky

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: cpg hangs after install.php
« Reply #11 on: August 15, 2005, 02:53:30 am »

i am seeing the same problem on win2k iis5.0 and have done everything even tried giving the iuser full access

any suggestions please

http://ns2.digitalky.com/coppermine

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: cpg hangs after install.php
« Reply #12 on: August 15, 2005, 06:36:27 am »

did you turn  register_long_arrays on in php.ini?
Logged

digitalky

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: cpg hangs after install.php
« Reply #13 on: August 15, 2005, 01:33:44 pm »

yes i did
it is php 5 and the newest version of mysql on a new server
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: cpg hangs after install.php
« Reply #14 on: August 16, 2005, 08:19:30 am »

The install.lock doesn't exist, nor does the file config.inc.php, which means that the install has never been run successfully, or the include folder is not writable by the script.
Logged

swijnolst

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: cpg hangs after install.php
« Reply #15 on: August 23, 2005, 12:45:49 am »

Same problem here: empty page with logo shows up after filling out install.php's inital form.

After a long evening of testing it came out that mysql.so wasn't loaded in my php4.ini!
This was reveiled after removing the '@' on line 69 of install.php.

Maybe it would be good to remove the '@' in the script so this type of error clearly distinguishes itself from other error that cause the same symptoms?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: cpg hangs after install.php
« Reply #16 on: August 23, 2005, 10:14:55 am »

no, not a good idea. The pre-requisite for installing coppermine is to have your server set up and running with all the minimum requirements (php, mysql, GD or IM). Coppermine can't be the trouble-shooter for server setup issues. Ouput of warning messages would frighten people, that's why the output is being silenced deliberately, using the @ in front of the command.
Logged

swijnolst

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: cpg hangs after install.php
« Reply #17 on: August 23, 2005, 10:30:22 am »

OK, you've got a point there ;).

The function that tests the SQL-connection gives feedback when it fails. But in this case, there is no feedback at all - just the blank page with the logo on top. IMHO it should be telling to the user running install.php there is something wrong in their setup in this case. Don't get me wrong: troubleshooting is not Coppermine's task, but it is to tell the user that there is *something* wrong with the pre-requisites.

Been playing around with Coppermin now for a few hours and I múst say: great piece of software!
Keep up the good work.
Logged

fred2028

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: cpg hangs after install.php
« Reply #18 on: August 27, 2005, 05:08:31 am »

After I fill out the form at install.php and hit let's go, i'm redirected to install.php with just a logo and a blank page.  Can someone help me figure out what i'm doing wrong?


I have the same problem. Anyone have advice?
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: cpg hangs after install.php
« Reply #19 on: August 27, 2005, 05:14:58 am »

After I fill out the form at install.php and hit let's go, i'm redirected to install.php with just a logo and a blank page.  Can someone help me figure out what i'm doing wrong?


I have the same problem. Anyone have advice?

Please pick a post and stick with it.  Starting a new thread wasn't necessary, since you replied to this one.  Have you tried the solutions posted above?  Have you searched the boards yet?
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
Pages: [1] 2   Go Up
 

Page created in 0.033 seconds with 19 queries.