#287 ✓ resolved
Jamieson Rhyne

Problem with CakePHP 2.2.1 and Themes/Plugins

Reported by Jamieson Rhyne | July 29th, 2012 @ 07:11 AM | in 1.4.3 (closed)

The following needs to be added to the app/Config/bootstrap.php file, to support version 2.2.1 of CakePHP. If you do not, this causes Themes and Plugins not to properly resolve their paths. https://groups.google.com/forum/?fromgroups#!topic/croogo/YXZgGq0X8fI

// Enable the Dispatcher filters for plugin assets, and // CacheHelper. Configure::write('Dispatcher.filters', array(

'AssetDispatcher',
'CacheDispatcher'

));

// Add logging configuration. CakeLog::config('debug', array(

'engine' => 'FileLog',
'types' => array('notice', 'info', 'debug'),
'file' => 'debug',

)); CakeLog::config('error', array(

'engine' => 'FileLog',
'types' => array('warning', 'error', 'critical', 'alert', 'emergency'),
'file' => 'error',

));

Comments and changes to this ticket

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket

Pages