OpenCart 1.5.1 Bug Thread
Re: OpenCart 1.5.1 Bug Thread
Daniel wrote:
the only pages changed are the install.sql, the product compare controller and the length class.
Could you give me the file paths to both the product compare controller and the length class? I would like to update those files manually but not sure where they are located.
- opencartisalright
- Posts: 375
- Joined: Sun Feb 20, 2011 8:09 pm
Re: OpenCart 1.5.1 Bug Thread
oc 1.5.1.1 catalog/model/catalog/product.php
written twice
written twice
- Code: Select all
'model' => $query->row['model'],
'model' => $query->row['model'],
-

eka7a - Posts: 177
- Joined: Sat Apr 11, 2009 4:59 pm
- Location: Türkiye
Re: OpenCart 1.5.1 Bug Thread
eka7a wrote:oc 1.5.1.1 catalog/model/catalog/product.php
written twice
- Code: Select all
'model' => $query->row['model'],
'model' => $query->row['model'],
thx
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5184
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1 Bug Thread
There were some previous reports in the 1.5.0.5 bug thread about the CSS formatting not coming through to some email carriers. Was this a bug (and if so, was there a way to fix it)? If so, did it carry over to 1.5.1? I have been testing with gmail -- it displays the information but strips the formatting. I am using 1.5.1. Sorry if I'm wasting anyone's time.
- tyjthomas
- Posts: 23
- Joined: Sun Apr 03, 2011 2:15 pm
Re: OpenCart 1.5.1 Bug Thread
showing the wrong reward points on shopping cart page
-

eka7a - Posts: 177
- Joined: Sat Apr 11, 2009 4:59 pm
- Location: Türkiye
Re: OpenCart 1.5.1 Bug Thread
eka7a wrote:showing the wrong reward points on shopping cart page
actually no it's showing the correct one. It's showing the cost reward points not the earned since you are in the shopping cart where you intend to purchase the item so it shows you how many reward points it would cost to purchase it.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
- Xsecrets
- Posts: 5042
- Joined: Sat Oct 24, 2009 7:51 pm
- Location: FL US
Re: OpenCart 1.5.1 Bug Thread
Xsecrets wrote:eka7a wrote:showing the wrong reward points on shopping cart page
actually no it's showing the correct one. It's showing the cost reward points not the earned since you are in the shopping cart where you intend to purchase the item so it shows you how many reward points it would cost to purchase it.
This may mislead customers. I think earned points will be more accurate to show
-

eka7a - Posts: 177
- Joined: Sat Apr 11, 2009 4:59 pm
- Location: Türkiye
Re: OpenCart 1.5.1 Bug Thread
Fresh 1.5.1.1 install AND visible in demo: http://demo.opencart.com/index.php?rout ... e/register
The affiliate "I have read and agree to the ABOUT US" has crept back in, linking to index.php?route=information/information/info&information_id=4
Should be "I have read and agree to the TERMS AND CONDITIONS" and link to index.php?route=information/information/info&information_id=5.
Kerry
The affiliate "I have read and agree to the ABOUT US" has crept back in, linking to index.php?route=information/information/info&information_id=4
Should be "I have read and agree to the TERMS AND CONDITIONS" and link to index.php?route=information/information/info&information_id=5.
Kerry
Most answers are from my OpenCart 1.5 User Manual UPDATED TO 1.5.5.1 and includes free updates.
FREE HELP! 60-page user guide with OpenCart Admin Menu Cheatsheet, Install Guide & 30 Minute QuickStart Guide: http://oscmanuals.com/opencart
FREE HELP! 60-page user guide with OpenCart Admin Menu Cheatsheet, Install Guide & 30 Minute QuickStart Guide: http://oscmanuals.com/opencart
-

merry - Posts: 465
- Joined: Wed Dec 08, 2010 4:51 pm
- Location: Mexico and sometimes Texas
Re: OpenCart 1.5.1 Bug Thread
I use svn At revision: 503
Goto admin->catalog->Options and Edit.
Get this error
I think that image field in option_value table was missing.
Thanks and sorry for my bad english.
Goto admin->catalog->Options and Edit.
Get this error
- Code: Select all
Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154
I think that image field in option_value table was missing.
Thanks and sorry for my bad english.
-

amdev - Posts: 168
- Joined: Fri Nov 27, 2009 7:40 am
- Location: Bangkok - Thailand
Re: OpenCart 1.5.1 Bug Thread
amdev wrote:I use svn At revision: 503
Goto admin->catalog->Options and Edit.
Get this error
- Code: Select all
Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154Notice: Undefined index: image in C:\AppServ\www\151\upload\admin\model\catalog\option.php on line 154
I think that image field in option_value table was missing.
Thanks and sorry for my bad english.
you are using the svn version. do not report bugs here. report them on google code.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5184
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1 Bug Thread
Xsecrets wrote:eka7a wrote:showing the wrong reward points on shopping cart page
actually no it's showing the correct one. It's showing the cost reward points not the earned since you are in the shopping cart where you intend to purchase the item so it shows you how many reward points it would cost to purchase it.
no i think they are right it should be reward points earned maybe.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5184
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1 Bug Thread
merry wrote:Fresh 1.5.1.1 install AND visible in demo: http://demo.opencart.com/index.php?rout ... e/register
The affiliate "I have read and agree to the ABOUT US" has crept back in, linking to index.php?route=information/information/info&information_id=4
Should be "I have read and agree to the TERMS AND CONDITIONS" and link to index.php?route=information/information/info&information_id=5.
Kerry
admin/system/setting/ edit your store Options Tab
information page select for Affiliate Terms
-

eka7a - Posts: 177
- Joined: Sat Apr 11, 2009 4:59 pm
- Location: Türkiye
Re: OpenCart 1.5.1 Bug Thread
Daniel updated the database in SVN r504
Could someone tell me how to insert a row into a table in mysql? I know I should use the INSERT command, but i'm not sure the correct syntax to use.
This is what I need to do.
Insert
into table
Any help would be greatly appreciated. (Basically I'm looking for someone to give me the SQL command to run in my database
)
Thanks!
Could someone tell me how to insert a row into a table in mysql? I know I should use the INSERT command, but i'm not sure the correct syntax to use.
This is what I need to do.
Insert
- Code: Select all
`image` varchar(255) COLLATE utf8_bin NOT NULL,
into table
- Code: Select all
`oc_option_value`
Any help would be greatly appreciated. (Basically I'm looking for someone to give me the SQL command to run in my database
)Thanks!
- opencartisalright
- Posts: 375
- Joined: Sun Feb 20, 2011 8:09 pm
Re: OpenCart 1.5.1 Bug Thread
Ok, nevermind about the above. I just ran the following command in myPHPadmin and it seems it worked. I had no idea if it would or not, so I was crossing my fingers my db wouldn't burst into flames.
- Code: Select all
DROP TABLE IF EXISTS `oc_option_value`;
CREATE TABLE `oc_option_value` (
`option_value_id` int(11) NOT NULL AUTO_INCREMENT,
`option_id` int(11) NOT NULL,
`image` varchar(255) COLLATE utf8_bin NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`option_value_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Dumping data for table `oc_option_value`
--
INSERT INTO `oc_option_value` (`option_value_id`, `option_id`, `sort_order`) VALUES
(43, 1, 3),
(32, 1, 1),
(45, 2, 4),
(44, 2, 3),
(42, 5, 4),
(41, 5, 3),
(39, 5, 1),
(40, 5, 2),
(31, 1, 2),
(23, 2, 1),
(24, 2, 2),
(46, 11, 1),
(47, 11, 2),
(48, 11, 3);
- opencartisalright
- Posts: 375
- Joined: Sun Feb 20, 2011 8:09 pm
Re: OpenCart 1.5.1 Bug Thread
Is there a difference between the OC 1.5.1.1.zip file that Daniel uploaded 15 hours ago and the one qphoria uploaded 7 hours ago?
- opencartisalright
- Posts: 375
- Joined: Sun Feb 20, 2011 8:09 pm
Re: OpenCart 1.5.1 Bug Thread
catalog page -> index.php?route=feed/google_base
catalog\controller\feed\google_base.php
FIND
REPLACE
- Code: Select all
<b>Notice</b>: Undefined index: weight_class in <b>C:\wamp\www\oc1511\catalog\controller\feed\google_base.php</b> on line <b>78</b><b>Notice</b>: Undefined index: weight_class in <b>C:\wamp\www\oc1511\catalog\controller\feed\google_base.php</b> on line <b>78</b><b>Notice</b>: Undefined index: weight_class in <b>C:\wamp\www\oc1511\catalog\controller\feed\google_base.php</b> on line <b>78</b><b>Notice</b>: Undefined index: weight_class in
catalog\controller\feed\google_base.php
FIND
- Code: Select all
weight_class
REPLACE
- Code: Select all
weight_class_id
-

eka7a - Posts: 177
- Joined: Sat Apr 11, 2009 4:59 pm
- Location: Türkiye
Re: OpenCart 1.5.1 Bug Thread
i try again to installed 1.5.1 and import data from 1.5.0
Once i import the data and i load the main page it show the error at the error log
What is the different of 1.5.1 compare to 1.5.0?
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
Once i import the data and i load the main page it show the error at the error log
What is the different of 1.5.1 compare to 1.5.0?
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
- happychai
- Posts: 15
- Joined: Sun Mar 20, 2011 5:04 am
Re: OpenCart 1.5.1 Bug Thread
opencartisalright wrote:Is there a difference between the OC 1.5.1.1.zip file that Daniel uploaded 15 hours ago and the one qphoria uploaded 7 hours ago?
I believe that Q uploaded the 1.4.9.6.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
FREE manuals: ShowMe Guides OpenCart, Opencart Check List and Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
[How to] BTW + Verzend & betaalmethodes.
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
FREE manuals: ShowMe Guides OpenCart, Opencart Check List and Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
[How to] BTW + Verzend & betaalmethodes.
-

i2Paq - Global Moderator
- Posts: 9842
- Joined: Mon Nov 09, 2009 11:00 am
- Location: Winkel - The Netherlands
Re: OpenCart 1.5.1 Bug Thread
happychai wrote:i try again to installed 1.5.1 and import data from 1.5.0
Once i import the data and i load the main page it show the error at the error log
What is the different of 1.5.1 compare to 1.5.0?
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_left.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\column_right.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_top.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
2011-07-24 8:14:48 - PHP Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\op151b\catalog\controller\common\content_bottom.php on line 49
resave your settings for your extension > modules.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5184
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1 Bug Thread
Adding a new product will automatically ad a Special Price of 90.00 to it.
I believe this is a BUG that was solved but has returned?
I believe this is a BUG that was solved but has returned?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
FREE manuals: ShowMe Guides OpenCart, Opencart Check List and Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
[How to] BTW + Verzend & betaalmethodes.
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
FREE manuals: ShowMe Guides OpenCart, Opencart Check List and Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
[How to] BTW + Verzend & betaalmethodes.
-

i2Paq - Global Moderator
- Posts: 9842
- Joined: Mon Nov 09, 2009 11:00 am
- Location: Winkel - The Netherlands
Who is online
Users browsing this forum: No registered users and 13 guests













