安装玖玩压流有问
安装的时候出现这种东西,怎么解决?
PHP Error Message Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/
apache/htdocs/set_config/set_config.php) is not
within the allowed path(s): (/home/:/usr/lib/php:/
tmp) in /home/a7558309/public_html/install/ install_full.php on line 14 Free Web Hosting 安装玖玩浏览器
第二步,安装设置(本操作将保留原数据)
错误:保存set_config.php时发生错误 超级密码:
1.在解压eaccelerator后修改eaccelerator-0.9.6/eaccelerator.c文件1156行的参数,如下:
if (PG(open_basedir) && php_check_open_basedir(realname TSRMLS_CC)) {
修改成:
if (PG(open_basedir) && php_check_open_basedir(file_handle->filename TSRMLS_CC)) {
修改完成后再安装。
2.在编译eAccelerator的时候增加 "--without-eaccelerator-use-inode" 参数
/usr/local/bin/phpize
./configure --with-php-config=/usr/local/bin/php-config
以上两种方法测试通过。作为记录。
现在就算改过的也不行,因为这从那次用户数据泄露以后这些空间现在都是不能访问外网的。