Not platform independent downloads Not platform independent downloads
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Not platform independent downloads

Started by cherria, January 28, 2004, 03:16:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cherria

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?

Nibbler

I doubt that is the problem, plenty of people (myself included) use unix based hosts with no troubles.

cherria

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