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?
I doubt that is the problem, plenty of people (myself included) use unix based hosts with no troubles.
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