Forums

[Plugin: Mail2List] Permissions settings (2 posts)

  1. calmingstorm
    Member
    Posted 2 years ago #

    I'm having trouble with... well, pretty much every newsletter-type plugin for WordPress. They all keep giving me "You do not have sufficient permissions to access this page." messages on different pages. They install and activate fine, but beyond that it's hopeless. I'm trying to install one for a client on their Yahoo Small Business hosted site. Yahoo seems to be giving me nothing but trouble, and their support is abysmal. Each one installs just fine on my own personal webhosting.

    Client's server info (might be relevant):
    - Runs PHP4 (why, Yahoo?!)
    - Login to PHPMyAdmin gives this message: "Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.1.14. This may cause unpredictable behavior." But Yahoo Control Panel says it has most recent updates (obviously does not) I emailed Yahoo, hoping to get info.
    - Privileges tab in PHPMyAdmin: "Warning: Your privilege table structure seems to be older than this MySQL version!
    Please run the script mysql_fix_privilege_tables that should be included in your MySQL server distribution to solve this problem!" Tried downloading that script and running; won't let me execute.

    Any assistance? I'd really like to get some type of newsletter integrated with WordPress, with WYSIWYG interface, as this client doesn't know HTML. He also doesn't want to pay for a solution, so my hands are tied. Wish I could've convinced him to change hosts before redesigning his site but he loves Yahoo Store. :\

    Thanks!

  2. lysergic73
    Member
    Posted 1 year ago #

    to make it working again I modified the file core/m2l_new_mail.php
    at line number 7 you find:
    <form method="post" action="<? bloginfo('siteurl'); ?>/wp-admin/admin.php?page=mail2list/core/m2l_multi_send.php">

    replace it with

    <form method="post" action="<? bloginfo('siteurl'); ?>/wp-content/plugins/mail2list/core/m2l_multi_send.php">
    It's not elegant but it sends the mails.
    You can also try to change the links to admin.php? page to the plugin path everywere You experience problems

Topic Closed

This topic has been closed to new replies.

About this Topic