Welcome Guest, Not a member yet? Register   Sign In
where to put php.ini exactly ?
#10

(03-08-2017, 02:24 AM)GBNet Wrote: A PHP Error was encountered

Severity: Warning

Message: mkdir(): Invalid path

Filename: drivers/Session_files_driver.php

Line Number: 118

Backtrace:

File: /homepages/23/d572140987/htdocs/myxxx/application/core/MY_Controller.php
Line: 173
Function: __construct

File: /homepages/23/d572140987/htdocs/myxxx/application/controllers/Index.php
Line: 8
Function: __construct

File: /homepages/23/d572140987/htdocs/myxxx/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /homepages/23/d572140987/htdocs/myxxx/system/core/Exceptions.php:272)

Filename: core/Common.php

Line Number: 568

Backtrace:

An uncaught Exception was encountered

Type: Exception

Message: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.

Filename: /homepages/23/d572140987/htdocs/myxxx/system/libraries/Session/drivers/Session_files_driver.php

Line Number: 120

Backtrace:

File: /homepages/23/d572140987/htdocs/myxxx/application/core/MY_Controller.php
Line: 173
Function: __construct

File: /homepages/23/d572140987/htdocs/myxxx/application/controllers/Index.php
Line: 8
Function: __construct

File: /homepages/23/d572140987/htdocs/myxxx/index.php
Line: 316
Function: require_once



Provide an absolute path in application/config/config.php file

$config['sess_save_path'] = NULL; e.g. replace NULL with APPPATH.'sess/';//sess folder must be present
Reply


Messages In This Thread
where to put php.ini exactly ? - by GBNet - 03-06-2017, 03:14 AM
RE: where to put php.ini exactly ? - by GBNet - 03-07-2017, 03:53 AM
RE: where to put php.ini exactly ? - by InsiteFX - 03-07-2017, 05:17 AM
RE: where to put php.ini exactly ? - by GBNet - 03-07-2017, 08:51 AM
RE: where to put php.ini exactly ? - by InsiteFX - 03-07-2017, 01:03 PM
RE: where to put php.ini exactly ? - by GBNet - 03-08-2017, 02:24 AM
RE: where to put php.ini exactly ? - by ngangchill - 03-11-2017, 10:52 AM
RE: where to put php.ini exactly ? - by InsiteFX - 03-08-2017, 05:41 AM
RE: where to put php.ini exactly ? - by GBNet - 03-11-2017, 02:43 AM
RE: where to put php.ini exactly ? - by InsiteFX - 03-11-2017, 05:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB