improper placement of include for theme config.php
Reported by expNinja | May 24th, 2011 @ 05:28 PM | in Beta 3
this call is being made at the bottom of exponent_constants.php, but needs to be placed higher up, before the checks for the defines are called from conf/extensions/.
We need defaults set for BTN_COLOR and BTN_SIZE, and potentially other theme-based configs, but if they are not set, we need to set them.
Comments and changes to this ticket
-
expNinja May 24th, 2011 @ 05:56 PM
this causes errors on pages using BTN_COLOR and BTN_SIZE where they are needed, which is any edit page.
I've got a fix, will commit soon
-
expNinja May 27th, 2011 @ 12:30 AM
- Milestone changed from Beta 4 to Beta 3
- Milestone order changed from 12 to 0
-
expNinja May 27th, 2011 @ 12:30 AM
- State changed from open to resolved
(from [74257a85131a8561b929cc4ea216d0324c487b39]) Move the inclusion of theme-based config.php up higher in the execution [#193 state:resolved] https://github.com/exponentcms/exponent-cms/commit/74257a85131a8561...
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
People watching this ticket
Referenced by
- 193 improper placement of include for theme config.php (from [74257a85131a8561b929cc4ea216d0324c487b39]) Move th...