English 中文(简体)
Magento - 产品在二秒中消失
原标题:Magento - products disappear from cart in seconds

I m在Magento商店的汽车中保留新物品有问题。 直到几天前,它就做了出色的工作,而且我确实可以回顾,由于没有实施任何重大变革,它可以开始这样做。

如同届会时间一样,每个用户只能是第二或那样。 在你在汽车上添加一个产品(正常工作)之后,你试图从汽车上做些什么,这又使汽车空洞。 (如您的届会已经到期)

处理会议的文件夹上的文件许可为755份,而Magento re end的会期为86400份(24小时)。

Same session length is also added in htaccess file (php_value session.gc_maxlifetime 86400)

哪怕是开始排除这种麻烦,那么,现在就 pre忙,却无法继续。

Thanks

问题回答

Run the following code on your server to find out what time PHP thinks it is:

<?php
//Print the current date, time, and time zone. echo(gmstrftime("It is %a on %b %d, %Y, %X time zone: %Z",time()));
?>

如果服务器停机,更正(最好打上手稿,每天重复一次)。





相关问题
Ignore symlinks in clean URL s in .htaccess

Example URL: example.com/user /user is both a symlinked directory and a valid URL to content on my site. I user Horde Routes to request the content and all requests to the site go through index.php. ...

.htaccess File Options -Indexes on Subdirectories

I have the following .htaccess line, simple no indexes on root. Options -Indexes What do we add so it propagates to any sub directory instead of having to create one file for each? One .htaccess on ...

Mod Rewrite ignoring -d

After a day or two, I am still fighting with Mod Rewrite. It seems that 60% of my development time is spent battling the server. My current URL structure is such that all http://example.com/xyz and ...

ErrorDocument 404 Not Sending Referrer Information: PHP

I m using a standard htaccess ErrorDocument 404 to redirect users to a new page. In order to customize the 404, I need to know their referrer information (from the page they Tried to visit). $...

Find all htaccess files on server [closed]

I m looking for a Linux command to go through all the directories on my server and find all .htaccess files. The output would be a list of all those files with full path, creation/modification date ...

301 Redirect Help with Dynamic URL s and Multiple Id s

I just did a redesign for www.wildchildclothes.com which has a new URL structure. The old site ran on Zen Cart and had a bad URL structure. Here are some examples of what I want to redirect from: OLD:...

热门标签