• Feed
  • About The Blog

    The Blogosaurus is a company technology blog from Louisville Web Development firm MIB Solutions. The issues on or blog range from our personal use of Wordpress, Joomla, PHP and Database programming, AJAX, Flash, and other web development languages and tools we use on our client's projects.

    The Blogosaurus was born in 2008, and continues to be a resources for Internet professionals and Google searches alike.

  • Categories

  • Archives

  • Recent Posts

  • Our Analytics


    9,383
    Unique
    Visitors
    Powered By Google Analytics
  • Look Around

  • Recent Posts

  • Categories

  • « Follow my C Programming Language with me in Class | Home | Easier Syntax for C Loops »

    No WPMU site defined on this host. with Wordpress MU

    September 3, 2009

    This is a weird issue when trying to install the massive beast of WPMU on a shared server.

    All you need to do is comment out two lines and will not look. Then you can install as usual.

    open wp-blog-header.php, comment line 9 "if ( !file_exists( dirname(__FILE__) . '/wp-config.php') && !file_exists( dirname( dirname(__FILE__) ) . '/wp-config.php')) {"

    then go to line 24, which is “}” and comment it out too.

    Comments