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.
After activating ec_mail and various other modules that came with the ecommerce module i get errors and a blank page. These errors are:
* user warning: Table 'drupal5.ec_transaction' doesn't exist query: SELECT COUNT(txnid) FROM ec_transaction WHERE (payment_status = '1' OR payment_status = '7') AND (workflow = '1' OR workflow = '2' OR workflow = '3' OR workflow = '4') in /var/www/html/drupal5/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal5.ec_transaction' doesn't exist query: SELECT COUNT(txnid) FROM ec_transaction WHERE payment_status = '2' AND (workflow = '1' OR workflow = '2' OR workflow = '3' OR workflow = '4') in /var/www/html/drupal5/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal5.ec_transaction' doesn't exist query: SELECT COUNT(txnid) FROM ec_transaction WHERE payment_status = '2' and workflow = '6' in /var/www/html/drupal5/includes/database.mysql.inc on line 172.
* user warning: Table 'drupal5.ec_transaction' doesn't exist query: SELECT COUNT(txnid) FROM ec_transaction where created >= '1170288000' AND payment_status = '2' AND workflow = '6' in /var/www/html/drupal5/includes/database.mysql.inc on line 172.
I am going to have a list of nodes combined on one page (via views) and the links will not be visible. But I need to find some way to let people edit those nodes. I am looking at add an "edit this" link to each node. But I only want that link to appear for the editor role. I know how to restrict the display to a certain user role but I am not sure what it should link to.
i see that they underline when you mouse over them...but there must be a way other than tagging each and every one with the underline tag....how do i make it site wide? i'm afraid my visitors, which are not always net savvy, will miss the links unless they stand out. and i'm hoping i don't have to tag each one separately to make it so.
I am trying to set up Drupal's forums, without success. Here's what happens:
Forums module is set up, and I create a new forum NewForum. I navigate to the Forums section, and the area shows. I select NewForum, click Add New Forum Topic, add my test topic, and save. The node is successfully saved and can be loaded by directly accessing the new node by number--but does not appear in the forum area. I am sure there's a back-end issue that I need to clean out, but de-activating and re-activating the Forum module didn't fix the trouble.
I was shocked this morning when I checked my inbox and found 2213 undelivered messages in there.
First I thought it's some kind of spam attack but then I realised that the amount of emails in my inbox is roughly the number of newsletter subscribers in my simple news module.
All emails had the following content:
This is the www15.xxxxx program at host www15.xxxxx
I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.
I'm running a fairly fresh Drupal 5.1 installation, with the default Garland theme. I have some blocks set up in the right sidebar (such as recent comments, open newswire, random images) and these appear in the correct place on every page except on the front page where, instead, the right sidebar blocks appear on the left below the main content.