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.
I am gewtting
PHP Fatal error: Call to undefined function SoapServer() in D:\\usr\\local\\apache\\htdocs\\sites\\all\\modules\\soap_server\\soap_server.module on line 95.
I was upgrading contributed model as I accidentally copied Drupal 7 installation folder to /sites/all/modules. I have been getting following error since running upgrade.php
Fatal error: Call to undefined function node_load() in /var/www/example.com/www/includes/menu.inc on line 579
So i'm working with a client that has a drupal website. But whoever did the original installation and development did a pretty bad job of keeping things organized. We now have a mess of possibly unneeded modules and even pages outside the realm of drupal. The site is mostly user generated pages (products for sale with ubercart).
Hi, I've just updated Drupal core from 7.1 to 7.2 and all looked fine until I tried to edit a node, or create a new page or article, I get the following error:
Fatal error: Class name must be a valid object or a string in /home/gbchamps/public_html/includes/common.inc on line 7475
Can anybody point me in the right direction on this one please?