Hi
I am trying to move my module development and site development over to 4.7 so I don't get left behind.
I installed drupal-cvs.tar.gz and got my own module working with the new forms. The rest of the site I'd like to create is giving me some problems and there are 2 symptoms I'd like some pointers on.
1) There are a few modules which I have tried to install that give me errors I think are related to the new
form API.
For example:
I installed drupal.org/files/projects/fckeditor-cvs.tar.gz and get the following when I try to access the settings page:
Fatal error: Call to undefined function: form_textfield()
modules/fckeditor/fckeditor.module on line 75
Can someone tell me if this module will be updated by someone and if there is a list of modules that people will be updating? I can approach each module maintainer individually but if there is general knowledge that its coming and I have just jumped the gun then someone please say something.
2) A few modules also just freeze the modules link. Clicking on it does nothing - it loads but exactly the same page - well it just doesn't change at all. Modules that do this include og (-cvs.tar.gz), simplenews (-cvs.tar.gz), latexfilter (-cvs.tar.gz). If I delete the directory everythign starts to work again.
Is this also related to 4.7 changes and has anyone seen this behaviour before or can someone suggest something?