Jump to content

MYSQL / Database Help


blsuk

Recommended Posts

Hey

 

I have recently set up a shop site using Opencart v1.4.9.1 and have added a couple of modules but when I try to install them I get database issues and errors when trying to complete an order eg.

 

Error: Unknown column 'o.deliverydate' in 'field list'

Error No: 1054

SELECT o.order_id, CONCAT(o.firstname, ' ', o.lastname) AS name, (SELECT os.name FROM order_status os WHERE os.order_status_id = o.order_status_id AND os.language_id = '1') AS status, o.date_added, o.deliverydate, o.total, o.currency, o.value FROM `order` o WHERE o.order_status_id > '0' ORDER BY o.date_added DESC LIMIT 0,10

 

I have no experience of databases and have tried to access and change as instructed using Navicat but still to no avail :o((

 

You can see the site and issues at www.blackpoolcupcakes.co.uk/cupcakeshop

 

If anyone can help shed any light on this I would be hugely grateful.

 

SCOTT

Link to comment
Share on other sites

Hey

 

Thanks for your reply!

 

I have checked the tables and the 'order' table is named ps_orders....(not sure if that is an issue or not??) so I went into that and added a 'deliverydate' column after the 'comments' column as instructed but there is also another named  'delivery_date' further along but it seems to be unused.#

 

Can I show you or send you any more info that may help??

 

SCOTT

Link to comment
Share on other sites

OK here goes!

 

I have been back on and try to delete the added file and rename the existing but still appear to have the same error.

 

The module included an sql file which says:

 

ALTER TABLE  `order` ADD  `deliverydate` DATE NOT NULL AFTER  `comment`;

 

So when I go into the database via Navicat the file I have is named 'ps_orders' so I added a new field after 'comment' as instructed but on trying to complete an order on the site it shows the error message above and on signing in to the admin area I get the same message shown after entering log-in details :(

 

I have attached a screenshot of the table, any suggestions welcome :)

 

 

 

[attachment deleted by admin]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.