It looks like you're new here. If you want to get involved, click one of these buttons!
How do I set $title on, it seems I missed some variables or something...
You are about to delete the item:
Message: Undefined variable: title
Filename: _layouts/module_delete.php
Line Number: 15
Comments
the error dissapear, can be a javascript error?
- If I clean the search bar and try to delete - the error appears again.
It seems - on delete confirmation, fuel is looking to read next field
after id or whatever your key field is defined.
If that field is NULL - you get this error - so all I had to do was to change
the field's order in the database and now It is working
db example: - was:
id,name,email << most of name field had NULL values.
changed:
id,email,name << email is a required field - so It won't be null.
now When I want to delete multiple or single, it's working.
http://www.getfuelcms.com/user_guide/modules/simple