Code in Windows doesn't work on Linux!

I developed an app (PHP) in Windows using Eclipse for Windows and everything works like it should be.

Now, I brought the app to Eclipse on Linux and it does NOT wont to work!?

Would anyone have any idea why the app does not want to work in Eclipse on Linux?

Thanks

Turn on errors logging, read it and fix it.

Linux uses case-sensitive filenames and paths. Windows doesn’t.

You should check the path from which you are trying to run the project

Probably that may help you out