-
Created a topic, Working well and fast support from the developer, on the site WordPress.org Forums:
This plugin was recommended for another plugin, Projec… -
Posted a reply to Cronjob Scheduler jobs show dates in the past, on the site WordPress.org Forums:
Yeah, I just found another thread posting that using an absolute path may fix the… -
Posted a reply to Cronjob Scheduler jobs show dates in the past, on the site WordPress.org Forums:
I've crontab to: * * * * * wget -qO- "https://10.100.0.50/wp-cron.php?doing_wp_cron" &>>/root/cron_wpcronjob Which appears to… -
Posted a reply to Cronjob Scheduler jobs show dates in the past, on the site WordPress.org Forums:
I'll see about redirecting from /dev/null to a file. When manually updated, there is no… -
Created a topic, Cronjob Scheduler jobs show dates in the past, on the site WordPress.org Forums:
Hi Chris, We're noticing that the Cronjob Scheduler s… -
Posted a reply to Error establishing a db connection and http 500, on the site WordPress.org Forums:
Unfortunately, none of these have worked: localhost 127.0.0.1 localhost:3306 127.0.0.1 10.0.50.10 10.0.50.10:3306 -
Posted a reply to Error establishing a db connection and http 500, on the site WordPress.org Forums:
Changing mysql_connect to mysqli_connect in testconn.php still results in http 500. I've been over wp-config.php… -
Created a topic, Error establishing a db connection and http 500, on the site WordPress.org Forums:
Hi, I'm trying to setup WordPress on a self-hosted se…