quick update: other wp installations on same server work fine!
Rename the plugin folder xplugin. Sometimes inactive plugins will still cause errors. Try the twenty eleven theme when all plugins are off.
update: links in the post screen are broken as well (both editors- html and visual)
No – that didn’t work either….
Start here:
http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7
Once you’ve gone through the list, report back if you’re still having problems.
Hi Chip- The first thing I did was go through that master list. No dice.
Who is your host? You verified that you’re not having an issue with JSON?
Hi Chip! Yeah – I checked that.
From Servint:
Hello,
I can confirm that your php has json installed. If there is anything else I can help you with please let me know.
Bill
ServInt MST
My website is http://licketypick.com if you want to have a look.
Thanks! My coder found 2 problems and now it works!
1. It is old jquery 1.3.2 version in Theme functions.php file. I have changed the following line in functions.php file
<script src=”http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js” type=”text/javascript”> </script>
to
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js” type=”text/javascript”> </script>
2. Headspace plugin is giving problems in WP 3.2 and I have deactivated it.
What Theme are you using? I can help you improve that code even more.
Really, unless you absolutely need it due to site performance issues, you shouldn’t be calling external versions of scripts included with WordPress core. WordPress bundles jQuery, which should be used in 99.99% of use cases.
Also, scripts should be registered and enqueued properly, rather than simply printed out as <script> tags.
Let me know what Theme you’re using, and I can help you fix it. (Or, if it’s a custom Theme, post functions.php in a Pastebin.)
Hi Chip! I really REALLY appreciate that! I hope this is what you need:
http://pastebin.com/u/billysurf