<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: User Registration -- created site URL is broken</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-registration-created-site-url-is-broken</link>
		<description>Gravity Support Forums Topic: User Registration -- created site URL is broken</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:47:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/user-registration-created-site-url-is-broken" rel="self" type="application/rss+xml" />

		<item>
			<title>InGroupDesign on "User Registration -- created site URL is broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-created-site-url-is-broken#post-245395</link>
			<pubDate>Thu, 09 May 2013 23:04:17 +0000</pubDate>
			<dc:creator>InGroupDesign</dc:creator>
			<guid isPermaLink="false">245395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're both right. The problem is not in how it creates the site but how the site is registered in the sites area in the network admin. It needs a leading forward slash there as well but it is missing. Ryan's fix is on the money. Seems you could also bring the slash in through the $site_data array but either way seems to work. The array could potentially break something else though, not too sure on that.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Kiko
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User Registration -- created site URL is broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-created-site-url-is-broken#post-240484</link>
			<pubDate>Mon, 06 May 2013 22:48:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">240484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems to be a configuration issue.  The path should already start with a forward slash.  Take a look at the PATH_CURRENT_SITE constant in your wp-config.php.&#60;/p&#62;
&#60;p&#62;This is how our test site is configured:&#60;br /&#62;
define( 'PATH_CURRENT_SITE', '/wpmulti/' );
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User Registration -- created site URL is broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-created-site-url-is-broken#post-234291</link>
			<pubDate>Thu, 02 May 2013 21:31:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">234291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Ryan.  I will send this information to the developer of the User Registration add-on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanimel on "User Registration -- created site URL is broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-created-site-url-is-broken#post-228080</link>
			<pubDate>Sun, 28 Apr 2013 04:20:24 +0000</pubDate>
			<dc:creator>ryanimel</dc:creator>
			<guid isPermaLink="false">228080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did some debugging/testing of my own and think I may have found a temporary fix. Keep in mind this might only work in my specific situation, and even then only for the moment. But I'm posting it here just in case someone stumbles in with the same issue and is looking for a quick fix.&#60;/p&#62;
&#60;p&#62;In the User Registration plugin, in the userregistration.php file on line 2014, you have the function that actually creates the blog. I just modified it from what it was to this:&#60;/p&#62;
&#60;p&#62;$blog_id = wpmu_create_blog($site_data['domain'], '/' . $site_data['path'], $site_data['title'], $user_id , array( 'public' =&#38;gt; 1 ), $current_site-&#38;gt;id);&#60;/p&#62;
&#60;p&#62;My addition was only five characters, four if you don't count spaces :). Basically I added the '/' before $site_data['path']. And at least for now, that seems to have solved it for me. If I have more time I'll dig further in and try to find out why the plugin isn't providing that slash when it should be, but for now I'm just happy it's temporarily working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanimel on "User Registration -- created site URL is broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-created-site-url-is-broken#post-227763</link>
			<pubDate>Sat, 27 Apr 2013 23:19:30 +0000</pubDate>
			<dc:creator>ryanimel</dc:creator>
			<guid isPermaLink="false">227763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe I've run into the same issue described in this earlier forum topic:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/user-registration-site-creation-name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/user-registration-site-creation-name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Same situation -- multisite, this plugin, and created sites that have a slash in the wrong place and are broken.&#60;/p&#62;
&#60;p&#62;In that post there was mention of a beta version of the plugin that might fix the problem. Would that be something I can test out to see if it fixes the issue?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
