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 tried to upgrade my experimental site from 4.7.4 to 5.0 RC1 recently. Since it has many modules, many of which are not availbale for 5.0 yet, I didnt expect everything to run smoothly. So I have quite a number of errors popping up.
My customized version (under 4.7.4) of the Pushbutton theme seems to be working well.
One of the issues that I immediately noticed, though was the "disappearance" of the "drupal.css" file from the misc directory. I had aded some code there important for some things on my site.
In my continuing mucking about with various incarnations of Drupal I installed D4.7.4 on a subdirectory of the site I'm using as my test bed. It installed successfully, I can change and modify the theme, I can activate and deactivate modules, and I can move blocks around the page to my heart's content.
What I can't do, for some reason, is save any of the settings on my Home > administer > settings page. I can't change the site name, enter an email address, a slogan, a mission statement, a footer message, enable clean URL's, enable the site cache... nothing. Whenever I try to change something in that area and click on the "Save Settings" button, I get this message:
Hopefully an easy question, how do I limit the amount of file attachments to nodes? Not the file size, but the number of files, as I want people to be able to attach only one picture to node types where attachments are enabled.
I've stepped through the entries and instructions for gsitemap.
However, when I give google the uplink verify link, they/it comes back
with this error :
When I try to access my rss feeds I get the follow error: "Fatal error: Cannot use object of type stdClass as array in /var/www/www2.domain.org/htdocs/blog/modules/node.module on line 1489"
The file has this at that location
1489 if ($element['namespace']) {
1490 $namespaces = array_merge($namespaces, $element['namespace']);
1491 }
Can any one point in me in the right direction to fix this?