georgef
Expert
Super Volunteer
Member Likes (0)
When I create a new blog from Buddypress, it works fine.
But I just attempted to create a new blog from wp-admin and get this message on the blog:
The blog you have requested is not installed properly. Please contact the system administrator.
When I click to edit the blog I get this on Blog Options (wp_1474_options)
Warning: Invalid argument supplied for foreach() in /home/thatmlmb/public_html/wp-admin/wpmu-blogs.php on line 147
And line 147 - 149 reads...
foreach ( $options as $key => $val ) {
if( $val['option_name'] == 'default_role' ) {
$editblog_default_role = $val['option_value'];
Any idea how to fix this?
Otherwise, I would love to know how I can delete the subdomain that I can just recreate it from buddypress.
Thanks,
George
Responses (11)
Lead Developer (joined May 2009) Likes (0)
It sounds like the options table and maybe others was not created. Something must be interrupting the creation process.
Is there a wp_1474_options table, or is it there but empty?
Member (joined August 2009) Likes (0)
No, cant seem to find it...
Lead Developer (joined May 2009) Likes (0)
Anything in the error log?
Member (joined August 2009) Likes (0)
Nothing that's related to this I don't think...
[Fri Feb 05 00:21:44 2010] [error] [client 180.73.201.13] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:54:40 2010] [error] [client 173.170.144.70] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:46:18 2010] [error] [client 67.161.142.233] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:46:10 2010] [error] [client 67.161.142.233] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:44:52 2010] [error] [client 67.161.142.233] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:09:33 2010] [error] [client 67.161.142.233] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:07:30 2010] [error] [client 74.67.103.246] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:07:27 2010] [error] [client 74.67.103.246] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 23:01:30 2010] [error] [client 71.108.126.175] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico, referer: http://thatmlmbeat.com/members/johnrothstein/friends/requests/
[Thu Feb 04 22:56:43 2010] [error] [client 77.249.216.152] File does not exist: /home/thatmlmb/public_html/wp-includes/js/thickbox/"+urlNoQuery[0]+"
[Thu Feb 04 22:56:42 2010] [error] [client 77.249.216.152] File does not exist: /home/thatmlmb/public_html/wp-includes/js/thickbox/"+url+"
[Thu Feb 04 22:56:42 2010] [error] [client 77.249.216.152] File does not exist: /home/thatmlmb/public_html/wp-includes/js/thickbox/"
[Thu Feb 04 22:56:42 2010] [error] [client 77.249.216.152] File does not exist: /home/thatmlmb/public_html/wp-includes/js/thickbox/"+imgLoader.src+"
[Thu Feb 04 22:56:41 2010] [error] [client 77.249.216.152] File does not exist: /home/thatmlmb/public_html/wp-includes/js/jquery/]||!o.support.htmlSerialize&&[1,
[Thu Feb 04 22:56:41 2010] [error] [client 77.249.216.152] File does not exist: /home/thatmlmb/public_html/wp-includes/js/jquery/){F.html(E
[Thu Feb 04 22:47:09 2010] [error] [client 207.183.165.179] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/_inc/images/item_list_back.gif, referer: http://thatmlmbeat.com/wp-content/themes/bp-corporate/_inc/css/base.css
[Thu Feb 04 22:46:00 2010] [error] [client 173.170.144.70] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 22:34:30 2010] [error] [client 207.183.165.179] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 22:32:02 2010] [error] [client 24.188.173.67] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/links/_inc/css/screen.css, referer: http://thatmlmbeat.com/members/sharonhartman/messages/inbox/
[Thu Feb 04 22:06:19 2010] [error] [client 166.128.160.35] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico, referer: http://thatmlmbeat.com/welcome-to-thatmlmbeat/?utm_source=thatMLMbeat.com&utm_campaign=b18b17e630-Videos_and_site_rules2_3_2010&utm_medium=email
[Thu Feb 04 22:05:20 2010] [error] [client 38.98.19.96] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
[Thu Feb 04 22:01:07 2010] [error] [client 98.213.117.27] File does not exist: /home/thatmlmb/public_html/wp-content/themes/bp-corporate/favicon.ico
That still looks kinda messy though
Member (joined August 2009) Likes (0)
I desperately need the subdomain that I messed up.
Is there a quick way to completely delete the sub blog so that I can re create it in buddypress? Right now I have it deleted, but I get the message that the blog is reserved.
Is there a way to UNreserve a blog?
Lead Developer (joined May 2009) Likes (0)
Delete the row from the wp_signups table, and make sure there is no row in the wp_blogs table for that. Backup that global DB first though!
Erstwhile founder (joined May 2007) Likes (0)
I wonder if it's a plugin causing the install routine to choke in the admin panel.
Thanks,
Andrew
Member (joined August 2009) Likes (0)
Thanks. Hostgator having problems with cpanel so cant access it right now.
@Andrew I guess that means disabling plugins to find out where the problem is. I might just have to live with the quick fix for now.
Thanks for the help,
George
Member (joined August 2009) Likes (0)
Tables are removed but it still says in buddypress that the domain is reserved. Anywhere else where this subdomain can be 'stuck' in memory or somewhere?
Keeper of the Dark Chocolate (joined July 2007) Likes (0)
wp_registration I believe it;s called. Something like that.
Member (joined August 2009) Likes (0)
Thanks drmike. It didn't work, but just upgraded wpmu and got it working while the plugins weren't active.
Haven't checked yet to see if the ugprade fixed it or if it's a plugin conflict.
Thanks!
WordPress Questions?
We've got answers!
Find out more »