warning: Missing argument 2 for qdrupal_application_form() in C:\www\Zend-CE\Apache2\htdocs\mozaiek\drupal\sites\all\modules\qdrupal\qdrupal.admin.inc on line 35.

The qdrupal_application_form(&$form_state,$app) in qdrupal.admin.inc expexts a second parameter.
Can be fixed by adding a null value to the 'page arguments' => array('qdrupal_application_form') in the $items['admin/build/qdrupal/add'] of the qdrupal_menu().

'page arguments' => array('qdrupal_application_form') should be 'page arguments' => array('qdrupal_application_form', null)

Comments

meecect’s picture

Assigned: Unassigned » meecect

I fixed this in my dev copy and will be committing the changes over the next few days.