Post by bee » Sat Nov 19, 2011 1:25 am

Hi,
i keep getting this message?? any ideas?

Error: Unknown column 'maximum' in 'field list'
Error No: 1054
INSERT INTO product SET model = 'Clutch', sku = '', location = '', quantity = '1', minimum = '1', maximum = '0', subtract = '0', stock_status_id = '7', date_available = '2011-11-17', manufacturer_id = '11', shipping = '0', price = '20', cost = '0', weight = '0', weight_class_id = '2', length = '0', width = '0', height = '0', length_class_id = '1', status = '1', tax_class_id = '0', sort_order = '1', date_added = NOW()

Bee

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by i2Paq » Sat Nov 19, 2011 1:28 am

Clean install, update?

Worked before?

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by bee » Sat Nov 19, 2011 1:31 am

Hi
After updating all the patch's up to 1.4.9.6
now i m not able to insert any products!!

after entering the long details of products and finally getting to "insert button"

i get this message



Error: Unknown column 'maximum' in 'field list'
Error No: 1054
INSERT INTO product SET model = 'test', sku = '', location = '', quantity = '200', minimum = '1', maximum = '0', subtract = '1', stock_status_id = '5', date_available = '2011-11-17', manufacturer_id = '0', shipping = '1', price = '0', cost = '0', weight = '0', weight_class_id = '2', length = '0', width = '0', height = '0', length_class_id = '1', status = '1', tax_class_id = '0', sort_order = '1', date_added = NOW()

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by jang1200 » Sat Nov 19, 2011 2:16 am

phpMyAdmin -> SQL

Code: Select all

ALTER TABLE `product` ADD `maximum` int(11) NOT NULL DEFAULT '0' COMMENT '' AFTER `minimum`;

$email = filter_var(filter_var($email, FILTER_SANITIZE_EMAIL), FILTER_VALIDATE_EMAIL);
if($email === false) {
// Houston, we have a problem....
}


Newbie

Posts

Joined
Mon Apr 12, 2010 4:17 pm

Post by bee » Sun Nov 20, 2011 3:03 am

jang1200 wrote:phpMyAdmin -> SQL

Code: Select all

ALTER TABLE `product` ADD `maximum` int(11) NOT NULL DEFAULT '0' COMMENT '' AFTER `minimum`;

i dont quite understand what you mean sorry.

and now i am also getting these message:

Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/catalog/controller/product/product.php on line 147Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/catalog/controller/product/product.php on line 239Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150

??
whats going on, of i click on a link = === i get this message
when i put something in a cart ==== i get this message?

should i reload the update again

please help

many many thanks

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by i2Paq » Sun Nov 20, 2011 4:04 am

I believe you need to run some upgrade script to update to you current version.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by bee » Sun Nov 20, 2011 4:12 am

i2Paq wrote:I believe you need to run some upgrade script to update to you current version.
where would you suggest i find these upgrades, i already did the ones from this website: http://code.google.com/p/opencart/downloads/list

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by bee » Sun Nov 20, 2011 4:30 am

When i click on a Product to view details in the live shop window i get this message:

Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/catalog/controller/product/product.php on line 147Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/catalog/controller/product/product.php on line 239


and when i add it to my cart i get this message:

Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 135Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 136Notice: Undefined index: maximum in /home/content/02/8283502/html/shop/system/library/cart.php on line 150

and for some reason the £ sign turns in to  ??

Any ideas what i should doo guys

thanks a million still

Bee
xxx

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by bee » Sun Nov 20, 2011 4:31 am

I have no idea where to look for the update script :(

bee

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by i2Paq » Sun Nov 20, 2011 4:39 am

bee wrote:I have no idea where to look for the update script :(

bee
Are there none in the zip's you downloaded?

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by bee » Sun Nov 20, 2011 4:47 am

i already downloaded the Patch file for 1.4.9.6 and i uploaded the replaced files and followed the instruction just fine.

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by bee » Sun Nov 20, 2011 4:51 am

i2Paq wrote:
bee wrote:I have no idea where to look for the update script :(

bee
Are there none in the zip's you downloaded?
Although, i just opened that patch file up just now, and in there there are three txt files, (which dont need to be uploaded, as you know and in there the update.txt) did have a this writen at the bottom of it:


6. THERE ARE NO UPDATES TO THE DATABASE SO YOU WILL NOT NEED TO RUN THE UPGRADE SCRIPT

ermm..
did i miss something, when i was runnig all the update patchs, when i was upgrading from
1.4.9.3 to - 1.4.9.4 >> then 1.4.9.4 to 1.4.9.5 ... >> then 1.4.9.5 to1.4.9. 6 ..

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm

Post by bee » Sun Nov 20, 2011 5:15 am

bee wrote:I have no idea where to look for the update script :(

bee
you are RIGHTTTTTTTTTTTTTTTTTTTTTTT

i went back and did a re upload and its all fixed, i never did :-


6. THERE ARE UPDATES TO THE DATABASE SO YOU WILL NEED TO RUN THE UPGRADE SCRIPT
After the files are uploaded
Goto http://yoursite.com/install/upgrade.php

You should get the opencart upgrade success message

in the update patchs

i just keep up dating and then deleted the install
!!

you were right
:D

i love u

xx
thanks a million billion

:D xx

bee
New member

Posts

Joined
Tue Nov 08, 2011 7:00 pm
Who is online

Users browsing this forum: Amazon [Bot] and 4 guests