Post by Qphoria » Wed Apr 27, 2011 1:53 am

Check THIS BUG LIST before posting new bugs


This is the official v1.5.0 Bug thread for 1.5.0 bugs.

Post as many bugs as you can find.

There will be many bugs I'm sure so try to search this thread for already posted bugs before posting.

If you are getting the error on the options or return pages just reinstall and use a table prefix in the database setup step until the next version is released

Quick Fixes for Known Bugs:
1. If you are not using a db prefix, you are probably getting an error like this:
"You have an error in your SQL syntax" with "option" or "return".

Instructions on how to use the SVN
Can be found in our documentation: Using our SVN

You either need to reinstall and use a db prefix OR upload the fixed files in the attached zip.
Last edited by i2Paq on Tue May 10, 2011 1:34 am, edited 1 time in total.
Reason: How to use the SVN added

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Xsecrets » Wed Apr 27, 2011 1:56 am

k found a bug in admin/model/catalog/product.php
line 450

Code: Select all

LEFT JOIN " . DB_PREFIX . "option o ON
needs to be

Code: Select all

LEFT JOIN `" . DB_PREFIX . "option` o ON
cause at least on my version of mysql I gues option is a keyword and it crashes without the backticks.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by glenns » Wed Apr 27, 2011 2:00 am

Just a quickie , the top banner still hardlinks to dev.opencart.com so you might see quite a few hits on your dev server


yew look is great tho really liking it

New member

Posts

Joined
Mon Sep 27, 2010 4:14 am

Post by Johnathan » Wed Apr 27, 2011 2:01 am

The gift voucher page gives a "The page you requested cannot be found" error after purchasing.
Last edited by i2Paq on Fri Apr 29, 2011 3:21 am, edited 1 time in total.
Reason: Confirmed

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by fotoshootoplocatienl » Wed Apr 27, 2011 2:10 am

In Firefox 4:
If you want to search something, you have to click next to the Search text. In IE8 you can click on the Search text to search something


Posts

Joined
Mon Mar 21, 2011 7:54 pm
Location - Kudelstaart (Aalsmeer), The Netherlands

Post by EvzeNsx » Wed Apr 27, 2011 2:12 am

There is a bug with css - when i choose product preview. Cart block appears in front of the product preview.
Cart block has z-index: 102 and preview window z-index: 1006

Sorry for my english))

Newbie

Posts

Joined
Wed Apr 27, 2011 12:54 am

Post by Qphoria » Wed Apr 27, 2011 2:13 am

fotoshootoplocatienl wrote:In Firefox 4:
If you want to search something, you have to click next to the Search text. In IE8 you can click on the Search text to search something
I said the same thing. Daniel said he couldn't see this issue. But there is definitely an overlap issue with firefox 4 from the shopping cart div

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by glenns » Wed Apr 27, 2011 2:21 am

Qphoria wrote:
I said the same thing. Daniel said he couldn't see this issue. But there is definitely an overlap issue with firefox 4 from the shopping cart div
Yer its doing the same in Chrome and Firefox 4, shopping cart blocks the start of the search box

its the <div id="cart"> this sorts it out :

Code: Select all

#header #cart {
    float: right;
    min-width: 300px;
    position: absolute;
    right: 315px;
    z-index: 1004;
}

New member

Posts

Joined
Mon Sep 27, 2010 4:14 am

Post by Xsecrets » Wed Apr 27, 2011 2:31 am

Johnathan wrote:The gift voucher page gives a "The page you requested cannot be found" error after purchasing.
yeah it appears that the success function has been left out. oops. :o

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by glenns » Wed Apr 27, 2011 2:33 am

Getting an error on the shipping.tpl

Code: Select all


Notice: Undefined index: code in /{myserverpath}/public_html/catalog/view/theme/default/template/checkout/shipping.tpl on line 14


New member

Posts

Joined
Mon Sep 27, 2010 4:14 am

Post by SXGuy » Wed Apr 27, 2011 2:33 am

not sure if this is an issue or just something im not quite getting but..

catalog options - option value does nothing.

I.e If i create a Date option called Delivery Date, and click option value, an input box appears, but whatever i input doesnt carry over.
Last edited by i2Paq on Fri Apr 29, 2011 3:24 am, edited 1 time in total.
Reason: Confirmed

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by xNeO » Wed Apr 27, 2011 2:34 am

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

New member

Posts

Joined
Sat Apr 02, 2011 6:17 pm

Post by unknownmale1 » Wed Apr 27, 2011 2:35 am

When adding an affiliate there seems to be some example transactions.
Last edited by i2Paq on Fri Apr 29, 2011 3:25 am, edited 1 time in total.
Reason: Confirmed - This happens only to the first Affiliate added.

Active Member

Posts

Joined
Sat Aug 28, 2010 6:46 pm

Post by unknownmale1 » Wed Apr 27, 2011 2:38 am

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.

Active Member

Posts

Joined
Sat Aug 28, 2010 6:46 pm

Post by xNeO » Wed Apr 27, 2011 2:42 am

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.
Sorry... :P I didn't pay attention. My bad.

New member

Posts

Joined
Sat Apr 02, 2011 6:17 pm

Post by unknownmale1 » Wed Apr 27, 2011 2:46 am

After setting up an affiliate account the first time the admin area logs you out and the affiliates tracking code appears in the admin username field. When I attempted to log in as the affiliate in the front end the same thing happened only the tracking number appears in the email address field.

Active Member

Posts

Joined
Sat Aug 28, 2010 6:46 pm

Post by opencartisalright » Wed Apr 27, 2011 3:02 am

Johnathan wrote:The gift voucher page gives a "The page you requested cannot be found" error after purchasing.
+1

I'm getting this error too.
Last edited by i2Paq on Fri Apr 29, 2011 3:27 am, edited 1 time in total.
Reason: Confirmed

Active Member

Posts

Joined
Mon Feb 21, 2011 4:09 am

Post by Xsecrets » Wed Apr 27, 2011 3:06 am

when you login as a customer there's an error

Code: Select all

Notice: Undefined index: cart in system\library\customer.php on line 33
Last edited by i2Paq on Fri Apr 29, 2011 3:28 am, edited 1 time in total.
Reason: Not Confirmed

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Johnathan » Wed Apr 27, 2011 3:12 am

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.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by unknownmale1 » Wed Apr 27, 2011 3:15 am

Yes, it's also in admin/model/catalog/return.php, same issue though.

Active Member

Posts

Joined
Sat Aug 28, 2010 6:46 pm
Who is online

Users browsing this forum: No registered users and 26 guests