After updating to latest dev (git clone), it is impossible to edit existing answers.

Error message popup:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /system/ajax
StatusText: Internal Server Error
ResponseText:

The corresponding apache log entry:
PHP Fatal error: Call to undefined function makemeeting_answers_form_validate()

The problem seems to be the conditional include of makemeeting.form.inc because functions there are needed in other situations too.

Drupal 7.51
PHP 5.4
Apache 2.2.22

Putting module_load_include() outside the function makemeeting_forms() solves the problem.
Patch is attached.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

indigoxela created an issue. See original summary.

indigoxela’s picture

  • SebCorbin committed b4eb362 on 7.x-2.x
    Issue #2825317 by indigoxela: Form validation not included
    
SebCorbin’s picture

Just fixed in dev, sorry about that

SebCorbin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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