困扰多天的PHP+XOOPS的安装问题,未解决
我在LINUX下,已经安装了APACHE+MYSQL+PHP
在HTTPD.CONF文件下设置了以下路径:
Alias /web/ "/opt/xoops-2.0.14/htdocs/"
Options All MultiViews
AllowOverride None
Order allow,deny
Allow from all
DocumentRoot "/var/www/html"
Options FollowSymLinks
AllowOverride None
"uploads/", "cache/", "templates_c/", "mainfile.php"
目录都设置了777和666属性
但是无论怎么改,安装XOOPS的过程中还是出现如下的错误:
http://127.0.0.1/web/install/index.php
Checking file and directory permissions..
Directory uploads/ is NOT writable.
Directory cache/ is NOT writable.
Directory templates_c/ is NOT writable.
File mainfile.php is NOT writable.
In order for the modules included in the package to work correctly, the following files must be writeable by the server. Please change the permission setting for these files. (i.e. 'chmod 666 file_name' and 'chmod 777 dir_name' on a UNIX/LINUX server, or check the properties of the file and make sure the read-only flag is not set on a Windows server)
老提示权限不够。到底哪里出了错误?