Wordpress Admin Panel Not Working
Fri, 17 Dec 2010I write out some troubles I have time to time to hopefully help someone that may run into the same thing. So if you have WordPress working but your wordpress admin panel is not working and not allowing you to expand menu's, and upload images this is what worked for me.
- 1: First make sure you re-upload the wp-includes/js folder
- 2: Set your DIRECTORY permissions are CHMOD 755
- 3: Set all your FILES to CHMOD 644
- 4: You may edit your wp-content/themes/* files to 777 if necessary
You may have encountered this error if you use firebug and notice JQuery is not defined, and the above should fix it.