Some admin page no longer loading
-
Hi all.
I have 2 wpmu install on 2 different DB. one for the devolvement and one for production.
Putting site online after the client approval was a pain so i made a script that:
- backup the site tables (wp_SITE-ID_posts, wp_SITE-ID_postmeta, and so on)
- Drop the productions site table
- Recreate the production site table by coping the dev site table.
- Update the new productions site table with the url of the production site. (wp_SITE-ID_options, wp_SITE-ID_posts, wp_SITE-ID_postmeta)
- Copy the dev site files over the prod server
The script works great and after i run it. the site on the production server is an exact copy of what was on the dev server. great !
I only have a small problem. After i run the script, some of the admin page will no longer load. for example, /wp-admin/edit.php will load, but not /wp-admin/post-new.php, or /wp-admin/post.php after updating a post.
Is there any table i forgot to update ?
Or maybe you have another strategy to sync 2 wpmu site ?thanx for any help
I just made this shell script to sync 2 site on 2 difrent wpmu install.
- The topic ‘Some admin page no longer loading’ is closed to new replies.