Installation trouble, fresh I swear! Installation trouble, fresh I swear!
 

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

Installation trouble, fresh I swear!

Started by radl33t, August 19, 2005, 02:19:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

radl33t

Default Fedora Core 4 server, mysql 4.x, apache 2.2x, PHP 5.x


I turned on long_arrays, restarted, and the install.php loops on "Let's Go". Also attempted some of the other fixes such commenting out 21-26 on install.php and double checking permissions.  Seems nearly all users have recovered by turning on long arrays. Suggestions?

I had a similar unresolved problem with the ezContents CMS system.

Nibbler

Make a phpinfo() page and verify that register_long_arrays is actually enabled.

radl33t

Good call.

/etc/php.ini has register_long_array = On
service httpd stop
service httpd start


However, phpinfo() results in: register_long_arrays   Off   Off

Somewhere else to edit it; some other way to restart?

Thanks  :-\\

Nibbler

phpinfo will tell you the path to the php.ini that is being read by php near the top, check it is the file you think it is. Then verify that php.ini has been modified correctly (ie register_long_arrays). Restarting apache like that is correct.

radl33t

The path and command are correct. hrm.  As the issue is more of a php thing I can search for help elsewhere. Thanks for narrowing it to the original problem  :-\\