Welcome Guest, Not a member yet? Register   Sign In
Core/Log.php Error
#6

(This post was last modified: 03-30-2020, 06:05 AM by mahmut aur.)

(07-02-2015, 07:43 PM)tarikbeyhan Wrote: I found the problem. I was added this line at the begining of index.php file.
PHP Code:
setlocale(LC_ALL'tr_TR'); 

This is for translating month names etc. When i removed this, i get rid of more errors like "Undefined index: uri"

When capitalizing i in turkish, it will be İ not I. And I will be ı in lowercase. Maybe we have to find a way to override this PHP-codeigniter conflict about turkish chars Smile

Solution:

PHP Code:
setlocale(LC_TIME'tr_TR.UTF-8''tr_TR''tr''turkish'); 
Reply


Messages In This Thread
Core/Log.php Error - by tarikbeyhan - 07-02-2015, 03:47 AM
RE: Core/Log.php Error - by Narf - 07-02-2015, 05:40 AM
RE: Core/Log.php Error - by tarikbeyhan - 07-02-2015, 05:47 AM
RE: Core/Log.php Error - by Narf - 07-02-2015, 06:24 AM
RE: Core/Log.php Error - by tarikbeyhan - 07-02-2015, 07:43 PM
RE: Core/Log.php Error - by mahmut aur - 03-30-2020, 06:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB