Welcome Guest, Not a member yet? Register   Sign In
Message: Configured database connection is persistent. Aborting.
#1

Hi all..

2 to 3 version change then I'm getting this error..

Code:
An uncaught Exception was encountered

Type: Exception

Message: Configured database connection is persistent. Aborting.

Filename: /var/www/vhosts/xxx.com/app/system/libraries/Session/drivers/Session_database_driver.php

Line Number: 94

Backtrace:

File: /var/www/vhosts/xxx.com/app/application/core/MY_Controller.php
Line: 11
Function: __construct

File: /var/www/vhosts/xxx.com/app/application/controllers/Authentication.php
Line: 7
Function: __construct

File: /var/www/vhosts/xxx.com/app/index.php
Line: 293
Function: require_once
Reply
#2

I don't know for sure, but imagine that the Session library won't use a persistent connection for security reasons. Modify your database.php configuration file and turn pconnect to false and the problem should disappear.
Reply
#3

Safety in concurrent requests mandates this, and it's written in the manual.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB