我有一个用于管理目的的 CodeIgniter 应用程序,放在域的子目录中。
当我更新记录并尝试清除页面的缓存副本时出现以下错误,该副本位于域根目录的缓存文件夹中。
我的服务器有 Plesk 控制面板,我尝试修改 vhost.conf 并重新启动服务器,但问题仍然存在......
首先,我不明白为什么子目录中的 php 脚本无法访问根目录中的文件夹,这是因为 CodeIgniter 吗?
请帮助...以下是我收到的错误。
A PHP Error was encountered
Severity: Warning
Message: unlink(): open_basedir restriction in effect. File(../../cache/2dd676d5e044a6190d27ccbaf094db7b.html) is not within the allowed path(s): (/var/www/vhosts/xyz.com/httpdocs/:/tmp/)
Filename: models/products_model.php
Line Number: 180