Codeigniter: Missing pages in mysql. Error 404

Having problems viewing pages of my codeigniter based hospital management system. Can only view the homepage, other pages missing, really dont know how to fix it.

Uploaded it with the sql on google drive.

https://drive.google.com/file/d/0B2NbxciE_vU6S29hZGl5OW1QbzQ/view?usp=sharing

Only page uploaded is tthe homepage as see below, rest are missing

– Dumping data for table pages

INSERT INTO pages (id, title, slug, parent_id, order, template, body) VALUES
(1, ‘Home’, ‘’, 0, 1, ‘homepage’, ‘’);

So load the other pages? Not really understanding the problem.

Yes, other pages are not loading. Kindly download it and see what I mean

I’d rather not.

When you go to the view what does it do? Did you set the controllers and their index actions?

Sponsor our Newsletter | Privacy Policy | Terms of Service