Fatal error: Class ‘ConnectionManager’ not found

In CakePHP 1.2 beta version, when you attempt to use/set Sessions in app/config/core.php, you might encounter this problem:

Fatal error: Class ‘ConnectionManager’ not found in CORE/cake/libs/session.php on line 704.

When I tried changing these settings:

Configure::write(’Session.save’, ‘database’);
Configure::write(’Session.table’, ‘cake_sessions’);
Configure::write(’Session.database’, ‘default’);
Configure::write(’Session.start’, false);

The error appears.

2 Responses so far »

  1. 1

    phpcurious said,

    January 7, 2008 @ 9:44 pm

    Submitted as a ticket to tracs.cakephp.org:
    https://trac.cakephp.org/ticket/3853

  2. 2

    filchiprogrammer said,

    January 9, 2008 @ 6:05 am

    ahh,
    bug is solved by PHPNut.
    Changeset can be viewed here:
    https://trac.cakephp.org/changeset/6341

Comment RSS · TrackBack URI

Say your words