For some reason, I'm not sure why, a lot of the class files had incorrect line breaks and/or carriage returns (^m ???) leaving the file as one long line of code commented out by the first comment. Effectively rendering the file useless on most production servers.
In this pull request I have updated the first batch of files to have the correct line breaks again. I am not done my a long shot, and I have not yet found the reason for the corrupted files but it prevented the installation on my server.
Hence I offer this pull to fix the issue.
The files have not been edited (script-wise) other than a fix for the new lines and indentations.
For some reason, I'm not sure why, a lot of the class files had incorrect line breaks and/or carriage returns (^m ???) leaving the file as one long line of code commented out by the first comment. Effectively rendering the file useless on most production servers.
In this pull request I have updated the first batch of files to have the correct line breaks again. I am not done my a long shot, and I have not yet found the reason for the corrupted files but it prevented the installation on my server.
Hence I offer this pull to fix the issue.
The files have not been edited (script-wise) other than a fix for the new lines and indentations.