发新话题
打印

linux下面安装出现的问题

linux下面安装出现的问题

我已经在linux下面运行 chmod -r 777 /var/www/html的命令。为何还是如图这样。真是搞不懂了。
我的mambo是放在/var/www/html下面的。
附件: 您所在的用户组无法下载或查看附件

TOP

Don’t panic. We can fix them easily. These are the problems originating from the permission of directory or file. If you have super user access to your server, just put the command of chmod –R 707 to most of the unwriteable directories except the following three to 777, configuration.php, mambots/content and mambots/search.

The details follow-

administrator/backups/Unwriteable chmod –R 707
administrator/components/Unwriteable chmod -R 707
administrator/modules/Unwriteable chmod -R 707
administrator/templates/Unwriteable chmod -R 707
cache/Unwriteable chmod -R 707
components/Unwriteable chmod -R 707
images/Unwriteable chmod -R 707
images/banners/Unwriteable chmod -R 707
images/stories/Unwriteable chmod -R 707
language/Unwriteable chmod -R 707
mambots/Unwriteable chmod -R 707
media/Unwriteable chmod -R 707
modules/Unwriteable chmod -R 707
templates/Unwriteable chmod -R 707
configuration.php 777
mambots/content/Unwriteable chmod -R 777
mambots/search/Unwriteable chmod -R 777

The tricky thing you may encounter is that you do not see configuration.php but configuration.php-dist in your mambo directory. Do not rename or copy configuration.php-dist to configuration.php. Instead, you should make or upload a blank configuration.php file without anything in it and change its permission to 777.

TOP

你的命令不对,要用大写 R
chmod -R 777 /var/www/html

TOP

我实际在操作的时候确实是-R的 。可是我如图这样操作也不行。
附件: 您所在的用户组无法下载或查看附件

TOP

不应该呀,这么怪啊

是独立服务器?

TOP

我是自己装的fedora 3。我觉得是很奇怪。我以前有一次成功过的。 这几天重新安装系统,一直为这个事情折腾。不知道了。

TOP

我用redhat 9。同样的操作步骤成功了。在fedora 3下面就不行了。  我今天再测试fedora 8看看。

TOP

发新话题