Closed (fixed)
Project:
Ajax
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Apr 2009 at 07:02 UTC
Updated:
8 Jun 2009 at 01:40 UTC
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
Comment #1
DGrey-1 commentedUnable to add new nodes due to this error. Will not add term to node.
Please advise.
Comment #2
chrisroditis commentedSame 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.
Comment #3
brendoncrawford commentedFixed in dev. Please allow up to 12 hours for dev to update.
Comment #5
DGrey-1 commentedThanks - this fix worked!