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.
When running update.php it gets stuck on the first step 'Updating user module' at 0%. I'm wondering if this might be because the site has about 400,000 registered users (another issue there I need to fix), or if something else is going on to prevent it from updating. Perhaps the message
I have basic knowledge about Drupal.
I know that I can disable "Submitted By" details for a node through hacking node.tpl.php or Content Type, edit.
Typically, in node.tpl.php, the "submitted by" display is controlled by $display_submitted.
My question is: how can I control this variable through the articles I create. For example, I create Node One and Node Two and I want to display the Submitted by information on Node One but suppress it on Node two. Can someone please explain how and where I define $display_submitted?
Hi,
I upgrade several sites to drupal 7.39 and all have the same two problems:
- The default .htaccess file will result in a internal server error; copy the old .htaccess file over the new file and the problem is solved
- A security error is called for the .htaccess file in the files directory. If the .htaccess file is regenerated, the image files are not visualised correctly anymore.
I have use UPGRADE.txt as guidance to update my Local site, from drupal 8 beta 8.14 to 8.15. But problems com when I update the database, there are still 3 from 10 pending update is never run to end.
3 PENDING UPDATES
system module:
8004 - Add a (id, default_langcode, langcode) composite index to entities.
8005 - Place local actions and tasks blocks in every theme.
node module:
8003 - Promote 'status' and 'uid' fields to entity keys.
Is that anything I can do to fixed this problem and finish the update?
I had my service provider (HostGator) update the PHP version on my site from 5.2.17 to 5.5.29 and my Drupal pages show red error messages on every page and also Ubercart storefront pages do not show. I am running Drupal 6.3.4
The error message follows (there are two on this page):
strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in /home/marcn/public_html/sites/all/modules/views/plugins/views_plugin_style_default.inc on line 24.