i have just moved a copy of wordpress from my local machine to a server. it is exactly the same copy (files & database). the problem is the js doesnt seem to work in admin panel for wordpress copy at the server (eg i cant drag and drop in Widgets, clicking Quick Edit will result in nothing, i cant upload media using the buttons on the textarea). local's copy working fine.
[1] i have updated the 'siteurl' and 'home' at the server to reflect the new url
[2] i have checked all the file permissions (644) & folders' (755) except the 'uploads' folder - wordpress has write access to it
[3] also i've done this:
UPDATE wp_posts SET guid = REPLACE (guid,
'http://oldsiteurl.com',
'http://newsiteurl.com');
can anyone please tell me - what is wrong? what did i miss?
thx much
-nuhaa