Wordpress Subdomains 0.6.2 Released
I’ve managed to work out all the issues with Wordpress 2.8.
This version should also spell an end to sql query and memory issues people might have seen in previous versions as I’ve replaced the use of get_posts() with custom sql.
Nothing much more to say other than please let me know if you find any issues with it. Now I’m off to bed
Download: WP Subdomains 0.6.2
June 18th, 2009 by
Alex Stansfield in
WP Subdomains, Web Development
Tags: 0.6.2, wordpress 2.8
1,030 views | 13 Comments
Tags: 0.6.2, wordpress 2.8
1,030 views | 13 Comments

I really appreciate all the hard work you put into this plugin
Mental note to myself, I won’t upgrade my WP again without making sure your plugin works on it lol
Hi
Was hoping to try out your plugin but when trying to activate it I get the following message:
Fatal error: Call to undefined function create_initial_taxonomies()
C:\Inetpub\vhosts\domainname\httpdocs\wp-content\plugins\wp-subdomains\subdomains.php on line 68
Thanks in advance
Ahh, it would seem in my rush to make this plugin compatible with Wordpress 2.8 I broke it in everything before it.
Find the line in subdomains.php that reads:
create_initial_taxonomies();
Just comment it out and all should be well.
Cheers,
Alex
Ok, I just realised there is one more issue.
In plugin/actions.php find:
//update_option(’rewrite_rules’, “”);
set_transient(’rewrite_rules’, ”);
Uncomment the update_option line and comment the set_transient line.
I will make another release tonight that properly checks wordpress version.
Cheers
Hi,
Good work on this, but… I’m finding it still doesn’t work in 2.8 – or it could be my theme I suppose. I’m going to wait for a while until everything gets ironed out.
I’ll get you more info on the hows & whys in a bit.
Oliver
Hi,
I have activated your plugin without any issues but the subdomain is not working. I am getting page cannot be displayed message.
- I have created the a category and activated it to make subdomain via the plugin interface.
- I have created a sub-domain in the plesk interface.
- Uploaded a .htaccess to redirect it to http://www.domainname.com
Its not working.
Can you please shed some light on this?
I have a vps and its on plesk interface.
Thanks in advance
Hi Alex,
I installed the new version, with the above-mentioned corrections of 2.7.1. The search problem in the admin-edit section has been resolved, great!!
In 2.7.1 there is no improvement in the number of queries when loading a page.
I’ll go and try to implement 2.8 during the next couple of days.
I meant I installed in WP 2.7.1.
And it still is a fantastic plugin!!
Lodewijk
Thanks a lot for your great work! This plugin is like gold!
Are there any plans to get it to work with WPMU?
Eg alongside a WPMU Domain mapping plugin, using one WPMU Install I could then have something like:
tropical.fish.com
salt-water.fish.com
chocolate.sweets.com
candy.sweets.com
All running off of one site, now that would be good!
Great work on the plugin btw
Hi Adam,
yes there are plans to get it to work with WPMU. Not sure when though, I need to get a chance to setup WPMU so I can figure out how much work this would be.
Cheers,
Alex
Hi Lodewijk,
Thank you for your continued support. I’ve released 0.6.5, not many changes but if you could see how it behaves for you and let me know that would be great.
Cheers,
Alex
I’ve already started to do some work on this and once get something working I’ll let you know!