wordpress (WPMU) new site not inserting in wp_blogs table

89 Views Asked by At

In wordpress suddenly I am facing one issue that while creating new subsite then all subsite tables are creating properly but new site entry is not inserting in "wp_blogs" table that's why I am not able to see new in admin site menu.

Can anyone tell what could be the reason? I think wordpress automatically insert the entry in wp_blogs while creating new site. But it's not working for me.. How to debug? or if anyone have face such kind of issue then please share your experience

Thank you

1

There are 1 best solutions below

0
On
  1. Enable database error display via $wpdb->show_errors()
  2. Check what query is being formed and run via $wpdb->last_query