• Ruining WP network sites – configured as sub domain for development and sub folder for production sites. My efforts do far have only been with the sub folder configuration.

    So far I can’t seem to get this to work; I have tried numerous variations of settings. I’ve seen other threads related to this but the solutions found there refer to a hack that seems to be included in a later (current?) version.

    I read Jeremy’s note “I’m thinking about building in support for the Network feature of WP 3.0 but it’s not worth it right now due to the ridiculously sparse documentation and the fact that I’m not sure if anyone would actually use it.”

    I can relate to the “ridiculously sparse documentation”! Has any progress been made on this? I, for one, would find it extremely useful.

    Please advise, I would like to get this plugin working, but will search elsewhere if Network support is not ready yet.

    Thanks,
    Bill

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would definitely like to see this one work on Multisite. When I’m on site.com/subsite -> Under Construction settings and I hit save, it redirects me to site.com/wp-admin

    The problem is caused by a wrong form action. A solution is to patch the file ucOptions.php. Replace

    <?php echo $GLOBALS['PHP_SELF'] . '?page=' . $this->mainOptionsPage; ?>

    with

    <?php echo esc_attr($_SERVER['REQUEST_URI']); ?>

    This is still an issue! The good news: The patch still works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issues with Multisite’ is closed to new replies.