configure not set in model construct
Reported by dogmatic69 | March 6th, 2010 @ 01:42 PM | in 0.8 alpha
seems like Configure::read() has nothing in the model __construct() method
Comments and changes to this ticket
-
dogmatic69 March 6th, 2010 @ 01:42 PM
- Milestone cleared.
-
dogmatic69 March 12th, 2010 @ 08:16 PM
- Tag changed from configure, core to bug, configure, core
- Milestone set to Feature Requests
-
dogmatic69 March 31st, 2010 @ 05:10 AM
- Milestone changed from Feature Requests to 0.8 alpha
-
dakota April 18th, 2010 @ 08:12 AM
I use Configure::read() in the __construct() method in a couple of my projects and I've never had a issue with it. Are you trying to read the configure items stored in the db? That might be the problem.
-
dogmatic69 April 19th, 2010 @ 07:07 AM
ye i think it is the stuff from the db that is not there. i think we should find where the earliest place to load the config is, and move it there.
-
dakota April 20th, 2010 @ 11:26 AM
I can't replicate this issue.
pr(Configure::read('CORE')); in AppModel::__construct() returns the expected results.
-
dogmatic69 April 22nd, 2010 @ 01:00 AM
- State changed from bug to hold
-
dogmatic69 September 8th, 2010 @ 01:43 AM
- State changed from hold to resolved
- Milestone order changed from 0 to 0
(from [dce83f9a143a864f32a4e8f6e26c40f5ef841925]) moving the configuration closer to the start fixes #163 http://github.com/infinitas/infinitas/commit/dce83f9a143a864f32a4e8...
-
dogmatic69 September 8th, 2010 @ 01:46 AM
- State changed from resolved to hold
- Assigned user set to dogmatic69
-
dogmatic69 September 8th, 2010 @ 02:14 AM
- State changed from hold to resolved
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 ยป
Please use this for the current version of Infinitas only, if you are using a older version of the Infinitas report bugs in that project.
Please submit bugs only as pending, and if its a feature request submit the ticket with the milestone "Feature Requests".
People watching this ticket
Referenced by
- 163 configure not set in model construct (from [dce83f9a143a864f32a4e8f6e26c40f5ef841925]) moving ...