Community Forums

OpenCart 1.5.1 Bug Thread

Bug reports here

Re: OpenCart 1.5.1 Bug Thread

Postby opencartisalright » Sat Jul 23, 2011 5:13 pm

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

Postby eka7a » Sat Jul 23, 2011 6:19 pm

oc 1.5.1.1 catalog/model/catalog/product.php

written twice
Code: Select all
'model'            => $query->row['model'],
'model'            => $query->row['model'],
User avatar
eka7a
 
Posts: 176
Joined: Sat Apr 11, 2009 4:59 pm
Location: Türkiye

Re: OpenCart 1.5.1 Bug Thread

Postby Daniel » Sat Jul 23, 2011 6:29 pm

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!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1 Bug Thread

Postby tyjthomas » Sat Jul 23, 2011 7:00 pm

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: 22
Joined: Sun Apr 03, 2011 2:15 pm

Re: OpenCart 1.5.1 Bug Thread

Postby eka7a » Sat Jul 23, 2011 8:41 pm

reward_points.png
reward_points.png (89.44 KiB) Viewed 3067 times

showing the wrong reward points on shopping cart page
User avatar
eka7a
 
Posts: 176
Joined: Sat Apr 11, 2009 4:59 pm
Location: Türkiye

Re: OpenCart 1.5.1 Bug Thread

Postby Xsecrets » Sat Jul 23, 2011 11:34 pm

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.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: OpenCart 1.5.1 Bug Thread

Postby eka7a » Sun Jul 24, 2011 12:40 am

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
User avatar
eka7a
 
Posts: 176
Joined: Sat Apr 11, 2009 4:59 pm
Location: Türkiye

Re: OpenCart 1.5.1 Bug Thread

Postby merry » Sun Jul 24, 2011 1:35 am

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
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
User avatar
merry
 
Posts: 457
Joined: Wed Dec 08, 2010 4:51 pm
Location: Mexico and sometimes Texas

Re: OpenCart 1.5.1 Bug Thread

Postby amdev » Sun Jul 24, 2011 3:30 am

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.
User avatar
amdev
 
Posts: 167
Joined: Fri Nov 27, 2009 7:40 am
Location: Bangkok - Thailand

Re: OpenCart 1.5.1 Bug Thread

Postby Daniel » Sun Jul 24, 2011 3:59 am

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!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1 Bug Thread

Postby Daniel » Sun Jul 24, 2011 4:00 am

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!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1 Bug Thread

Postby eka7a » Sun Jul 24, 2011 4:19 am

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
User avatar
eka7a
 
Posts: 176
Joined: Sat Apr 11, 2009 4:59 pm
Location: Türkiye

Re: OpenCart 1.5.1 Bug Thread

Postby opencartisalright » Sun Jul 24, 2011 4:30 am

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

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

Postby opencartisalright » Sun Jul 24, 2011 4:53 am

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. ;D

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

Postby opencartisalright » Sun Jul 24, 2011 4:56 am

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

Postby eka7a » Sun Jul 24, 2011 5:02 am

catalog page -> index.php?route=feed/google_base

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
User avatar
eka7a
 
Posts: 176
Joined: Sat Apr 11, 2009 4:59 pm
Location: Türkiye

Re: OpenCart 1.5.1 Bug Thread

Postby happychai » Sun Jul 24, 2011 6:19 am

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
happychai
 
Posts: 15
Joined: Sun Mar 20, 2011 5:04 am

Re: OpenCart 1.5.1 Bug Thread

Postby i2Paq » Sun Jul 24, 2011 10:59 am

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!.

First Things First: Opencart Check List.
Documentation: Our Documentation section.
BUGs?: Known BUGS for All OC Versions.

Problemen met de BTW?: [How to] BTW + Verzend & betaalmethodes.
User avatar
i2Paq
Global Moderator
 
Posts: 9767
Joined: Mon Nov 09, 2009 11:00 am
Location: Winkel - The Netherlands

Re: OpenCart 1.5.1 Bug Thread

Postby Daniel » Sun Jul 24, 2011 12:41 pm

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!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1 Bug Thread

Postby i2Paq » Sun Jul 24, 2011 1:19 pm

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?
Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.

First Things First: Opencart Check List.
Documentation: Our Documentation section.
BUGs?: Known BUGS for All OC Versions.

Problemen met de BTW?: [How to] BTW + Verzend & betaalmethodes.
User avatar
i2Paq
Global Moderator
 
Posts: 9767
Joined: Mon Nov 09, 2009 11:00 am
Location: Winkel - The Netherlands

PreviousNext

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 13 guests

Hosted by Arvixe Web Hosting