1139 Got error 'empty (sub)expression' from regexp -- Error in product listing
Hi I have succefully installed ZC on MAMP but on bottom of the product listing there is always error:
1139 Got error 'empty (sub)expression' from regexp
in:
[select configuration_key, configuration_value from configuration where configuration_key RLIKE 'SHOW_PRODUCT_INFO_MISSING' and configuration_value > 0 order by configuration_value]
What is it?
Re: 1139 Got error 'empty (sub)expression' from regexp -- Error in product listing
Can You write what version of MySQL You're using? Can You also paste here result of following query?
PHP Code:
SHOW CREATE TABLE configuration