ecurbh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page won’t loadFurther update… the problem is still occurring. This latest time, I had to undo the above fix, then redo it, and that apparently “jiggled” it awake.
Forum: Fixing WordPress
In reply to: Page won’t loadIn just trying to go through the code line-by-line to try and track down the problem, I may have stumbled on a fix. In wp-blog-header.php I changed the line
require_once( dirname(__FILE__) . '/wp-config.php');to
require_once('wp-config.php');and it immediately started loading again.
Forum: Fixing WordPress
In reply to: Page won’t loadI’ve been helping Ward out with this problem. I instituted the fix from http://ww.wp.xz.cn/support/topic/33847?replies=36#post-286075 which did correct the problem with comment posting.
But still, when he posts an article, the site stops loading for a long period of time, during which the site will not load at all (no home page, no individual posts, no admin). I can load a test index file, so the server is responding, but WordPress is not. And as far as I can tell, it eventually comes back up on it’s own accord.
wp-cache is not installed
Askimet is the only installed plugin
Ping status is closed on all posts
No ping sites are listed
Changing themes does not help (we installed a different theme last weekend)
WP version is 2.1.2 (the latest available through Fantastico)Is there a fix similar to the one I made for the comments that might correct this?