thesuperfamous
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to see posts and categories in wp-adminI am also getting core dump files in my root and wp-admin folder when I try to access these pages.
Forum: Fixing WordPress
In reply to: Unable to see posts and categories in wp-adminThe only weird thing is that I have just as many tags, but I have no problems with seeing all the tags, only categories.
Forum: Fixing WordPress
In reply to: Unable to see posts and categories in wp-adminand on my frontpage, the top categories widget wont show at all, it just kills the rest of the html also
Forum: Fixing WordPress
In reply to: Unable to see posts and categories in wp-adminIt basically stops loading before the page is done loading… here is the end of each one:
on add new post, the html ends at:
<div id=”category-all” class=”tabs-panel”>
<input type=’hidden’ name=’post_category[]’ value=’0′ /> <ul id=”categorychecklist” class=”list:category categorychecklist form-no-clear”>on categories, the html ends at:
<tbody id=”the-list” class=’list:tag’>
on show all posts, the html ends at:
<option selected=’selected’ value=’0′>Show all dates</option>
<option value=’201108′>August 2011</option>
<option value=’201107′>July 2011</option>
<option value=’201106′>June 2011</option>
<option value=’201105′>May 2011</option>
<option value=’201104′>April 2011</option>
<option value=’201103′>March 2011</option>
<option value=’201102′>February 2011</option>
</select>Forum: Fixing WordPress
In reply to: Unable to see posts and categories in wp-adminI am on the same server. I tried 2 different SQL backups with the same result. Before all this even happened my website was running REALLY slow due to the fact that I have 50,000+ categories, so everytime I did anything where it showed categories it would take 5 minutes to load the page. I added my own php.ini with 500mb limits on everything, but when the host said that I was using too much cpu I deleted the custom php and now that is what happened. The dropdown menus with the categories is what really hurt me, loading 50,000 categories is obviously a lot of memory. But now Im f^&ked because I can’t do anything with the site anymore.
Forum: Fixing WordPress
In reply to: How to disable core.000 files from generatingYeah I am sure. Some how 122 files showed up each around 98MB in size. They were named like core.202, core.1023, core.1039 etc.. not in sequence. It happened before and I am not sure what causes it. I installed a plugin called Core Control and it showed like 50 cron tasks so I deleted them all using myphpadmin and then wordpress added back the usual cron tasks itself. Hopefully that fixes this problem.