User | Post |
2:37 pm November 8, 2011
| Buck Inspire
| | |
| Member
| posts 1546 |
|
|
|
Hi all,
My Wordpress admin page is acting funky. I can't hit reply and reply to comments. My widgets used to have a drop down for settings or code, now it just moves back up to the top of the page. My hosting company said this is an application issue. I need to deal with WordPress or my programmer.
Should I continue troubleshooting or reinstall WordPress? If so, is there a good link for the reinstall process?
Thanks!
|
|
|
5:28 pm November 8, 2011
| The College Investor
| | San Diego, CA | |
| Admin
| posts 1935 |
|
|
|
You can reinstall Wordpress easily by going to the WP-Admin -> Updates ->Re-Install Now. It won't hurt anything. You might as well give it a shot.
|
|
|
5:39 pm November 8, 2011
| Forest Parks
| | Cairo, Egypt | |
| Admin
| posts 1337 |
|
|
|
It could be a database problem or a plugin issue. If you turn the plugins off does it go away? Could try fixing the database (host should be able to do this).
|
|
|
6:21 pm November 8, 2011
| Buck Inspire
| | |
| Member
| posts 1546 |
|
|
|
Hey guys,
Thanks for the feedback. I reinstalled WordPress per Robert's suggestion. No dice. I flipped themes for kicks. No dice. I'll check on your ideas Forest. Thanks!
|
|
|
6:49 pm November 8, 2011
| The College Investor
| | San Diego, CA | |
| Admin
| posts 1935 |
|
|
|
Make sure you empty any cache's as well.
|
|
|
11:38 pm November 8, 2011
| Buck Inspire
| | |
| Member
| posts 1546 |
|
|
|
Post edited 11:39 pm – November 8, 2011 by Buck Inspire
Thanks Robert. I managed to track it down. AJAX issues in my admin page. This led me to
http://wordpress.org/support/t…..ot-working
Add this to your wp-config.php file
define( 'CONCATENATE_SCRIPTS', false );
above the line /* That's all, stop editing! Happy blogging. */
I have to restore a few widgets, but my main problem is gone. Thanks again!
|
|
|
11:03 am November 10, 2011
| Eric – PersonalProfitability.com
| | Portland, OR | |
| Member
| posts 2120 |
|
|
|
Good to hear you fixed it up. WP can get temperamental sometimes. It is good to go through issues and knock things out until you find it. In troubleshooting, I have learned a lot about other issues and how to prevent them. Everyday is a good day to learn more about Wordpress coding, etc.
|
|
|
7:32 pm November 12, 2011
| Invest It Wisely
| | |
| Member
| posts 2019 |
|
|
|
Strange, haven't heard of this before, but when I had "Wp-Minify" installed my site was acting funky, too. Certain combinations of themes, plugins, and hosts just cause strange stuff sometimes. :S
|
|
|