FIXED: wordpress network use of this plugin
-
Rosy1280 posted about how wpCAS doesn’t work with multisite a few years ago. Here’s how to make it work:
open wpcas.php in an editor and change line 200 from:
<form method="post" action="<?php echo $_SERVER['PHP_SELF'] . '?page=' . basename(__FILE__); ?>&updated=true">
to:
<form method="post" action="<?php echo 'options-general.php?page=' . basename(__FILE__); ?>&updated=true">
- The topic ‘FIXED: wordpress network use of this plugin’ is closed to new replies.