Errors When I open install.php Errors When I open install.php
 

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

Main Menu

Errors When I open install.php

Started by mpegripper, November 03, 2004, 02:55:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mpegripper

Hi,

I get these two errors, i fill in all the info and the next screen just shows the errors again and the coppermine splash

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

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

i'm using xp pro, iis 5.1, imagemagick 6.1.3, mysql 4.1.7

Thanks

mpegripper

i went to php 4, i now get this error though

MySQL error was : Client does not support authentication protocol requested by server; consider upgrading MySQL client

i'm using mysql 4.1.7

mpegripper

fixed the last problem, now have this

Warning: exec(): Unable to fork [C:/ImageMagick-6.1.3-Q16/convert images/nopic.jpg albums/userpics/im.gif] in c:\inetpub\wwwroot\cpg132\install.php on line 105

Warning: getimagesize(albums/userpics/im.gif): failed to open stream: No such file or directory in c:\inetpub\wwwroot\cpg132\install.php on line 106

Warning: unlink(albums/userpics/im.gif): No such file or directory in c:\inetpub\wwwroot\cpg132\install.php on line 107

The installer found the ImageMagick 'convert' program in 'C:/ImageMagick-6.1.3-Q16/', however it can't be executed by the script.

You may consider using GD instead of ImageMagick.





which program is easier to install or what do i need to do to fix this

Thanks

Joachim Müller

set permissions for the ImageMagick folder to let the I_USR_hostname have execute rights. Read the faq for details on GD and ImageMagick.

Joachim