Hello, I hope somebody can help me. I don't know why Adding or Updating a record is not working. When you click "Update" or "Update and go back to list" you see the "Loading, updating changes..." for a second and that's it. I have the whole day trying to solve this.
I tried cleaning the cache and setting the csrf to false. What else can I do?
Thanks!
Adding or Updating not Working
Started by raymondsiri, 22 July 2012 - 02:59 AM
- Single Page
Posted 22 July 2012 - 02:59 AM
Posted 22 July 2012 - 05:49 AM
Solve it. It was the [b]$config['base_url'] = '' [/b]if is not correctly set it, even tho everything else works, the database will not update. Is better to leave it empty so it can be auto detected.