Viewing 3 replies - 1 through 3 (of 3 total)
  • Yep. I was able to fix the error by changing line 18 in cap.php from
    require_once("settings.php");
    to
    require_once("settings_file.php");
    and renaming the file settings.php to settings_file.php.

    I had the same problem on multi-site and implemented this fix. Thanks for posting.

    Thread Starter Tye

    (@schtick)

    Nice work indeed gtrout, thanks a ton!

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