![]() |
Message: Configured database connection is persistent. Aborting. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: Message: Configured database connection is persistent. Aborting. (/showthread.php?tid=61245) |
Message: Configured database connection is persistent. Aborting. - bursamekan - 04-04-2015 Hi all.. 2 to 3 version change then I'm getting this error.. Code: An uncaught Exception was encountered RE: Message: Configured database connection is persistent. Aborting. - kilishan - 04-05-2015 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. RE: Message: Configured database connection is persistent. Aborting. - Narf - 04-06-2015 Safety in concurrent requests mandates this, and it's written in the manual. |