Moderate Link & Comments Sections Not Working…??
-
Try updating your memory_limit
See if your host has a php.ini file they allow you to edit for that, and/or see if you can change it in your .htaccess.Once that has been increased, make sure that the entry in wp-includes/default-constants.php also is above, or equivalent, to the number you increased it to. 64M should be good, but you could try 128M if 64 doesn’t work.
You also may need to re-upload all of the core WordPress files and/or rerun your upgrade.
I increased the memory limit to 128m… and it didn’t work. It seems the link-manager file only loads half way… when I look at the source.. the file is not complete so there is something stopping the page from loading all the way. It does the same thing on my edit-comments.php file… it won’t load 100%.
This is happening on 4 different blogs that I administer and I can’t for the life of me figure out what server setting WP is having a problem with…
I am going through my PHP.ini file and changing every entry to try and find out why these two pages of my WP installation do not work. I have downloaded the new version twice and replaced the versions on my server… nothing seems to help get my Links and Comments Managers to work… They just stop half way through loading the page…
Well I guess I just have to resign myself to not having a fully working version of WP…
My server settings don’t have anything to do with the files not working… They just don’t work.
I have changed all PHP.ini settings and it does nothing…
Any Suggestions…???????????????????????????????????
When I click on “Link Categories” the page loads and it says that I have 9 links in the “BlogRoll” Category…. when I look in my PHP MyAdmin at the database there are only TWO LINKS… I have deleted all the links and added two… so there is something not “hooked” up right to the correct database… why would it say I have 9 links listed when there are only two to choose from in the MySQL Database…??
I guess my next question should be… “Where do I go to get technical support for WP…?”
This is it! Community driven… if the right person to answer your question isn’t here right now, that’s luck of the draw
Or, you can pay! http://wphelpcenter.com/
Check your wp-config.php file and make sure you are connecting to the correct database, and that the database you are checking is the same one you are seeing in your PHPMyAdmin.
Run a repair and optimization on all your tables. Here is an example of how to do so:
Re-run your upgrades. In your administrative page, go to Dasshboard > Updates > Re-install Automatically
The memory_limit may still be affecting this. Create a phpinfo.php file and move it around in each of your sites, then navigate to it in your browser. Confirm that the phpinfo.php is showing the proper memory_limit which you set.
Your phpinfo.php file will need to have the following code in it:
<?php phpinfo();
The topic ‘Moderate Link & Comments Sections Not Working…??’ is closed to new replies.
(@wp_bob)
15 years, 4 months ago
My Link Manager and Comments Manager are not working at all… I can’t moderate either section… they are blank pages. I need some help getting these running… they haven’t been running for the last few updates and I can’t figure out why. I wish WP would tell you when you don’t have the proper permissions set or you have any issues with server setting compatibility…
I have switched to the default template… disabled all plugins and the Links Manager and the Comments Manger are still not working…
Any help would be appreciated…