Project Not Working On Linux Hosting

we have developed project on a local windows server but when we uploaded the project to a linux hosting it started giving us problems, not getting what are issue?

Please help thank you in advance

Without any details from your part I doubt anyone can help you… [size="2"]but…[/size]

[size="2"] in general the main problem when developing on a "case insensitive" system like windows and deploying on a "case-sensitive" system like linux is the case of the filenames… on the server you need to enable the error reporting… then check your errors and change the filename case accordingly… for example it should be SiteController.php instead of sitecontroller.php or Sitecontroller.php[/size]