Search the Community
Showing results for tags 'system error'.
-
Hi there I was met with this monster error message this morning. Can anyone (Bsmither?) help figure out what is going wrong? File: [catalogue.class.php] Line: [1091] "SELECT I.* FROM CubeCart_inventory AS I LEFT JOIN (SELECT product_id, MAX(price) as price, MAX(sale_price) as sale_price FROM CubeCart_pricing_group WHERE group_id = 0 GROUP BY product_id) as G ON G.product_id = I.product_id WHERE I.product_id IN (SELECT product_id FROM `CubeCart_category_index` as CI INNER JOIN CubeCart_category as C where CI.cat_id = C.cat_id AND C.hide = 0) AND I.status = 1 AND (I.name RLIKE '[[:<:]]e**[[:>:]]' OR I.description RLIKE '[[:<:]]e**[[:>:]]' OR I.product_code RLIKE '[[:<:]]e**[[:>:]]') LIMIT 20 OFFSET 0 " - Got error 'repetition-operator operand invalid' from regexp Thanks in advance!
-
Hi, V5.1.1 I logged onto my site this morning and the page was a complete mess. My main.php has decided not to load for some reason. I really don't get it as I haven't touched anything remotely associated with the core files since last viewing the site a couple of hours before. Very frustrating. My site is unusable at the moment and I have the following system error. Can anyone offer a solution to this? [Exception] /public_html/includes/lib/smarty/sysplugins/smarty_internal_templatebase.php:127 - Unable to load template file 'templates/main.php' Thanks in advance.
- 3 replies
-
- system error
- [Exception]
-
(and 1 more)
Tagged with:
-
Hi I get the following system error when I login to my admin. Can anyone help resolve this? File: [catalogue.class.php] Line: [538] "SELECT * FROM `CubeCart_option_value` WHERE CubeCart_option_value.option_id = '1' AND `value_id` IN () ORDER BY `value_name` ASC ;" - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY `value_name` ASC' at line 1 Thanks in advance