⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Does not work functional



Oleg Ponomarchuk

Oleg Ponomarchuk
  • profile picture
  • Member

Posted 21 March 2014 - 22:14 PM

Hello!

 

I have set CRUD to Codeigniter, all is good. I got the result table with data. But when i click to Edit Record or Delete Record buttons in row, i get page: 404 Page Not Found.

 

First page where is displayed data CRUD is: http://mysite.ru/admin/children/

After click is URL next: http://mysite.ru/admin/children/index/edit/1

 

What is problem?

 

 


victor

victor
  • profile picture
  • Member

Posted 23 March 2014 - 22:50 PM

Привет! Может это проблемы с роутами у тебя?

And there is an important note: 
 

"Important Note: Please make sure that you don't have grocery CRUD to the index function of your controller as it is a known issue that it will not work on index. Just move it to another method. For example "employees" or something else except index."

look at the documenation