Page 1 of 1

Anyone here using wordpress?

Posted: Thu Feb 18, 2016 10:58 am
by pandabb
Anyone using wordpress, can you check your httpd error log?

Do you have a line like this:
[Thu Feb 18 04:47:54.326199 2016] [:error] [pid 2086] [client 109.202.107.132:55274] script '/var/www/html/xmlrpc.php' not found or unable to stat
Does this mean my wp cron is not working?

More info: http://serverfault.com/questions/183725 ... httpd-conf

Thanks!

Re: Anyone here using wordpress?

Posted: Thu Feb 18, 2016 11:07 am
by Baggio824
Maybe the problem is the rights to the folders?

Re: Anyone here using wordpress?

Posted: Thu Feb 18, 2016 11:13 am
by pandabb
I'm using basedir could it be the problem?

I already applied this to my basirdir tpl
php_admin_value open_basedir '%docroot%:%home%/%user%/web/%domain%/tmp'
php_admin_value upload_tmp_dir %home%/%user%/web/%domain%/tmp
php_admin_value session.save_path %home%/%user%/web/%domain%/tmp
thank you