Home Forums Newsletter Plugin Support Unable to create new newsletter

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #18891
    musharrof
    Participant

    Hi,

    I love your plugin and have a plan to buy pro. Now, I am feeling a problem with creating new Newsletter it shows “Not enough privileges” here is the screenshot: http://puu.sh/liytf/51db11ecd3.png . It was perfect before changing the server. Can you please help me to fix it?

    Thanks

    #18925
    Stefano
    Keymaster

    Privately solved.

    #18928
    musharrof
    Participant

    What is the meaning of privately solved?

    #18942
    Stefano
    Keymaster

    Sorry I reply to the wrong forum thread. It was for another access problem I solved via private discussion. Are you accessing the blog as an administrator?

    #18943
    Stefano
    Keymaster

    That message could appear if you access the blog with an user that cannot manage the categories, for example, like with a lower permission than an editor.

    #18944
    musharrof
    Participant

    Hi,

    I am the Administrator of my site, not a ordinary user.

    Thanks

    #18945
    Stefano
    Keymaster

    in create.php those lines of code:

    if (!current_user_can(‘manage_categories’)) {
    die(‘Not enough privileges’);
    }

    if (Newsletter::instance()->options[‘editor’] != 1 && !current_user_can(‘manage_options’)) {
    die(‘Not enough privileges’);
    }

    are blocking your acccess. Try to remove the checks one by one to see which is blocking you. Have you a wordpress capabilities plugin installed?

    #28776
    nitrowired
    Participant

    Hello, im having the same issue algo and since the file structure has been changed i cant find create.php Please assist

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.