- Issue created by @ishore
- πΈπ¦Saudi Arabia ishore
I edited RuleStorage.php and modified:
return $this->database->query('SELECT rid FROM {' . $this->getBaseTable() . '} WHERE `limit` IS NULL')
to:
return $this->database->query('SELECT rid FROM {' . $this->getBaseTable() . '} WHERE "limit" IS NULL')
This appears to have fixed the issue, but not sure how this change might affect MySQL databases.
- Assigned to Tyapchyc
- Issue was unassigned.
- Status changed to Needs review
2 months ago 5:53am 9 September 2024