Welcome Guest, Not a member yet? Register   Sign In
Error when try to run application in shared web hosting
#1

[eluser]kalpesh[/eluser]
hi,
I am trying to run application from shared web hosting.
But it is giving me error that unable to locate city_model.
But it works perfectly in localhost.
so why not it is working in shared server.
#2

[eluser]pistolPete[/eluser]
Check:

- file permissions
- file names (upper/lower case)
- config settings
#3

[eluser]TheFuzzy0ne[/eluser]
Localhost = windows, which is case-insensitive
Shared host = Linux, which is case-sensitive.

My guess is that your model's filename is incorrect. It needs to be lowercase.
#4

[eluser]kalpesh[/eluser]
Oh thanks.
when i type name in lowercase then it runs.
thanks again.




Theme © iAndrew 2016 - Forum software by © MyBB