由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 请问一个hostmonster购物车安装的问题
相关主题
PHP程序的寿命Drupal问题求助
简单评价下我用过的几家主机自己管理VPS难吗?
我用的hostingopencart, oscommerce, zencart, magento选那个呢?
谁给推荐一个好的web hosting有没有兴趣一起探讨e-commerce网站建设?
has anyone used rss?请问怎么做有拍卖(bid)功能的网站?
请教一个简单的DNS问题终于把magento 装好了.
现在LAMP网页的主流工具是什么?电子商务网站
请问如何更新用户正在下载的文件?新手建电商网站求指点
相关话题的讨论汇总
话题: 0777话题: 0755话题: chmod话题: storage话题: system
进入BuildingWeb版参与讨论
1 (共1页)
d*******2
发帖数: 340
1
hostmonster的空间,从opencart下载的免费购物车程序2.3.0.2-compiled.zip,将这
个程序上传到public_html/下,在public_html/下解压,然后按照install.txt要求,
将config-dist.php改名为config.php,admin/config-dist.php改名为admin/config.
php,确保一下文件夹可写
chmod 0755 or 0777 system/storage/cache/
chmod 0755 or 0777 system/storage/logs/
chmod 0755 or 0777 system/storage/download/
chmod 0755 or 0777 system/storage/upload/
chmod 0755 or 0777 system/storage/modification/
chmod 0755 or 0777 image/
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 image/catalog/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php
安装MySQL数据库,访问http://www.mydomain.com/store/,install.txt说可以看到安装页,但是我看到的只是Not Found,请问是怎么回事?先谢了!

--
s****y
发帖数: 983
2
为什么访问http://www.mydomain.com/store/ 而不是 http://www.mydomain.com ?你解压缩到store文件夹了?
d*******2
发帖数: 340
3
原文安装说明说访问Visit the store homepage e.g. http://www.example.com or http://www.example.com/store/,但实际上是安装到根目录下,根本没有store这个文件夹。访问http://www.mydomain.com的话,还是网站之前的样子,没有看到opencart安装页。先谢了!
These instructions are for a manual installation using FTP, cPanel or other
web hosting Control Panel.
- Linux Install -
1. Upload all of the files and folders to your server from the "Upload"
folder, place them in your web root. The web root is different on some
servers, cPanel it should be public_html/ and on Plesk it should be httpdocs
/.
2. Rename config-dist.php to config.php and admin/config-dist.php to admin/
config.php
3. For Linux/Unix make sure the following folders and files are writeable.
chmod 0755 or 0777 system/storage/cache/
chmod 0755 or 0777 system/storage/logs/
chmod 0755 or 0777 system/storage/download/
chmod 0755 or 0777 system/storage/upload/
chmod 0755 or 0777 system/storage/modification/
chmod 0755 or 0777 image/
chmod 0755 or 0777 image/cache/
chmod 0755 or 0777 image/catalog/
chmod 0755 or 0777 config.php
chmod 0755 or 0777 admin/config.php
If 0755 does not work try 0777.
4. Make sure you have installed a MySQL Database which has a user assigned
to it
DO NOT USE YOUR ROOT USERNAME AND ROOT PASSWORD
5. Visit the store homepage e.g. http://www.example.com or http://www.example.com/store/
6. You should be taken to the installer page. Follow the on screen
instructions.
7. After successful install, delete the /install/ directory from ftp.
8. If you have downloaded the compiled version with a folder called "vendor"
- this should be uploaded above the webroot (so the same folder where the
public_html or httpdocs is)

【在 s****y 的大作中提到】
: 为什么访问http://www.mydomain.com/store/ 而不是 http://www.mydomain.com ?你解压缩到store文件夹了?
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
新手建电商网站求指点has anyone used rss?
有熟悉OpenCart的大虾没请教一个简单的DNS问题
ecommerce网站系统比较 (转载)现在LAMP网页的主流工具是什么?
请推荐一个ecommerce 网站 software请问如何更新用户正在下载的文件?
PHP程序的寿命Drupal问题求助
简单评价下我用过的几家主机自己管理VPS难吗?
我用的hostingopencart, oscommerce, zencart, magento选那个呢?
谁给推荐一个好的web hosting有没有兴趣一起探讨e-commerce网站建设?
相关话题的讨论汇总
话题: 0777话题: 0755话题: chmod话题: storage话题: system