Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
So I am tryig very hard to fix this problem with the above error, but am at a total loss. Essentially I have a module whose sole purpose is to serve as a block that will display information from other modules. Roughly this well serve as a container for up to five other pieces of info. However, whenever I go to configure the block settings I get a white screen and the following error fills up my long:
I am using a menu callback function to display a form to a user. The form is passed through the theme_{function} functionprior to being displayed. When the form is then submitted the field data is missing in the {function}_submit function. However, if I comment out the theme_{function} then the field data is available. Has anyone had any experiences like these or have any ideas?
Hi there,
I wish to know if there's a module like an aggregator but with moderation features.
I have to aggregate some feeds but I want to select which items I want to publish on my website.
What is it that needs to be done to upgrade a module to 4.7? I remember something about converting something to use the new Forms API, but I don't know if that is all.
The module I am considering filing patches for is the CV Builder module. There are already twoissues for bringing it to 4.7.
I was wondering why I can't get my form filtering to work on my module. I would assume it is supposed to be storing the info somewhere on the database but I'm not sure where. Here is my code: