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

Comments (13)

GenevieveJune 18th, 2009 at 5:38 am

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

nigelJune 18th, 2009 at 4:23 pm

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

Alex StansfieldJune 18th, 2009 at 6:22 pm

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

Alex StansfieldJune 18th, 2009 at 6:29 pm

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

OliverJune 19th, 2009 at 12:32 am

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

SamJune 25th, 2009 at 4:16 am

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

Lodewijk BosJune 29th, 2009 at 3:48 pm

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.

Lodewijk BosJune 29th, 2009 at 3:50 pm

I meant I installed in WP 2.7.1.

And it still is a fantastic plugin!!

Lodewijk

ValerioJuly 2nd, 2009 at 11:13 pm

Thanks a lot for your great work! This plugin is like gold!

Adam DempseyJuly 8th, 2009 at 4:39 am

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 :-)

Alex StansfieldJuly 22nd, 2009 at 5:06 pm

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

Alex StansfieldJuly 22nd, 2009 at 5:08 pm

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

Adam DempseyJuly 22nd, 2009 at 5:53 pm

I’ve already started to do some work on this and once get something working I’ll let you know!

Leave a comment

Your comment