OpenCart 1.5.1.1 Bug Thread
OpenCart 1.5.1.1 Bug Thread
With the release of OpenCart 1.5.1.1 we need a new BUG topic.
You can download OC 1.5.1.1 from our Download Page.
If you find issues with OC 1.5.1.1 you need to start using google code issue tracker.
http://code.google.com/p/opencart/issues/list
DO NOT POST ALL YOU PROBLEMS/QUESTIONS THERE, MAKE SURE THEY ARE BUGS!
And not things because you do not understand the way 1.5.x works.
You can download OC 1.5.1.1 from our Download Page.
If you find issues with OC 1.5.1.1 you need to start using google code issue tracker.
http://code.google.com/p/opencart/issues/list
DO NOT POST ALL YOU PROBLEMS/QUESTIONS THERE, MAKE SURE THEY ARE BUGS!
And not things because you do not understand the way 1.5.x works.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.1 Bug Thread
resave your extension modules if you are having errors about column left or right
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.1 Bug Thread
When using a "custom template" OC still reads the default CSS path.
SOURCE SHOWS:
catalog/view/theme/default/stylesheet/stylesheet.css"
SHOULD BE:
catalog/view/theme/CustomTemplate/stylesheet/stylesheet.css"
SOURCE SHOWS:
catalog/view/theme/default/stylesheet/stylesheet.css"
SHOULD BE:
catalog/view/theme/CustomTemplate/stylesheet/stylesheet.css"
- Blnukem
- Posts: 53
- Joined: Wed Apr 28, 2010 3:17 pm
Re: OpenCart 1.5.1.1 Bug Thread
Blnukem wrote:When using a "custom template" OC still reads the default CSS path.
SOURCE SHOWS:
catalog/view/theme/default/stylesheet/stylesheet.css"
SHOULD BE:
catalog/view/theme/CustomTemplate/stylesheet/stylesheet.css"
Open /common/header.tpl inside the CustomTemplate folder and edit every "default" with "CustomTemplate"
This Is not a bug
-

Maansy - Posts: 930
- Joined: Wed Jun 23, 2010 10:04 pm
Re: OpenCart 1.5.1.1 Bug Thread
Affiliate commission includes shipping charges. Normally, shipping charges do not count as commission.
I am waiting for Open Cart 3.0
- op_user
- Posts: 61
- Joined: Thu Dec 10, 2009 1:45 am
Re: OpenCart 1.5.1.1 Bug Thread
1. free shipping not working.
2. customize shipping method seems not working...
2. customize shipping method seems not working...
- perezosogato
- Posts: 85
- Joined: Sat Jul 23, 2011 5:03 pm
error backup OC's Version v1.5.1.1
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 'Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php /' at line 1
Error No: 1064
Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php / foot.php on line 3
good night.
despite having already successfully made backup´s in my OC's Version v1.5.1.1 without any problems other times, in my last attempt, after performing a backup and then the restore of the site the above message appeared.
suggestions that may fix this bug are welcome
thanks in advanced
Error No: 1064
Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php / foot.php on line 3
good night.
despite having already successfully made backup´s in my OC's Version v1.5.1.1 without any problems other times, in my last attempt, after performing a backup and then the restore of the site the above message appeared.
suggestions that may fix this bug are welcome
thanks in advanced
- ricardo21
- Posts: 3
- Joined: Wed Jul 27, 2011 6:02 am
Re: OpenCart 1.5.1.1 Bug Thread
I am not sure how many revisions this bug goes back to...
I am using 1.5.1.1, if you look at your .hitaccess.txt file you will see..
<FilesMatch "\.(tpl|ini|log|txt)">
When you try to access the page in Firefox it says forbidden, for example type in yoururl.com/robots.txt..
The simple way to solve this is to edit the file and change the line to..
<FilesMatch "\.(tpl|ini|log)">
I also believe that you need to edit the robots.txt file and change the line that says sitemap:text to change, change this to sitemap.xml, or whatever your sitemap.xml path is, mine is the root.
This is not the OC generated sitemap extension, I used a free online generator to greate mine, I then uploaded to the root of my site, hence myurl.com/sitemap.xml
I have posted this on the google bugs site, not the sitemap though
I am using 1.5.1.1, if you look at your .hitaccess.txt file you will see..
<FilesMatch "\.(tpl|ini|log|txt)">
When you try to access the page in Firefox it says forbidden, for example type in yoururl.com/robots.txt..
The simple way to solve this is to edit the file and change the line to..
<FilesMatch "\.(tpl|ini|log)">
I also believe that you need to edit the robots.txt file and change the line that says sitemap:text to change, change this to sitemap.xml, or whatever your sitemap.xml path is, mine is the root.
This is not the OC generated sitemap extension, I used a free online generator to greate mine, I then uploaded to the root of my site, hence myurl.com/sitemap.xml
I have posted this on the google bugs site, not the sitemap though
Last edited by crazypetfood on Wed Jul 27, 2011 8:49 am, edited 1 time in total.
- crazypetfood
- Posts: 36
- Joined: Sun Jun 12, 2011 9:25 am
Re: OpenCart 1.5.1.1 Bug Thread
perezosogato wrote:1. free shipping not working.
2. customize shipping method seems not working...
works fine for me. maybe you should set some of your products to require shipping.
or
Sub-Total amount needed before the free shipping module becomes available.
in fact do some research before posting things as a bug. this is a bug thread not your personal problem solver.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: error backup OC's Version v1.5.1.1
ricardo21 wrote: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 'Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php /' at line 1
Error No: 1064
Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php / foot.php on line 3
good night.
despite having already successfully made backup´s in my OC's Version v1.5.1.1 without any problems other times, in my last attempt, after performing a backup and then the restore of the site the above message appeared.
suggestions that may fix this bug are welcome
thanks in advanced
your system is trying to include a file that opencart does not call. please contact your host about this.
i found a solution to your problem here:
http://www.martintobing.com/archives/52
000webhost.com includes hidden tracking scripts.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.1 Bug Thread
First thanks to all, especially Daniel and Q, for the hard work in getting Opencart 1.5.1.1 done.
Just a small bug report:
The sample database coming with Opencart 1.5.1.1 has wrong entries in the 'banner_image' table, in the field 'link': Most of them start with '/index.php?route=product/manufacturer/product.....' instead of 'index.php?route=product/manufacturer/product.....', these should be relative links, otherwise they won't work in .e.g. the carousel module when Opencart is installed in a sub-folder.
Perhaps this could be enforced in the admin/controller/design/banner.php, in function validateForm, to ensure the links are relative and don't start with a '/'.
Just a small bug report:
The sample database coming with Opencart 1.5.1.1 has wrong entries in the 'banner_image' table, in the field 'link': Most of them start with '/index.php?route=product/manufacturer/product.....' instead of 'index.php?route=product/manufacturer/product.....', these should be relative links, otherwise they won't work in .e.g. the carousel module when Opencart is installed in a sub-folder.
Perhaps this could be enforced in the admin/controller/design/banner.php, in function validateForm, to ensure the links are relative and don't start with a '/'.
J.Neuhoff - MHC Web Design
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2115
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.1 Bug Thread
JNeuhoff wrote:The sample database coming with Opencart 1.5.1.1 has wrong entries in the 'banner_image' table, in the field 'link': Most of them start with '/index.php?route=product/manufacturer/product.....' instead of 'index.php?route=product/manufacturer/product.....', these should be relative links, otherwise they won't work in .e.g. the carousel module when Opencart is installed in a sub-folder.
Either remove the "/" or put a dot before it, like so "./"

If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
-

fido-x - Posts: 1960
- Joined: Fri Jun 27, 2008 5:09 pm
- Location: Tasmania, Australia
Re: OpenCart 1.5.1.1 Bug Thread
google_base error.
I created the google base file name with the xml extention.
Sent the feed as- website name/index.php?route=feed/google_base
It came back with the said error.
The google base details state [ Detected file format: Text ] so i looked at the base.php coding and found [$output = '<?xml version="1.0" encoding="UTF-8" ?>';] in line 5, i'm no coder but that seems right to me.
I was also getting a lot of [PHP Notice: Undefined index: weight_class in /home/####/public_html/catalog/controller/feed/google_base.php on line 78] error logs.
I don't know why google base is detacting the feed as txt.
As descibed in this thread- viewtopic.php?f=22&t=9867
I created the google base file name with the xml extention.
Sent the feed as- website name/index.php?route=feed/google_base
It came back with the said error.
The google base details state [ Detected file format: Text ] so i looked at the base.php coding and found [$output = '<?xml version="1.0" encoding="UTF-8" ?>';] in line 5, i'm no coder but that seems right to me.
I was also getting a lot of [PHP Notice: Undefined index: weight_class in /home/####/public_html/catalog/controller/feed/google_base.php on line 78] error logs.
I don't know why google base is detacting the feed as txt.
As descibed in this thread- viewtopic.php?f=22&t=9867
- noidea
- Posts: 14
- Joined: Tue Jul 26, 2011 2:24 am
- Location: UK
Re: OpenCart 1.5.1.1 Bug Thread
noidea wrote:google_base error.
I created the google base file name with the xml extention.
Sent the feed as- website name/index.php?route=feed/google_base
It came back with the said error.
The google base details state [ Detected file format: Text ] so i looked at the base.php coding and found [$output = '<?xml version="1.0" encoding="UTF-8" ?>';] in line 5, i'm no coder but that seems right to me.
I was also getting a lot of [PHP Notice: Undefined index: weight_class in /home/####/public_html/catalog/controller/feed/google_base.php on line 78] error logs.
I don't know why google base is detacting the feed as txt.
As descibed in this thread- viewtopic.php?f=22&t=9867
viewtopic.php?f=161&t=36270&start=180#p177417
-

eka7a - Posts: 176
- Joined: Sat Apr 11, 2009 4:59 pm
- Location: Türkiye
Re: OpenCart 1.5.1.1 Bug Thread
@ eka7a
Thank you, that fixed the problem
Thank you, that fixed the problem

- noidea
- Posts: 14
- Joined: Tue Jul 26, 2011 2:24 am
- Location: UK
Re: OpenCart 1.5.1.1 Bug Thread
The latest product module does not distinct between shops.
It does not show the latest products for that particular shop.
There is no place where you can define a different welcome text for additional shops.
That's my 2 bytes sofar...
Greetings,
Sanne
It does not show the latest products for that particular shop.
There is no place where you can define a different welcome text for additional shops.
That's my 2 bytes sofar...
Greetings,
Sanne
-

sanne - Posts: 49
- Joined: Tue Sep 14, 2010 8:44 pm
- Location: Almelo
Re: error backup OC's Version v1.5.1.1
Daniel wrote:ricardo21 wrote: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 'Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php /' at line 1
Error No: 1064
Notice: Undefined index: HTTP_X_REQUESTED_WITH in / usr / local / lib / php / foot.php on line 3
good night.
despite having already successfully made backup´s in my OC's Version v1.5.1.1 without any problems other times, in my last attempt, after performing a backup and then the restore of the site the above message appeared.
suggestions that may fix this bug are welcome
thanks in advanced
your system is trying to include a file that opencart does not call. please contact your host about this.
i found a solution to your problem here:
http://www.martintobing.com/archives/52
000webhost.com includes hidden tracking scripts.
Daniel,
i appreciate your help, but disabling analytics didn´t solve this problem.
i´ve contacted my host and they said:
"I just check your phpmyadmin and it is working just fine
we recently upgrade mysql to the latest version so check to see if you have code that need to be adjust to work with the new version."
any more suggestions?
thanks
- ricardo21
- Posts: 3
- Joined: Wed Jul 27, 2011 6:02 am
Re: OpenCart 1.5.1.1 Bug Thread
change hosts. your system is trying to include a file that opencart does not call. there is no file called foot.php in opencart.
its down to your host. change hosts if they can not fix the problem.
its like what the guy says here:
/usr/local/lib/php/foot.php isn’t a file used in Opencart. PHP might not be properly installed on your server. Talk to your web hosting.
its down to your host. change hosts if they can not fix the problem.
its like what the guy says here:
/usr/local/lib/php/foot.php isn’t a file used in Opencart. PHP might not be properly installed on your server. Talk to your web hosting.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.1 Bug Thread
A couple of things I noticed:
1) Affiliate module uninstalled but footer link to affiliate registration page still on website & is active. (everything should disable)
2) Order total - reward points disabled but reward points field still shown in product pages.(everything should disable)
3) Gift vouchers disabled but you can still purchase them via the link in footer.(everything should disable)
4) No horizontal scroll bar in Firefox 3.6.18 when page minimised (this happend with 1.5.0.5 too)
5) Manufacturer carousel module a bit wonky in IE6 SP3 - no arrow & it shows all images, page format screwed and images stick out to right
6) IE6 again - in thickbox (?) for enlarged images - no images for X to close & arrow for next/ back or image around pic name
7) Sort By Price filter - it doesn't consider the specials price, just sorts by original price of product so prices not ordered properly.
BTW - I at first noticed something odd about add to cart buttons/ emptying cart but I hadn't yet uploaded my correct php.ini
- adding to cart is ok today
see how that goes.
1) Affiliate module uninstalled but footer link to affiliate registration page still on website & is active. (everything should disable)
2) Order total - reward points disabled but reward points field still shown in product pages.(everything should disable)
3) Gift vouchers disabled but you can still purchase them via the link in footer.(everything should disable)
4) No horizontal scroll bar in Firefox 3.6.18 when page minimised (this happend with 1.5.0.5 too)
5) Manufacturer carousel module a bit wonky in IE6 SP3 - no arrow & it shows all images, page format screwed and images stick out to right
6) IE6 again - in thickbox (?) for enlarged images - no images for X to close & arrow for next/ back or image around pic name
7) Sort By Price filter - it doesn't consider the specials price, just sorts by original price of product so prices not ordered properly.
BTW - I at first noticed something odd about add to cart buttons/ emptying cart but I hadn't yet uploaded my correct php.ini
- adding to cart is ok today
see how that goes.Last edited by freshbreeze on Thu Jul 28, 2011 10:17 am, edited 1 time in total.
- freshbreeze
- Posts: 15
- Joined: Sun Jul 17, 2011 7:36 pm
- Location: UK
Re: OpenCart 1.5.1.1 Bug Thread
I can confirm that free checkout does not work in 1.5.1.1
- stoyankyosev
- Posts: 2
- Joined: Mon Jun 06, 2011 2:27 pm
Who is online
Users browsing this forum: No registered users and 14 guests













