Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 2.2.3 Released
#11

You can view all modified files on Github: https://github.com/bcit-ci/CodeIgniter/c...2cd43c99a2
Reply
#12

just wanna share, it seems there is missing function in this version.

Fatal error: Call to undefined function is_cli() in ~system\core\Input.php on line 843
Reply
#13

(07-28-2015, 08:49 AM)rahendz Wrote: just wanna share, it seems there is missing function in this version.

Fatal error: Call to undefined function is_cli() in ~system\core\Input.php on line 843

Line 843 of /system/core/Input.php in CI 2.2.3 is the closing line of a comment block, right before the definition of is_ajax_request().

A call to is_cli() does appear on line 843 of /system/core/Input.php in CI 3.0, though, where it would be defined because CI3's /system/core/Common.php defines it.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB