Page 7 of 15

Re: OFFICIAL "v1.5.0 RC1" BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 7:28 pm
by JNeuhoff
Xsecrets wrote:yeah the search box is not working for me at all in firefox4.
There has never been google checkout payment method in the core of opencart.
We are working on a port of the Google Checkout module to OpenCart 1.5.0. Please be patient, will take a few days.

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 10:26 pm
by Julio Cesar C G
OC 1.5 weight is multiplied by the quantity of product in the cart and OC1.4.9.x not.

1.5.0: 4x product (10kg), $product['weight'] in the cart = 40Kg

1.4.9.x: 4x product (10kg), $product['weight'] in the cart = 10Kg

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 10:32 pm
by test
Julio Cesar C G wrote:OC 1.5 weight is multiplied by the quantity of product in the cart and OC1.4.9.x not.

1.5.0: 4x product (10kg), $product['weight'] in the cart = 40Kg

1.4.9.x: 4x product (10kg), $product['weight'] in the cart = 10Kg
This sounds like it should be a 1.4.9 bug then... but this is not true.. if i have 3 10lb items in my cart, it shows 30lbs

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 10:34 pm
by Xsecrets
what about if you have one 10lb item in your cart with a qty of 3?

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 10:41 pm
by JAY6390
AFAIK this isn't actually happening, 1.4.9.2 seems to work just fine for me

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:34 pm
by marcelwoo
Just discover another two bugs, which have not been reported by others. They are about the banner and latest, featured& bestseller product modules.

(1) If the dimensions of a banner are not properly set, modules placed beside it, will get overlapped and covered and modules below or above it will get a scroll bar inside itself.
I am not sure whether this is a bug ;D but if you set the dimensions right, the home page seems to work properly.
bestseller module scroll bar bug.png

bestseller module scroll bar bug.png (89.38 KiB) Viewed 6400 times

latest module& banner overlap.png

latest module& banner overlap.png (319.51 KiB) Viewed 6400 times

I fixed it by adjusting the dimensions of the banner.
The attachment homepage screenshot.png is no longer available

continue with a few more screenshots in the next post.....

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:38 pm
by omarruben
hello thanks for the great job you are doing, i am trying the 1.5 version:

bugs? maybe:

PRODUCTS
- i can not add and option to a product
- i create a attribute and save it, but it did not appear again on the next edit

i am using firefox 4, all installation went great without a Problem (with db prefix)

thank you

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:42 pm
by marcelwoo
(2)the margin between the first item and the second one in all the modules(best seller/featured product/latest) needs to adjusted a lil bit. If the size of the little image are set big enough, the "add to cart" button of the first item will get overlapped by the image of the second one.
feature module margin bug.png

feature module margin bug.png (72.24 KiB) Viewed 6396 times

latest module margin bug.png

latest module margin bug.png (47.97 KiB) Viewed 6396 times


Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:47 pm
by marcelwoo
omarruben wrote:hello thanks for the great job you are doing, i am trying the 1.5 version:

bugs? maybe:

PRODUCTS
- i can not add and option to a product
- i create a attribute and save it, but it did not appear again on the next edit

i am using firefox 4, all installation went great without a Problem (with db prefix)

thank you
Same problem... but I am not sure if this has been reported or not....

Re: OFFICIAL "v1.5.0 RC1" BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:48 pm
by i2Paq
lvcoded wrote:Hi guys.

I have tried all browsers but get the same issue on all.
Cant install. Just get a blank page at step 3 of installation.

Have been using OC on this server since 1.4.0, but can also see all the other people have managed to install so not sure what to think.

Any ideas?
Anyone having (and solved) this issue?

I'm having the same problem, I can't get passed step 3 :(

My server:
PHP 5.1.6-27.el5
MySQL 5.0.45-7.el5
Linux 2.6.18-194.17.4.el5
CentOs 5

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:52 pm
by JAY6390
Hey Norman

Pretty sure that is due to the var_filter and the filter extension not being installed/enabled. I'm going to go out on a limb here and guess your php version is less than 5.2?

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:53 pm
by i2Paq
JAY6390 wrote:Hey Norman

Pretty sure that is due to the var_filter and the filter extension not being installed/enabled. I'm going to go out on a limb here and guess your php version is less than 5.2?
Yes, PHP 5.1.6-27.el5

What to do?

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Thu Apr 28, 2011 11:58 pm
by JAY6390
I believe Q is working on this. If you upgrade to 5.2 it will resolve it but realise it's not always an option. The problem is, a lot of hosts are still on php 5.1.X despite 5.3 being available. Changing all the filter_vars back to regex checks will fix it

NOTE TO Q/DANIEL - filter_var is not actually all that great when it comes to checking emails, for example
Jay@1 is classed as a valid email

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 12:07 am
by i2Paq
JAY6390 wrote:I believe Q is working on this. If you upgrade to 5.2 it will resolve it but realise it's not always an option. The problem is, a lot of hosts are still on php 5.1.X despite 5.3 being available. Changing all the filter_vars back to regex checks will fix it

NOTE TO Q/DANIEL - filter_var is not actually all that great when it comes to checking emails, for example
Jay@1 is classed as a valid email
I'm upgrading my VPS to 5.2 tomorrow anyway.

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 12:15 am
by Qphoria
JAY6390 wrote:The problem is, a lot of hosts are still on php 5.1.X despite 5.3 being available. Changing all the filter_vars back to regex checks will fix it
I'd like to take USA's normal stance on international differences... we'll just do it our way and let the rest of you catch up :D

Re: OFFICIAL "v1.5.0 RC1" BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 12:56 am
by i2Paq
UncleAndy wrote:I try add language in list. When I fill all field and press "Save" I get error:

Code: Select all

Notice: Undefined index: text in /var/www/opencart15/admin/model/localisation/language.php on line 32Error: Unknown column 'text' in 'field list'
Error No: 1054
INSERT INTO banner_image_description SET banner_image_id = '51', banner_id = '7', language_id = '3', text = ''
Confirmed!

Also when deleting a language.

It does delete or add the language but all database related entry's are NOT created.

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 3:53 am
by i2Paq
There is No Comparison module/button to view what you want to compare if you loose the notification-bar.

There is No Wish List module/button to view the Wish List if you loose the notification-bar.

Re: OFFICIAL v1.5.0 RC1 BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 4:48 am
by test
celestial wrote:In Central America we dont use Postal Code and now is mandatory, how we can make this optional for certain countries or optional for all, same for shipping estimate dont work and the Postal Code is mandatory
Technically it isn't, but daniel removed the ajax update code to show/hide the little "*". If you use a country that doesn't have a postcode it should allow it.

Re: OFFICIAL "v1.5.0 RC1" BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 4:54 am
by i2Paq
Johnathan wrote:
unknownmale1 wrote:
xNeO wrote:

Code: Select all

Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option' at line 1
Error No: 1064
SELECT COUNT(*) AS total FROM option
when I click on Options in Admin->Products
This is mentioned above.
Actually, this is the same bug but a different file. /admin/model/catalog/option.php needs the same change as /admin/model/catalog/product.php, except in more places.
I cannot find the

Code: Select all

LEFT JOIN " . DB_PREFIX . "option o ON
on that file you mention.

Re: OFFICIAL "v1.5.0 RC1" BUG THREAD. POST ALL BUGS HERE

Posted: Fri Apr 29, 2011 5:38 am
by Johnathan
i2Paq wrote:I cannot find the

Code: Select all

LEFT JOIN " . DB_PREFIX . "option o ON
on that file you mention.
There's no LEFT JOIN bug in that file, it's all UPDATEs, SELECTs, INSERTs, and DELETEs. Try searching for this instead:

Code: Select all

DB_PREFIX . "option