Support » Plugin: ALO EasyMail Newsletter » [Plugin: ALO EasyMail Newsletter] Workaround – doesn't work when wp-content dir changed

  • cnev

    (@charlesneville)


    If you’ve moved/renamed your wp-content directory this plugin breaks because part of the path to the plugins directory is hard-coded.

    The workaround is to change line 431 of alo-easymail.php from:
    include(ABSPATH . 'wp-content/plugins/alo-easymail/easymail-subscr-page.php');
    to
    include(WP_CONTENT_DIR . '/plugins/alo-easymail/easymail-subscr-page.php');

    http://wordpress.org/extend/plugins/alo-easymail/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: ALO EasyMail Newsletter] Workaround – doesn't work when wp-content dir changed’ is closed to new replies.