Drupal is up and running but how do I ...?

Help! Sequence table mess in a multisite install

I have a single drupal 4.7.4 installation running (win2k server) about 35 sub-sites. I used to have 35 different mysql databases but to make the DBs more manageable, I combined all the databases into a single one, adding prefixes to all table names, and made appropriate changes in the settings.php files.

It seemed to work all dandy until I tried to add any content/user/anything to any of the sites. My big database is called 'clubs' and wildlife is one of the subsites with a table prefix of 'wildlife_'. When I try to add a new page, this is the error I get:

user warning: Duplicate entry '9-9' for key 1 query: INSERT INTO wildlife_node (nid, vid, title, type, uid, status, created, changed, comment, promote, moderate, sticky) VALUES (9, 9, 'gdsfgdsf', 'page', 1, 1, 1163177001, 1163177001, 2, 1, 0, 0) in C:\xampp\xampp\htdocs\clubs\includes\database.mysql.inc on line 121.
user warning: Duplicate entry '9' for key 1 query: INSERT INTO wildlife_node_revisions (nid, vid, title, body, teaser, log, timestamp, uid, format) VALUES (9, 9, 'gdsfgdsf', 'gdsfgsdfg', 'gdsfgsdfg', '', 1163177001, 1, 1) in C:\xampp\xampp\htdocs\clubs\includes\database.mysql.inc on line 121.
user warning: Duplicate entry '9' for key 1 query: INSERT INTO wildlife_node_comment_statistics (nid, last_comment_timestamp, last_comment_name, last_comment_uid, comment_count) VALUES (9, 1163177001, NULL, 1, 0) in C:\xampp\xampp\htdocs\clubs\includes\database.mysql.inc on line 121.

Adding HTML to Footer

Is it possible to add full HTML to the footer in Drupal 4.7? I would like to use tables to position the information contained in the footer.

Thanks,

Chris

How to create forms which lead to another page (which is a view)

Hi,

I'm newish to drupal but not to CMS or programming. I'm trying to create a page which contains a mixture of several elements - some static content and some dynamically loaded images based on views of CCK nodes (using imagenode). I'm using the panels module to do this.

I want to have a panel on the page which will contain a form containing filters with a Search button which will take me to a view with the appropriate filters set. Any suggestions on where I should look to see how to do this?

How to Display Menu Heading in the Breadcrumb Trail

How can I get the menu heading of the left-block to display in the breadcrumb trail.

For example on this page http://surgimedics.com/drupal/node/2 , I would like to have the breadcrumb trail read "Home » Products » Smoke Evacuators » Surgifresh Mini & Mini TURBO Surgical Smoke Evacuators"

Thanks for all the help!

Chris

No Categories Available

I'm new to drupal, I have two Joomla sites, so I'm not a novice to this kind of thing, but I'm testing out drupal with a view to switching.

I'm hitting lots of small issues and slowly getting through them, like figuring out why I can't make individual menu items visible based on the users Role, I can only make entire menus visible, or not.

I've hit an issue now that has me stumped.

I'm trying to build a website that will host videos. I have multiple AcidFree albums in a tree structure. There is one Root Album called 'The Videos' and then there are various sub albums which can have sub albums etc. I've set up a taxonomy that mirrors my album tree structure.

I have one album called 'Uploaded Videos' which is where I want user submitted videos to reside until I've reviewed and approved them. Once approved I'll move them to one of the other albums.

My idea is that members can create videos in the Uploaded Videos album, but not see it's contents. And they can see the contents of all other albums, but not create anything in them.

My problem is that after lots of screwing around with permissions and rolls etc. My users can see the albums that I want them to see, but when they try to submit my Categories list is empty, even though it should show a category called Uploaded Videos. Also there is no option to select the Album to upload to. It seems to want to upload to my Root album.

Problem with the Font of Left Blocks using IE

I am using Drupal 4.7 and the SFX theme. The font for the left blocks is not rendering correctly when using IE. I have tried IE 6 and IE 7 and both have the same problem. When using Firefox, everything looks good.

Open the following page in IE and Firefox to see what I mean.

http://surgimedics.com/drupal/node/2

Any help is greatly appreciated!

Thanks,

Chris

Pages

Subscribe with RSS Subscribe to RSS - Post installation