coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: cherria on January 28, 2004, 03:16:24 PM

Title: Not platform independent downloads
Post by: cherria on January 28, 2004, 03:16:24 PM
Hi

I just downloaded the 1.2.1 zip file and installed it on my webhost.  I have a problem that I think all the php files in the zip are PC text i.e cr/lf line ends.

When I run this on my webhost (powweb.com) I get internal server error 500.

The reason is that being a UNIX host, it expects unix text (lf) line endings.

Is there a unix installation package available or is there a simple fix I can run to make the PC text change to unix text?
Title: Not platform independent downloads
Post by: Nibbler on January 28, 2004, 03:24:35 PM
I doubt that is the problem, plenty of people (myself included) use unix based hosts with no troubles.
Title: Not platform independent downloads
Post by: cherria on January 28, 2004, 04:02:27 PM
I agree, it seems stupid, but I've had this problem all the time with this host.  I'm willing to go through each file and resave them in unix format but just wondered if anybody has a quick way to convert.  A sort of global search and replace all *.php cr/lf for lf