CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • [SOLVED] Cron.php error -- does not detect wordpress version? (Wordpress 3.5.2)
Pages: [1]

Author Topic: [SOLVED] Cron.php error -- does not detect wordpress version? (Wordpress 3.5.2)  (Read 905 times)

rd11

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
  • CiviCRM version: 4.5
  • CMS version: Wordpress
  • MySQL version: 5.5 (Amazon RDS)
  • PHP version: 5.3
[SOLVED] Cron.php error -- does not detect wordpress version? (Wordpress 3.5.2)
July 01, 2013, 09:53:59 am
WP 3.5.2 (latest)
CiviCRM 4.3.4 (latest)

Whenever I call the cron.php URL, I get the following error message:

"This Plugin requires WordPress version 3.0 or higher. Please update!"

I am obviously running the latest version of WP and the rest of the install runs fine. The only failure is when I call cron.php independently.

The URL I am using is:

http://[DOMAIN]/wp-content/plugins/civicrm/civicrm/bin/cron.php?name=admin&password=[PASSWORD]&key=[SITE-KEY]

Any ideas?

UPDATE: The problem was caused by another plugin, "TinyMCE and TinyMCE Advanced Professsional Formats and Styles". I will contact the developer.
« Last Edit: July 12, 2013, 02:03:07 am by rd11 »

rd11

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
  • CiviCRM version: 4.5
  • CMS version: Wordpress
  • MySQL version: 5.5 (Amazon RDS)
  • PHP version: 5.3
Re: Cron.php error -- does not detect wordpress version? (Wordpress 3.5.2)
July 11, 2013, 11:54:44 am
After more testing, whenever I fail to pass one of the required parameters, cron returns an error stating as such... e.g., when the key is incorrect:

"ERROR: Invalid key value sent. More info at:http://wiki.civicrm.org/confluence/display/CRMDOC/Managing+Scheduled+Jobs"

So the request is getting processed to a certain point, and then getting cut off before the scheduled jobs actually execute. 

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • [SOLVED] Cron.php error -- does not detect wordpress version? (Wordpress 3.5.2)

This forum was archived on 2017-11-26.