Showing posts with label CodeIgniter. Show all posts
Showing posts with label CodeIgniter. Show all posts

Thursday, 28 April 2016

Codeigniter open_basedir_restriction in effect

Error : Message: mkdir(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/thelazyppl/:/home/thelazyppl:/tmp:/usr/local/lib/php/) Filename: drivers/Session_files_drivers.php Details About Error : CodeIgniter installation is trying to save its session files to somewhere that is unwritable .  I would like to recommend you store...