coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: mpegripper on November 03, 2004, 02:55:14 AM

Title: Errors When I open install.php
Post by: mpegripper on November 03, 2004, 02:55:14 AM
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
Title: Re: Errors When I open install.php
Post by: mpegripper on November 03, 2004, 03:14:08 AM
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
Title: Re: Errors When I open install.php
Post by: mpegripper on November 03, 2004, 04:26:21 AM
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
Title: Re: Errors When I open install.php
Post by: Joachim Müller on November 03, 2004, 05:07:54 AM
set permissions for the ImageMagick folder to let the I_USR_hostname have execute rights. Read the faq (http://coppermine.sourceforge.net/faq.php) for details on GD and ImageMagick.

Joachim