Drupal

Drupal- Drupal.org is a php base Content Management System (CMS)

Drupal Crash Warning: Got a packet bigger than 'max_allowed_packet'

Warning: Got a packet bigger than 'max_allowed_packet' bytes query: INSERT INTO

I'm getting this quite often almost every page view. I can sometimes get in and disable modules to try and get rid of whats causing it but so far no help

How do I use a custom footer for some Pages

I want to add some javascript / tracking code to the footer of certain pages.

Should I add a customer .tpl file for the page or is there a way to add it from the admin to certain pages?

How do I alter the position of tags in drupal

I have recently installed drupal and like it pretty much but can't figure out how to move the tags output to the bottom of the post.

tags: tag,tag2,tag3
post content

to this

post content
tags: tag,tag2,tag3

Attempting to remove an image from a product in Drupal / Ubercart error

While attempting to update a product on a site using Ubercart and Drupal I get the following error.

An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (25 MB) that this server supports.

There is no file being uploaded as I'm removing the current one I get this error and no upload form appears.

I'm using IE7, No issues in firefox though.

Adding an editable area to drupal

I have a theme thats working great but I want to add a new block region so I can edit an area from within the admin / not having to open template files to alter.

I need to change the add new comment link on a certain content type.

I have a content type that I want to allow comments but call them something different - like feedback or something.

trying hook_theme_link and alter but no luck

How can I find out and fix this error in Drupal - Call to undefined function views_build_view()

Whenever I run cron.php it hangs with the error

Fatal error: Call to undefined function views_build_view() in path-to-my-install/includes/common.inc(1537) : eval()'d code on line 3

The site has been up for some time but has multiple admin / authors and no one knows what happened.

How can I narrow down what could be causing this I've looked through tons of files and even raw database fields but still nothing that I can see would be causing this.

How to allow anonymous content submission

I want to allow anonymous and authenticated users to submit a certain content type that will then require an admin to publish or delete if garbage.
By giving anonymous permission to post a content type but setting the workflow to unpublished this works somewhat. But the user is redirected to a forbidden message because the content is not published yet.
I want to redirect them to a thank you page instead.

How would I add a script to the bottom of every page in Drupal

Whats the quickest way to add Google analytics to every page in my Drupal site. There are quite a few template files I don't want to add to every one of them.

Is there a way to add them to the footer of all of them?

Thanks, Charlie

I do not want a title to display for my menu

I don't want a title for a menu but its required. What tpl file would I have to override to not display a title.

I tried editing the block for the menu to override the title by placing a space but it still displays a better but still not good

Syndicate content