• When I create a site (under a multisite setup), the path to the site getting constructed incorrectly. (NOTE: I have 3b2 set up to create sites as sub-domains.)

    I’m getting a path that looks like this:

    https://test.www.domain.comdatabasename/

    The .com is followed immediately by what appears to be the name of the mysql database for the WP installation. Is that just a strange coincidence? I’ve had this result twice. Weird.

    Earlier, I came across a help page (possibly in the codex?) that said that the www. should be removed from one of the places in setup where the base URLs are entered. I assume that accounts for the www in the above URL following the subdomain. But can’t locate that help page again, and for some reason I also can’t locate the setup page where that info is specified (does it get moved once MULTISITE is enabled?)

    Thanks!

Viewing 15 replies - 31 through 45 (of 47 total)
  • I’ve tried a fresh install, repeatedly, and it still isn’t working. My config and htaccess files look right. I’m on Dreamhost too. Anyone not on Dreamhost experiencing this, because if not, it might explain things.

    Anyone have any actually helpful suggestions? Is there a way to get support from someone at WP who actually knows hw to fix these things?

    Also, my support forum accounts keep ceasing to work. What’s up with that?

    It’s entirely related to Dreamhost’s One-Click install process. I’ve spent the weekend narrowing down and documenting the entire issue.

    Did you do a fresh install *manually*?

    Eureka! I tried that yesterday too, after I posted, using the standard “5-minute install” from www.remarpro.com, instead of the Dreamhost install, and now it works!

    Also, I got my old account working again.

    I’m on a Dreamhost PS as well and having the same issue. So basically we need to just bag the one-click and do it all manually? Or is there more to this? Just want to make sure before I undo everything I already did and start over. ??

    Just answered the other thread… check your config file, remove the $base line at the bottom.

    Hi Andrea,

    I too am a dreamhost guy running WP multisite and having the exact same issues as the others with the wild domains. Was previously on godaddy with no issues.

    Unfortunately, removing this one line you mention didn’t work. I too had also tried doing a fresh install from WP site and still doesn’t work.

    Any other thoughts?

    actually, i added the $base line back in and the new url structure works.

    however, now no code loads on the new sites. just a blank page(all white) when you hit the url. thoughts?

    Blank white page = errors.

    @andrea haha, i figured that, but any thoughts on how to troubleshoot?

    I’m using the P2 theme and have tried unistalling ALL plugins. debug mode returns a ton. Would appreciate any thoughts and direction on this!!

    Notice: is_site_admin is deprecated since version 3.0! Use is_super_admin() instead. in /home/mybeer/mybeerwench.com/wp-includes/functions.php on line 3237

    Notice: is_taxonomy is deprecated since version 3.0! Use taxonomy_exists() instead. in /home/mybeer/mybeerwench.com/wp-includes/functions.php on line 3237
    class=”home page page-id-5 mentions”>

    Notice: Undefined offset: 0 in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Trying to get property of non-object in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Undefined offset: 0 in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Trying to get property of non-object in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Undefined offset: 0 in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Trying to get property of non-object in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Undefined offset: 0 in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: Trying to get property of non-object in /home/mybeer/mybeerwench.com/wp-content/themes/p2/inc/template-tags.php on line 157

    Notice: get_usermeta is deprecated since version 3.0! Use get_user_meta() instead. in /home/mybeer/mybeerwench.com/wp-includes/functions.php on line 3237

    Notice: Undefined variable: users_to_add in /home/mybeer/mybeerwench.com/wp-content/themes/p2/functions.php on line 89

    Notice: Undefined index: taxonomy in /home/mybeer/mybeerwench.com/wp-content/themes/p2/functions.php on line 102

    Can you look at php logs on the server? and what happens if you switch it to the default theme?

    gotta be honest, not sure where to look? i’m on DH and once i’m in phpadmin, i’m lost… where should i be looking to see if it”s the db causing the issue??

    well i activated twentyten and all works well! no more debug errors or blank page! so is it the P2 theme that has issues with multisite on 3.0?

    anyone else experiencing this?

    @andrea, have you ever installed P2 on multi? if so, did you get the errors i saw in debug mode or blank page on new sites?

    Have you got the latest of P2?

    I actually do run this theme in a local multisite install. I’ve got a couple issues, but not a blank screen, just script errors.

    And all the www.remarpro.com dev blogs are running p2 and using multisite.

    Yes, I have the latest from June.

    Is it just best to just start new again? I would hate to have to do this, but unless you or anyone else has any other suggestions, not sure what other options I have. ??

    when you disabled all the plugins, did you include any in the mu-plugins folder?

Viewing 15 replies - 31 through 45 (of 47 total)
  • The topic ‘Strange URL constuction with multisite’ is closed to new replies.