coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: macunkie on August 31, 2004, 04:51:12 AM

Title: Install problems on Mac OS Server 10.3
Post by: macunkie on August 31, 2004, 04:51:12 AM
I'm attempting to install Coppermine to a user site on Mac OS Server 10.3.
My Coppermine Dir = /users/exampleuser/sites/coppermine

Server uses Apache 1.3 and PHP 4 and each "user" has a virtual host conf. (Not sure if this is relavent or not?)
My "include" and "albums" dirs are chmoded  to 777


When executing the mydomain.com/coppermine/install.php I get these errors:

arning: getimagesize(albums/userpics/im.gif): failed to open stream: No such file or directory in /Users/macsamuel/Sites/coppermine/install.php on line 106

Warning: unlink(albums/userpics/im.gif): No such file or directory in /Users/macsamuel/Sites/coppermine/install.php on line 107


Also : The installer found the ImageMagick 'convert' program in '/usr/local/bin/', however it can't be executed by the script.


I also installed Coppermine on my PowerBook g4 and it works perfectly.  It includes an Imagemagick install via "fink".  I was unable to fink install
ImageMagick via "fink" on My Server so I manually installed 5.4.4 with "convert" located at /usr/local/bin.

Any ideas why I'm getting the errors?

thanks,

Samuel.
Title: Re: Install problems on Mac OS Server 10.3
Post by: Joachim Müller on August 31, 2004, 07:04:54 AM
The error means ImageMagick can't be executed. This is a permissions issue. You need to set permissions for the ImageMagick folder (or at least the convert executable), so the webserver has read/execute permissions.

Joachim
Title: Re: Install problems on Mac OS Server 10.3
Post by: Joachim Müller on March 20, 2005, 12:20:55 PM
link?
Title: Re: Install problems on Mac OS Server 10.3
Post by: GregK on March 21, 2005, 10:46:20 AM
Whoops, forgot to turn on debug messages for everyone. I also created a test account, and I'll be glad to PM you the details at your request.

However, now for some reason today the problem is completely different. Upload simply fails, claiming "0 uploads were successful.", and displaying no error messages whatsoever. There is no "Method for uploading files" in Config to change to single-file mode.

Sigh.
Title: Re: Install problems on Mac OS Server 10.3
Post by: Joachim Müller on March 21, 2005, 12:53:31 PM
Quote from: GregK on March 21, 2005, 10:46:20 AM
I also created a test account, and I'll be glad to PM you the details at your request.
We need a non-admin test user account, please post it publicly (instead of PMing it).

Quote from: GregK on March 21, 2005, 10:46:20 AMThere is no "Method for uploading files" in Config to change to single-file mode.
Try the "groups" panel

Joachim
Title: Re: Install problems on Mac OS Server 10.3
Post by: GregK on March 22, 2005, 02:01:47 PM
Very odd that uploads now seem not to be allowed. Nothing changed in my PHP set-up since yesterday when I posted about the original problem.