CodeIgniter Forums
[split] Failed opening required... (CodeIgniter 3.1.9 released) - 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: [split] Failed opening required... (CodeIgniter 3.1.9 released) (/showthread.php?tid=71009)



[split] Failed opening required... (CodeIgniter 3.1.9 released) - Jorgee - 06-26-2018

(06-12-2018, 07:29 AM)jlp Wrote: CodeIgniter 3.1.9 was released today, with some changes and some bug fixes.

Changes: Updated the Email, Form Validation and Query builder libraries.

Security fixes: Session library and URL helper.

This is recommended for all users of version 3. Download v3.1.9 now, and we encourage you to read the changelog, and to check the directions for upgrading from a previous version.


Hi. When I did the update, I had the following error, I do not know if it will be for the update.
ERROR - 2018-06-26 17:20:48 --> Severity: Compile Error --> require_once(): Failed opening required '.../system/database/drivers//_utility.php' (include_path='.:/usr/lib/php7.1') ...system/core/Loader.php 423


RE: [split] CodeIgniter 3.1.9 released - ciadmin - 06-26-2018

Notice the double slashes ... drivers//_utility
This suggestsa configuration error on your part - having a trailing slash somewhere you shouldn't.