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.
If I want to divide up my web site into four sections and have each section have different menus, but all of the pages in a section have the same menus, do I need to have a theme for each section? Are there other ways to accomplish this?
Is it possible to use Drupal to edit and keep track of changes to Drupal code (themes, blocks, configuration files), or does one need to use a separate CMS?
If a separate CMS is used, are there any recommendations? I have FTP access, but not shell access to my web server?
Guys I seem to be getting a problem when creating content in this case a book page, the following message appears on the right hand side.
warning: pg_exec() query failed: ERROR: pg_atoi: error in "book": can't parse "book"
in /usr/share/pear/DB/pgsql.php on line 171.
user error: DB Error: unknown error
query: SELECT n.*, u.uid, u.name FROM node n INNER JOIN users u ON u.uid = n.uid WHERE n.nid = 'book' in /var/www/html/drupal/includes/database.pear.inc on line 89.
I installed Drupal CVS on a dev box to prepare for all the eventual upgrade changes. I have it mostly up and running but in place of my static front page, I get "Page not found". I'm using the default front page configuration to get the content from a module.
I keep going through the same checklist trying to figure out what I've screwed up:
I recently installed and configured image.module. After installation, I viewed the image module administration page. It indicated the module was configureed correctly. However, I was unable to create a thumbnail image. As per suggestions in this forum for troubleshooting the image module, I attempted and was able to create a image thumbnail by executing convert.exe from the command line.
After much forum reading, web surfing, breakpointing code, and hair-pulling, I found that the path to imagemagick convert was not **really** correct on the image module configuration page.
Whenever i try and add terms to taxonomy under specific catagory, i get
user error: Access denied for user: 'drupal@localhost' to database 'drupal'
query: LOCK TABLES sequences WRITE in /usr/share/drupal/includes/database.mysql.inc on line 69.
It adds the term, but I'm not sure why i keep getting this message. Any help will be apprectiated.