havok89 / Hoosk

Hoosk Codeigniter CMS
http://hoosk.org
Other
128 stars 87 forks source link

Post and Pages #26

Closed Afdhal-Mahdi closed 7 years ago

Afdhal-Mahdi commented 7 years ago

Can not save and update to post or pages Hoosk Version 1.5.6, do notice All fields marked with * are required!, when all the forms have been filled. tq screenshot http://imgh.us/save_2.jpg

havok89 commented 7 years ago

looks like the routes is missing or the install isnt configured properly. should use the latest version

Afdhal-Mahdi commented 7 years ago

Has succeeded, I replaced in view post_new.php and page_new.php before : url: 'admin/check/session',

to : url: '<? php echo base_url(); ?>admin/check/session',