Hi,
I'd love to use this module on a 4.7 installation, if possible. I updated it for drupal's 4.7 forms api (by running the code through formupdater - hey, that's another neat module!) and I've attached the resulting module file.
Now I'm just left with this error to debug:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /home/xaccountx/public_html/drupaldir/includes/form.inc on line 312
I'm testing on drupal cvs 2/28. Line 312 of form.inc is:
$form['#ref'] = &$ref;
Any chance someone could help with this? Are there plans to support this module for 4.7?
| Comment | File | Size | Author |
|---|---|---|---|
| question.module | 15.39 KB | guckie |
Comments
Comment #1
guckie commentedEhhh, I forgot to mention that the error I described above is triggered by clicking 'ask a question'.
Comment #2
Tigerstorm@creativebits.org commentedCheck my bugreport..
I managed to get "Ask a question" working but instead got problem with the admin tool..
Hope that can help you :)
Comment #3
Tigerstorm@creativebits.org commentedSorry I meant patch ;)
Comment #4
codepoet commentedThe patch for 4.7 is in http://drupal.org/node/54822