Can’t post on my blog and files upload to old one.
-
I have 2 issues.
First I moved my domain from domain a to domain b. Different domain names so I ran:
Edit Wp-config.php
define(‘WP_HOME’,’https://example.com’/);
define(‘WP_SITEURL’,’https://example.com’/);Edit functions.php
update_option(‘siteurl’,’https://example.com/blog’);
update_option(‘home’,’https://example.com/blog’);But when I upload files now, they goto the old site as I see it make files on the old directory. What else do I need to change?
Edit: I think I fixed it now. I edited wp_options and adjusted the names that were the old ones.
Second issue…
When I post to my blog, nothing happens. It goes back to the new post box with nothing in it. And if I edit an existing post, the changes don’t save.
I’ve tried:
Copying the entire install back into the site. Disabling most of the plugins.
Plugins running:
OpenID, Sociable, Twitter Tools, Visitor Like/Dislike, WordPress.com Stats, WordPress Gravatars, WP-PageNavi, WP Grins.
Errors shown on edit page:
Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; Comcast Install 1.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3)
Timestamp: Fri, 4 Dec 2009 22:10:00 UTCMessage: Object expected
Line: 4186
Char: 1
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: Object doesn’t support this property or method
Line: 3882
Char: 9
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: ‘edButtons.length’ is null or not an object
Line: 4187
Char: 3963
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: Object doesn’t support this property or method
Line: 3938
Char: 9
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06a———————————————–
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; Comcast Install 1.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3)
Timestamp: Fri, 4 Dec 2009 22:13:52 UTCMessage: Object expected
Line: 4186
Char: 1
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: Object doesn’t support this property or method
Line: 3882
Char: 9
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: ‘edButtons.length’ is null or not an object
Line: 4187
Char: 3963
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: Object doesn’t support this property or method
Line: 3938
Char: 9
Code: 0
URI: https://*removed*/wp-admin/load-scripts.php?c=1&load=prototype,utils,editor,quicktags&ver=4c37e38848db3ed2fa7c219606e3f06aMessage: ‘undefined’ is null or not an object
Line: 2
Char: 125743
Code: 0
URI: https://*removed*/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=3241-1141
- The topic ‘Can’t post on my blog and files upload to old one.’ is closed to new replies.