I am developing a joomla component in my localhost, every thing is ok on the localhost but when i create installation package and install the component on the online host i get 500 view not found error
PS. I added all view files in the package also added views folder to installation xml file also i checked files in the host , every needed file exists and there is no missing file.
another thing that i should say is that im running joomla 3.3.0 in localhost but 3.3.3 in online host.
I read all "view not found" articles in the internet :D but i couldn't find a solution :(
Regards
Edit :
i uninstalled the component from localhost and installed component package on it again , every thing works fine , so the error is on the host. i changed files permission but still have same error.