You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we use another table prefix for intall then layout problem. but if we use prefix as oc_ then any problem.
when we use any other prefix then the eror is here
Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'column_left' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\column_left.php on line 43Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'column_right' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\column_right.php on line 43Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'content_top' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\content_top.php on line 43Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'content_bottom' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\content_bottom.php on line 43
The text was updated successfully, but these errors were encountered:
when we use another table prefix for intall then layout problem. but if we use prefix as
oc_
then any problem.when we use any other prefix then the eror is here
Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'column_left' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\column_left.php on line 43Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'column_right' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\column_right.php on line 43Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'content_top' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\content_top.php on line 43Notice: Error: Table 'op_test.px_layout_module' doesn't exist
Error No: 1146
SELECT * FROM px_layout_module lm LEFT JOIN px_module m ON (lm.module_id = m.module_id) WHERE lm.layout_id = '1' AND lm.position = 'content_bottom' ORDER BY lm.sort_order in C:\xampp\htdocs\opentest\system\library\db\mysqli.php on line 40Notice: Trying to get property of non-object in C:\xampp\htdocs\opentest\catalog\model\design\layout.php on line 16Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\opentest\catalog\controller\common\content_bottom.php on line 43
The text was updated successfully, but these errors were encountered: