Bug: Hard-coded table prefix values
Reported by Kelvin Lomberg | February 6th, 2013 @ 01:54 AM | in 2.1.2 (closed)
There's a few places in the e-commerce module where we use a hard-coded exponent_ as the DB prefix value. This should probably be replaced with DB_TABLE_PREFIX.
This causes the re-ordering of products by rank to not work if a different DB prefix is used, and possibly a few other things.
Files affected are storeCategoryController.php and storeController.php
Comments and changes to this ticket
-
expNinja February 6th, 2013 @ 04:24 AM
- State changed from new to resolved
- Assigned user changed from expNinja to dleffler
- Milestone set to 2.1.2
(from [264e9f07a877d9a4b75ed63cfac3c42f24e4eaac]) Should replace all hard-coded table prefix values with using the system constant (in case it isn't 'exponent_') [#904 state:resolved responsible:dleffler milestone:2.1.2] https://github.com/exponentcms/exponent-cms/commit/264e9f07a877d9a4...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS