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 got this error
Fatal error: Unsupported operand types in /var/www/vhosts/sitename.com/httpdocs/includes/common.inc on line 1624
when I try to access to a not existing url, for example: www.example.org/fantasyblblbl
How can I solve?
TIA
NOTE: I have reason to believe the previous installers wrote custom code into core files and modules... how can I upgrade without losing the current capabilies and presentation? The website is not very intensive now, but if it were to go down or have massive errors when I upgrade, I will be in big trouble!
Community member Keyz was able to point out a few problems by visiting my website:
1. Some of the site's contributed modules appear to be installed in the incorrect location. There is a /modules folder at the root, and that folder is only for Drupal core's use. Contributed modules should be installed in /sites/all/modules. This will make keeping the site up to date with the latest versions much easier. Doesn't help in D6 and D7, however I believe in D8 nearly everything you see in the root right now will be inside a "core" folder which you never touch except during site upgrades, to help make this point more clear. I see your theme is correctly installed at /sites/all/themes and some contributed modules are at /sites/all/modules. I suggest disabling a single module, moving that module into the directory, then re-enabling it. Then repeat for all contributed modules. You may want to extract a clean copy of Drupal 6 to see which modules need to stay in /modules.
afer upgrading my Drupal 6 to 7.x the comments managments doesn't work!
The counting of unapproved comments works but there isn't any comment in the list.