I am getting this error when I try to run my code on server.
The error is for model file cities.php
The code in cities.php is as follows:
class Model_Cities extends Model_Database {}
It works fine on local server. But gives error for production server.