Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ash Durham

    (@ashdurham)

    Hi Gsshab,

    Apologies for the delay in reply.

    This is not related to this plugin as the plugin doesn’t use user role functions. What made you come to the conclusion that the Bulk Uploader plugin is the cause of this error message?

    Thread Starter gsshab

    (@gsshab)

    hi, if you activate the debug mode in wordpress you will see this error.
    after some research i found that the problem is use of “user levels”
    and they are deprecated.

    to make sure that the plugin cause the problem i deactivated all the plugins and then activated them one by one.

    the problem is in the function “add_options_page” (line 55) you are passing “user levels” in the third parameter($capability).

    like i said previously after i changed the “user levels” to “roles” or “capabilities” the error was fixed.

    i just wanted to tell you about this so you fix it in the core.

    Plugin Contributor Ash Durham

    (@ashdurham)

    Gsshab,

    My apologies! I can’t believe I missed that! Cheers for the heads up, i’ll get that updated ASAP.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘fix for Roles and Capabilities’ is closed to new replies.