MODx+Wordpress
http://nanabit.net/modx/wordpress-integrator.html
まず、PHP4.x.xではうまく動作しない。
PHP5.x.x必須。
あと、基本的に動くのだが負荷をかけると
« MODx Parse Error » MODx encountered the following error while attempting to parse the requested resource: « PHP Parse Error » PHP error debug Error: fsockopen() [function.fsockopen]: unable to connect to dev-modx5.cgis.biz:80 Error type/ Nr.: Warning - 2 File: /xxx/public_html/wp/wp-includes/cron.php Line: 87 Line 87 source: $argyle = @ fsockopen( $parts['host'], $_SERVER['SERVER_PORT'], $errno, $errstr, 0.01 ); Parser timing MySQL: 0.0069 s (0 Requests) PHP: 0.2601 s Total: 0.2670 s
とエラー。
差し当たりwp-includes/cron.phpのエラー該当箇所
fsockopenのtimeoutオプションを0.01から少し大きくしてみる。