Installation screen. Installation screen.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Installation screen.

Started by heinz, March 15, 2005, 09:38:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

heinz

Hi

I'am trying to use the coppermine php scripts for a linux apache webserver (distro is linuxfromscratch). Php (5.0.3) is enabled (checked with phpinfo(); ), Mysql (4.1.10a) is running (can be manged via phpMyAdmin), gd(2.0.28) is enable, ImageMagick (havent got the version in my head) is installed . Only one user is assigned to the mysql databas.

My problem is that the coppermine install.php script seems to reset itself when feeding it my user / mysql info. There is no error message. (all file permissions setup correct with chmod so dont bother asking that). To be specific, the install information is supplied to the install.php script but when pressing the lets go button the information is blanked and the install page is viewed again.

Any suggestion of what could be wrong?

/Kind regards

Joachim Müller

enable register_long_arrays in php.ini
Search the board for php5 for details.

Joachim