曼波中国
曼波社区
曼波知识库
曼波搜索

查看完整版本: linux下面安装出现的问题

monvzhilei 2008-4-7 16:44

linux下面安装出现的问题

我已经在linux下面运行 chmod -r 777 /var/www/html的命令。为何还是如图这样。真是搞不懂了。
我的mambo是放在/var/www/html下面的。

monvzhilei 2008-4-7 18:56

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.

lang3 2008-4-7 23:07

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

monvzhilei 2008-4-8 07:50

我实际在操作的时候确实是-R的 。可是我如图这样操作也不行。

lang3 2008-4-8 10:48

不应该呀,这么怪啊

是独立服务器?

monvzhilei 2008-4-8 11:45

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

monvzhilei 2008-4-10 07:22

我用redhat 9。同样的操作步骤成功了。在fedora 3下面就不行了。  我今天再测试fedora 8看看。
页: [1]
查看完整版本: linux下面安装出现的问题