Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Prefix Problem #1852

Closed
ghost opened this issue Sep 21, 2014 · 1 comment
Closed

Table Prefix Problem #1852

ghost opened this issue Sep 21, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 21, 2014

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

@danielkerr
Copy link
Member

I think it shoudl be fixed now if you pull the latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant