User login

Unknown column 'price_interval' on fresh install of Drupal e-commerce

Errors on installing pretty much all of e-commerce 3 at once:

Can not install the shipping module until the following modules are installed:
ec_mail
user warning: Unknown column 'price_interval' in 'field list' query: SELECT nid, vid, price_interval as numunits, price_unit as unit, price_cycle as cycles FROM microcommerce_org_ec_product WHERE is_recurring = 1 in /var/www/drupal-5-live/includes/database.mysql.inc on line 172.
user warning: Unknown column 'is_recurring' in 'where clause' query: SELECT t.txnid, t.uid, t.payment_date, p.* FROM microcommerce_org_ec_transaction t, microcommerce_org_ec_transaction_product p WHERE is_recurring = 1 AND t.txnid = p.txnid ORDER BY p.expires in /var/www/drupal-5-live/includes/database.mysql.inc on line 172.

But every shipping module (API, shipcalc) Agaric could find on the modules page did install.

The question: will these fleeting errors come back to haunt us?

Resolution

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.