Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not recognized? #15

Open
nullwriter opened this issue Apr 9, 2018 · 1 comment
Open

Plugin not recognized? #15

nullwriter opened this issue Apr 9, 2018 · 1 comment

Comments

@nullwriter
Copy link

nullwriter commented Apr 9, 2018

Hi, using the specifics of the installation tutorial, CakePHP 2.10.x won't recognize the plugin?
screen shot 2018-04-09 at 9 43 02 am

Code used:

CakePlugin::load('Monolog');
CakeLog::config('debug', array(
    'engine' => 'Monolog.Monolog',
    'channel' => 'app',
    'handlers' => array(
        'Stream' => array(
            LOGS . 'debug.log',
            'formatters' => array(
                'Line' => array("%datetime% %channel% %level_name%: %message%\n")
            )
        )
    )
));

And in app/composer.json:

"require": {
		"php": ">=5.3.0",
		"ext-mcrypt": "*",
		"cakephp/cakephp": "~2.9",
		"jadb/cakephp-monolog": "*"
	},
@esteban-ecotrak
Copy link

The same issue happened on a legacy project I'm working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants