• ialima7

    (@ialima7)


    When I try to save in sub-site (in bold):

    /sub-site/wp-admin/options-general.php?page=underConstructionMainOptions

    It redirects to the root site:

    /wp-admin/options-general.php?page=underConstructionMainOptions

    This cause displays the error: “Without sufficient permissions to access this page” because it is not activated in the root site.

    I think it’s a problem easy to solve but I do not have the knowledge to edit it.

    Please correct. I appreciate the plugin.

    https://www.ads-software.com/extend/plugins/underconstruction/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Gerald

    (@gerital)

    Same error message here.

    Hello,

    It was not working for me too, but I have changed one line in the code and all was working great.

    Edit the file (via FTP) /wp-content/plugins/underconstruction/ucOptions.php and change line 155 :
    FROM :
    action="<?php echo $GLOBALS['PHP_SELF'] . '?page=' . $this->mainOptionsPage; ?>"
    TO
    action=""

    I hope that this will help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: underConstruction] Does not work on WPMU’ is closed to new replies.