July 2 2014
Pancake 4.4.2 Released
- [Bugfix] Fixes an issue with updating to Pancake 4.4.0.
To force your copy of pancake to check for a new update please go to Settings -> Update and click "Check for updates".
Update Notice
If you are experiencing issues updating to this release and getting an error do the following to resolve it in a matter of minutes.
Open up:
/system/pancake/config/database.php
Locate the follow code
$db['default']['dbdriver'] = 'mysql';
and change it to:
$db['default']['dbdriver'] = 'mysqli';
Note the addition of the i on that string. Save that file and refresh your page, you should now be back to normal.