Install problems on Mac OS Server 10.3 Install problems on Mac OS Server 10.3
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Install problems on Mac OS Server 10.3

Started by macunkie, August 31, 2004, 04:51:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

macunkie

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.

Joachim Müller

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

Joachim Müller


GregK

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.

Joachim Müller

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

GregK

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.