Hi,
First I must confess I'm a PHP newbie, and this might just as well be a PHP problem, but perhaps you lot may be able to help me.
I have setup a chroot with apache_1.3.31, php-5.02, mysql-3.23.54a and ImageMagick-5.5.7. (this all debian linux, home compiled stuff)
All seems to work just fine, I can even chroot the convert command and convert things. However, I get the following errors when trying to complete install.php (this is af
Quote
The following errors were encountered and need to be corrected first:
The installer found the ImageMagick 'convert' program in '/opt/ImageMagick/bin/', however it can't be executed by the script.
You may consider using GD instead of ImageMagick.
and above the 'regular' page output:
Quote
Warning: getimagesize(albums/userpics/im.gif) [function.getimagesize]: failed to open stream: No such file or directory in /.../install.php on line 107
Warning: unlink(albums/userpics/im.gif) [function.unlink]: No such file or directory in /.../install.php on line 108
Perhaps you can make either heads or tails from this ...
TIA,
Sinister.