Viewing 5 replies - 1 through 5 (of 5 total)
  • https://blogs.bodmodculture.com/
    The first errors are file permissions – change what is indicated to 755.
    As for the open_basedir, I don’t know …… irc ?
    #wordpress on freenode ?

    Thread Starter hotwire

    (@hotwire)

    Thanks I will do that tonight when i get back home from work. See you then i hope. heh.

    i get some massive mysql errors when i login after install, not sure what tod0
    Warning: Invalid argument supplied for foreach() in /home/axn0e8/public_html/blog/wp-inst/wp-includes/functions.php on line 377
    WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘-inst_options WHERE option_name = ‘permalink_structure” at lin]
    SELECT option_value FROM wp_wp-inst_options WHERE option_name = ‘permalink_structure’
    Warning: Invalid argument supplied for foreach() in /home/axn0e8/public_html/blog/wp-inst/wp-includes/functions.php on line 377
    WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘-inst_options WHERE option_name = ‘category_base” at line 1]
    SELECT option_value FROM wp_wp-inst_options WHERE option_name = ‘category_base’
    It doesn’t look like you’ve installed WP yet. Try running install.php.

    I have the same errors like Aeros.
    The situation seems like:
    (1) When I log in at https://www.mydomain.com/wpmu/main/wp-admin/login.php , it sends my request to https://www.mydomain.com/wpmu/wp-inst/wp-admin/login.php, thus the variable “main” disappeard, the “main” didn’t send to the login process.
    (2)Because the “main” didn’t send to the login script, you can see in Aeros’s error message: WordPress is looking data in table “wp_wp-inst_options ” instead of table “wp_main_options” .
    So I think the problem might be in .htaccess or login script, because there do exist tables named “wp_main_FOOBAR” tables in my database, and I think WPMU should reading data from these tables.

    I have the same error – has anyone found a solution to this yet?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘MU.WordPress Issues’ is closed to new replies.