我有一个问题,安装了Magento 1.5.1。 它不是新安装,而是转移到另一个服务器上(档案和数据库)。
它没有装上我的贾瓦特案卷,因此,我的菜单和所有与联合材料有关的材料都是徒劳的。 这种做法在行政上与在前台店一样。 我进行了旅行,检查了这些档案存放在服务器上,而且这些档案是我可以查阅和编辑的,但不是由吉大港警察局(浏览器)查阅。 档案许可为644份,文件夹为766份。
它为什么有这种行为? 它在登上网站时已经很晚。
我有一个问题,安装了Magento 1.5.1。 它不是新安装,而是转移到另一个服务器上(档案和数据库)。
它没有装上我的贾瓦特案卷,因此,我的菜单和所有与联合材料有关的材料都是徒劳的。 这种做法在行政上与在前台店一样。 我进行了旅行,检查了这些档案存放在服务器上,而且这些档案是我可以查阅和编辑的,但不是由吉大港警察局(浏览器)查阅。 档案许可为644份,文件夹为766份。
它为什么有这种行为? 它在登上网站时已经很晚。
如果你的许可与你所说的话一样,那么你的网络服务器(跳跃?)就会像预期的那样运作。
用户需要向密码<>cd的夹实施许可。 当“青年”更改<代码>766的许可时,你最后照此办理。
drwxrw-rw-
或分离出来是有益的
User Group Everyone
d rwx rw- rw-
因此,您的用户有read,write, 和
传统上,请在网络服务器上填写文件chmod 755
,或maybe777
。 如果你们的安全容忍是,你对系统上的任何用户账户感到安慰,就能够书写使用该笔记本。 如果你能够作出这一判断,你可能希望考虑找到一个拥有信息技术/Magento支持服务的有色人种的东道国,因为主办网络应用(即使是“简单”的电子商务储存)是2012年互联网的一项艰巨任务。
766起错误,被定为775起。 如果名录被设定为6,则不能“执行”,即无法查阅。
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.
I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...
I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...
Is it possible for someone to give me a few pointers on how to display a multidimensional array in the form of a bar graph? The array is multidimensional, with three elements in each part - and the ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.