2 thoughts on “WordPress Multiuser 0.1.3

  1. I’ve been playing around with 0.1.3 for a couple hours. Finally got it running semi-smoothly. One error that I noticed, and it’s only a typo, is in menu.php, you need to change the table check from
    $pos = strpos( $tables, "referer_visitLog" );
    to
    $pos = strpos( $tables, "referer_visitlog" );

    This is causing it to run install-wpmu.php every time, giving ugly errors indicating the table already exists. I’ll keep you posted if I find anything else. I was working on a MultiSite version of WordPress with another guy. You can find what I did here. It probably won’t help too much, although I did write an administration plugin for it that I might be able to adopt for WPMU. I’ll let you know if I get the motivation to do this.
    Thanks again for you hard work.

  2. Pingback: Derek's ramblings

Comments are closed.

%d bloggers like this:

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close