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
samdark
(Alexander Makarov)
2
Turn on errors logging, read it and fix it.
patrickm
(Yiiframework)
3
Linux uses case-sensitive filenames and paths. Windows doesn’t.
deepvyas
(Deep Vyas)
4
You should check the path from which you are trying to run the project
Probably that may help you out