Have noticed that the ajax module seems to fire a php error every time it functions. Watchdog logs:

Type php
Date Wednesday, April 22, 2009 - 16:08
User magjor
Location http://localhost/envelopes_online_draft1/transactionform
Referrer http://localhost/envelopes_online_draft1/transactionform
Message Missing argument 3 for ajax_validator(), called in C:\xampp\htdocs\envelopes_online_draft1\includes\form.inc on line 766 and defined in C:\xampp\htdocs\envelopes_online_draft1\sites\all\modules\drupal-contrib\ajax\ajax.module on line 390.
Severity error
Hostname 127.0.0.1
Operations 

Created a very simple test form on a clean drupal 6.10 installation, and the error was still logged. See http://drupal.org/node/441316#comment-1514256 (turns out it had nothing to do with the select field, as I removed that, and it still fired). Noticed the issue in dev as well as 6.13.

Comments

DGrey-1’s picture

Priority: Normal » Critical

Unable to add new nodes due to this error. Will not add term to node.

Please advise.

chrisroditis’s picture

Same error here, latest dev of ajax.module

Missing argument 3 for ajax_validator(), called in F:\my work files\My sites\musicproject.com\includes\form.inc on line 766 and defined in F:\my work files\My sites\musicproject.com\sites\all\modules\ajax\ajax.module on line 412.

brendoncrawford’s picture

Assigned: Unassigned » brendoncrawford
Status: Active » Fixed

Fixed in dev. Please allow up to 12 hours for dev to update.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

DGrey-1’s picture

Thanks - this fix worked!