• Resolved renanocm

    (@renanocm)


    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.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author gm_alex

    (@gm_alex)

    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?

    Thread Starter renanocm

    (@renanocm)

    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 Activated

    Plugin Activated

    Plugin Disabled:

    Plugin Disabled

    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    Thread Starter renanocm

    (@renanocm)

    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 3

    Plugin Disabled:
    Image 1

    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    • This reply was modified 9 years, 5 months ago by renanocm.
    Thread Starter renanocm

    (@renanocm)

    Is using the zerif lite theme and WordPress 4.7.

    Plugin Activated:
    Image 1
    Image 2
    Image 3

    Plugin Disabled:
    Image 1

    Plugin Author gm_alex

    (@gm_alex)

    Could you provide me a dump of you database?

    Thread Starter renanocm

    (@renanocm)

    I can not. But you can send me an query that I run here and I pass the data.

    Thread Starter renanocm

    (@renanocm)

    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

    Plugin Author gm_alex

    (@gm_alex)

    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.
    Plugin Author gm_alex

    (@gm_alex)

    Could you please try the test version? It would be great to get some feedback.

    Plugin Author gm_alex

    (@gm_alex)

    Any feedback would be great…

    Have same problem after update to 1.2.7.5, how i can return to 1.2.7.4?

    Plugin Author gm_alex

    (@gm_alex)

    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?

    Thread Starter renanocm

    (@renanocm)

    I created a new category and nothing happens. A new category does not appear.

    Thread Starter renanocm

    (@renanocm)

    I am without access to my wordpress test. So I did not test the test version. I’ll only have access in January.

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Categories disappeared’ is closed to new replies.