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.
We have upgraded from version 7.23 to 7.26 of drupal and now we have run into some issues in an odd area. When we are in the Content Manager and we filter any content we get an error that says:
I recently decided to update my modules after a long time. I updated the Metatag module to 7.x-1.0-beta9.
However my drupal core version was 7.12. Now when I try to access any of the webpages, I encounter a fatal error:
Fatal error: Call to undefined function entity_language() in /home/*/public_html/sites/all/modules/metatag/metatag.module on line 1844
Drupal seems to come out with minor version updates quite frequently, which is great. What I don't like is that to do the updates, I have to put my site into maintenance mode and manually delete then replace all the files and folders that comprise my website. This seems to be a very archaic way of doing things. Do we really need to invoke an outage to our websites in order to do a minor update?
Hi,
I have create a new search module (based on standard search) in D6, now i try to porting this module in D7, i can see the tab in search and i give him the permission for search.
Now i'm testing it, when i don't insert anything give me "insert a word" and it's work, but when i search something don't do nothing and rimain in the same page, i think to insert searchLO.api.php for do search thing, but don't work.
Someone can help me? thanks!