Zen Cart Logo
Forums / Bug Reports / column_right.php errors

column_right.php errors

Views: 859

Results 1 to 3 of 3
10 Oct 2023, 7:12 PM
#1
planetjune avatar

planetjune

New Zenner

Join Date:
Jul 2008
Posts:
36
Plugin Contributions:
0

column_right.php errors

I'm in the process of upgrading to v158a and I believe I've found two typos that have been introduced in v158, in the file /includes/modules/column_right.php

Line 17: $column_box_default='tpl_box_default_left.php';

Line 25: $column_width = (int)BOX_WIDTH_LEFT;

Both the bolded instances above should say right, not left. (I checked, and they were correct in v157d, but wrong in both v158 and v158a.)

10 Oct 2023, 10:17 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: column_right.php errors

planetjune:

I'm in the process of upgrading to v158a and I believe I've found two typos that have been introduced in v158, in the file /includes/modules/column_right.php

Line 17: $column_box_default='tpl_box_default_left.php';

Line 25: $column_width = (int)BOX_WIDTH_LEFT;

Both the bolded instances above should say right, not left. (I checked, and they were correct in v157d, but wrong in both v158 and v158a.)
Previously reported and corrected on GitHub: https://github.com/zencart/zencart/pull/5998

10 Oct 2023, 11:41 PM
#3
planetjune avatar

planetjune

New Zenner

Join Date:
Jul 2008
Posts:
36
Plugin Contributions:
0

Re: column_right.php errors

Sorry, and thank you. I'd searched the forum for column_right.php but nothing came up.