• Hi,
    I’m having :
    Undefined variable: site_url in PATH/mu-plugins/memphis-wordpress-custom-login/memphis-wp-login.php on line 76

    if(is_ssl()) $site_url = preg_replace(‘/http/’,’https’,get_option(‘siteurl’));
    else $site_url == get_option(‘siteurl’);
    I got to replace == by =
    Also same errors into localization.php file.

    Any comments ?
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Padaben

    (@padaben)

    Also having this notice :

    Notice: wp_add_inline_style was called incorrectly. Do not pass <style> tags to wp_add_inline_style(). Please see Debugging in WordPress for more information. (This message was added in version 3.7.0.) in /PATH/functions.php on line 4136
    cames from mwpl-inline-style.php line 4 !

    And this in console :
    Failed to load resource: net::ERR_NAME_NOT_RESOLVED, 3 times for different files

    thanks to give a fix !
    cheers

    • This reply was modified 7 years, 10 months ago by Padaben.
    Plugin Author bhaldie

    (@bhaldie)

    I will take a look at the issues and get back to you.

    Thanks for the report.

    Thread Starter Padaben

    (@padaben)

    Thank you Bhaldie
    I did made some multisite improovements, I think !
    but redirect to home is not yet working properly !
    it redirects to main site not the subdomain blog url.

    I can send you my changes, let me know

    thanks
    cheers

    Plugin Author bhaldie

    (@bhaldie)

    sure send away, I will take a look at the changes and add it to the next version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error after activating plugin’ is closed to new replies.