Codeigniter会话配置路径问题

时间:2017-09-08 19:51:55

标签: codeigniter codeigniter-3

我是这个框架的新手并且遇到了一些问题 用它。我花了几个小时谷歌搜索。我去了 到CodeIgniter IRC频道搜索答案但是就像 每个人都忙着回答我。

帮我这里是错误代码:

A PHP Error was encountered

Severity: Warning

Message: mkdir(): Permission denied

Filename: drivers/Session_files_driver.php

Line Number: 136

Backtrace:

File: /var/www/vhosts/barklaynew/barklay.online/httpdocs/application/core/My_Controller.php
Line: 11
Function: __construct

File: /var/www/vhosts/barklaynew/barklay.online/httpdocs/application/controllers/Welcome.php
Line: 6
Function: __construct

File: /var/www/vhosts/barklaynew/barklay.online/httpdocs/index.php
Line: 315
Function: require_once
An uncaught Exception was encountered

Type: Exception

Message: Session: Configured save path '/var/www/vhosts/barklaynew/barklay.online/httpdocs/application/session' is not a directory, doesn't exist or cannot be created.

Filename: /var/www/vhosts/barklaynew/barklay.online/httpdocs/system/libraries/Session/drivers/Session_files_driver.php

Line Number: 138

Backtrace:

File: /var/www/vhosts/barklaynew/barklay.online/httpdocs/application/core/My_Controller.php
Line: 11
Function: __construct

File: /var/www/vhosts/barklaynew/barklay.online/httpdocs/application/controllers/Welcome.php
Line: 6
Function: __construct

File: /var/www/vhosts/barklaynew/barklay.online/httpdocs/index.php
Line: 315
Function: require_once
A PHP Error was encountered

Severity: Core Warning

Message: Module 'mysql' already loaded

Filename: Unknown

Line Number: 0

Backtrace:
A PHP Error was encountered

Severity: Warning

Message: file_exists(): open_basedir restriction in effect. File(0c3r9i4i6834ocdlreqk3upofrig52cs) is not within the allowed path(s): (/var/www/vhosts/barklaynew/barklay.online:/usr/share/php:/usr/share/pear)

Filename: drivers/Session_files_driver.php

Line Number: 170

Backtrace:
A PHP Error was encountered

Severity: Warning

Message: fopen(): open_basedir restriction in effect. File(0c3r9i4i6834ocdlreqk3upofrig52cs) is not within the allowed path(s): (/var/www/vhosts/barklaynew/barklay.online:/usr/share/php:/usr/share/pear)

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:
A PHP Error was encountered

Severity: Warning

Message: fopen(0c3r9i4i6834ocdlreqk3upofrig52cs): failed to open stream: Operation not permitted

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:
A PHP Error was encountered

Severity: Warning

Message: Unknown: Failed to write session data (user). Please verify that the current setting of session.save_path is correct (0;660;/var/www/vhosts/barklaynew/barklay.online/phptmpdir)

Filename: Unknown

Line Number: 0

Backtrace:

我只是浏览网站,但我真的不知道如何修复它,这里是网站链接http://www.barklay.online/

1 个答案:

答案 0 :(得分:0)

您为会话设置的文件夹尚不存在,并且无法由运行PHP的Web服务器的用户创建。

运行此命令以创建会话文件夹

cd /var/www/vhosts/barklaynew/barklay.online/httpdocs/application/
mkdir sessions