Jump to content

Some field data not saving


lpa
 Share

Recommended Posts

I have a weird problem. I am using the latest dev-version 2.6.5. I have a few fields that don't update when saving: trying to remove a role from my admin user or change the name of the user, but the changes are not saved even though the change of the admin theme is saved! The same problem with an image field. I have enabled tags in the image field, that nothing in the tags field saves. 

How should I debug this and what could be the reason?

Link to comment
Share on other sites

You can turn on debug mode via the config file at /site/config.php

$config->debug = true;

of if you wont want bug messages showing in the front end, you can check /site/assets/logs/ for any messages relating to your problem.

BTW there's also a Module called Config (or something similar) which allows you to toggle debug on/off from the admin instead of having to FTP your config.php file.

Link to comment
Share on other sites

Thanks for your reply! I have debug-mode on, but I can't find the reason for this problem there.

I have checked that the image-field with tags has the tags column in the mysql-table. And it is only my own superuser account that is not saving the roles change.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...