Hi
I'm fairly new to Drupal, I have been messing around with 4.6 for the last few weeks and have just decided to have a play with 4.7 CVS but I have found that many of the CVS modules have undefined function errors when clicking on the settings link for the module. All of these errors are form_ related. Now to my questions:
Are the CVS modules supposed to work with 4.7 or are they merely in a development state either 4.6 or 4.7? I had hoped that they were all being developed for 4.7 which was one of the reasons I ventured into 4.7 land.
An example of one of the errors is the audio module which gives:
Fatal error: Call to undefined function: form_hidden() in /disk2/www/nwo/public/modules/audio/audio.module on line 80
and Citizen Speak which gives:
Fatal error: Call to undefined function: form_checkbox() in /disk2/www/nwo/public/modules/citizenspeak/citizenspeak.module on line 128
Another strange thing about this is that line 80 where the error supposedly occurs in the audio.module has no mention of form_ whatsoever....
Is there any easy way to re-add these functions? I was hoping that the legacy module would but it has made no difference.
I came across an article which stated that the form functions had changed between the versions so the only logical conclusion is that these modules are not compatible with 4.7. I hope that I'm wrong however :)
Any help or pointers much appreciated, I have searched extensively but haven't found much in the way of a solution, at least if I knew they were incompatible it would give me a starting point.