Categories disappeared
-
After the last update of the plugin my categories of posts have disappeared from the area of creation of categories of posts. After deactivating the plugin my categories returned.
-
Categories seems to work for other user and also for me at my test environment. Which version of the user access manager are you using? 1.2.7.4?
I made some tests and when I went back to the version of the plugin for 1.2.7.1 the categories appeared more if I upgrade to a version above 1.2.7.1 the categories disappear.
Plugin Activated:
Plugin Disabled:
I made some tests and when I came back to the version of the plugin for 1.2.7.1 the categories appeared and when I update the plugin for any version above 1.2.7.1 the categories disappear.
Is using the zerif lite theme and WordPress 4.7.
Plugin Activated:
Image 1
Image 2
Image 3Plugin Disabled:
Image 1Could you provide me a dump of you database?
I can not. But you can send me an query that I run here and I pass the data.
I found the code that is doing as my categories disappear.
File: UserAccessManager.class
Code:
if (!isset($this->_aTerms[$sKey])) {
$this->_aTerms[$sKey] = false;When I remove this “if” my categories appear
You could test the latest version from https://github.com/GM-Alex/user-access-manager
Notes:- The object type ‘category’ at the uam_accessgroup_to_object table will change to ‘term’. So you need to update the database if you want to use the test version and change it back if you are done with testing.
- I noticed that the category tree at the backend is some kind of cached, at least for my test environment. If you save a category the cache is cleared, so just add (if you don’t see any category) or edit a category if you change the module version.
I am having the same issue.
I have to associate posts with the category to show up.
For instance, I to to POSTS | CATEGORIES:
– Type in name
– Associate a parent
– Click on a user group
– Click “Add New Category”
– It shows up in the list of categories.
– I refresh the page and it is gone.
– If I go into Post and create a new post I can see the Category.The thing is, I cannot do anything else with the category until there is a posting associated with it.
-
This reply was modified 9 years, 5 months ago by
josephicon121.
Could you please try the test version? It would be great to get some feedback.
Any feedback would be great…
Have same problem after update to 1.2.7.5, how i can return to 1.2.7.4?
Could you please try to update a category or create a new one if all are missing. Does that fix the issue or will that change nothing?
I created a new category and nothing happens. A new category does not appear.
I am without access to my wordpress test. So I did not test the test version. I’ll only have access in January.
The topic ‘Categories disappeared’ is closed to new replies.