scoumbourdis / grocery-crud

Grocery CRUD is a PHP Codeigniter Framework library that creates a full functional CRUD system without the requirement of extra customisation to the JavaScripts or the CSS to do it so.
http://www.grocerycrud.com
GNU General Public License v3.0
1.01k stars 472 forks source link

Wrong Ajax URL #479

Closed karamelikli closed 5 years ago

karamelikli commented 5 years ago

I am using Crud Grocery. After loading page any action could not be run. Firefox debugger shows http://localhost.com/CodeIgniter-3.1.7/index.php/CodeIgniter-3.1.7/index.php/Examples/filmm_anagement/ajax_list 404 error page. My codeigniter base url is /CodeIgniter-3.1.7 .

scoumbourdis commented 5 years ago

Your base_url should be: http://localhost.com/CodeIgniter-3.1.7/ instead. You can also see some common mistakes on the installation of grocery CRUD here: https://www.youtube.com/watch?v=X0gnDD0qTS8&ab_channel=HappyDevelopers

Regards Johnny

karamelikli commented 5 years ago

Problem solved. Thanks for your great project and great support.

scoumbourdis commented 5 years ago

Thank you sir. Glad that it worked for you :)