I tried to install the Drupal 7.0 but had stuck at register_global error.
The system told me to disable it, but i don't know where to started?
Is this file on the server where i host the web or somewhere else?
I'm only starting with drupal 7.0 and ubercart and i've already come across 2 errors needing a patch (1 for ubercart and 1 for drupal core).
I suppose that many patches are issued daily and need testing, but I also suppose that a number of patches have already been validated and integrated into the 7.x dev branch.
Is there a list somewhere, module per module, with the patches that one should apply to drupal core or to the module before using this module?
I'm not a developer and new to drupal, and I've been trying to import a csv exported from an Access DB using Feeds. I've tried everything and get nothing but errors.
Can anyone lead me in the right direction to get this working. The csv contains a lot html in the body mapping, and that seems to be causing the trouble. Here's my latest error. I've tried separator, text qualifier, etc. It's encoded utf-8:
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'last_comment_uid' at row 1
The image for the Acquia Marina theme nicely shows the search box where many people expect to find it at the top right level with the logo/site name, and looking just right in a grey box like the menu, but I have installed this theme, and I find the search box either UNDER the logo/site name (if I locate it in Header region), or above the logo/site name (if I put it in Header Top).
I'm reluctant to call this a bug as I am extremely new to drupal, and I'm sure I must be doing something simple and wrong, but I cannot see what it is!
I'd like to add a field where I can have 2 values assigned to it (or multiple)
ex:
I have a custom field named "Quotes"
in that field I'd like to enter an actual quote and then the author's name in a separate field within the "Quotes" field.
ex:
Quotes field
=====================
Enter the quote: "hi my name is bob"
Author Name: "Bob"
When the node is displayed I could display that field with the both the Quote and Author Name.