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
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
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
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