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.
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
Reason: How to use the SVN added
k found a bug in admin/model/catalog/product.php
line 450
needs to be
cause at least on my version of mysql I gues option is a keyword and it crashes without the backticks.
line 450
Code: Select all
LEFT JOIN " . DB_PREFIX . "option o ON
Code: Select all
LEFT JOIN `" . DB_PREFIX . "option` o ON
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
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
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
New member
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 divfotoshootoplocatienl 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
Yer its doing the same in Chrome and Firefox 4, shopping cart blocks the start of the search boxQphoria 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
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;
}
yeah it appears that the success function has been left out. oops.Johnathan wrote:The gift voucher page gives a "The page you requested cannot be found" error after purchasing.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
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
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.
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
Reason: Confirmed
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 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.
Reason: Confirmed - This happens only to the first Affiliate added.
This is mentioned above.xNeO wrote:when I click on Options in Admin->ProductsCode: 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
Sorry... I didn't pay attention. My bad.unknownmale1 wrote:This is mentioned above.xNeO wrote:when I click on Options in Admin->ProductsCode: 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
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.
+1Johnathan wrote:The gift voucher page gives a "The page you requested cannot be found" error after purchasing.
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
Reason: Confirmed
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
Reason: Not Confirmed
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
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.unknownmale1 wrote:This is mentioned above.xNeO wrote:when I click on Options in Admin->ProductsCode: 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
Yes, it's also in admin/model/catalog/return.php, same issue though.
Who is online
Users browsing this forum: No registered users and 4 guests