Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mortydot

    (@mortydot)

    In a other WordPress multisite installation with changed wp-content folder I get this error:

    Warning: join() [function.join]: Invalid arguments passed in /home/mortydot/domains/mortydot.eu/public_html/content/plugins/mailpress/mp-admin/addons.php on line 133

    WP-content folder is changed by using wp-config.php settings.

    I know this was kinod of old, but since I found the problem and have a solution, figured I’d go ahead and post for other Googlers…

    I am running multisite with custom content, plugin and theme directories. I too got the error mentioned above, yet the problem is in line 27 and 80 of /mp-includes/class/MP_Addons.class.php

    if the PLUGINDIR is defined (as it is in my wp-config) then you will need to change the following from:
    $file = ABSPATH . PLUGINDIR . "/$addon_file";
    to:
    $file = PLUGINDIR . "/$addon_file";
    as the ABSPATH is already implied in the PLUGINDIR.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: MailPress] No Mailpress-addons available’ is closed to new replies.