I have tried and tested my code offline but for certain files all their new line characters are ignored when i upload them to the server.
This results in a single line of code for total of about 1k lines of code i wrote. This creates many problem like all my code gets commented after the first comment.
And also any error present gives a location of line 1. So i cannot debug.
The code works perfectly offline but as soon as i upload it to the server it is converted to this form.
Fortunately most files upload without errors and i have tried to compare them with the erroneous files to see where i went wrong but i didn't find anything.
Any solution guys ??


