正在加载中...

SHOPEX网店程序出现Couldn't lock the file错误的解决方法

SHOPEX网店程序出现Couldn't lock the file错误的解决方法

shopex旗下的商店系统SHOPEX/ECSHOP/ECSTORE,如果出现"Couldn't lock the file"的错误。有如下的可尝试解决的方法:
 

Couldn't lock the file !
 
--------------------------------------------------------------------------------
 
#0 secache->trigger_error(Couldn't lock the file !, 256) called at --
 
#1 secache->_format(1) called at--
 
#2 secache->trigger_error(Can't open the cachefile: --, 256) called at--
 
#3 secache->workat-- called at --
 
#4 secache->secache() called at --
 
#5 kernel->kernel() called at --
 
#6 shopCore->shopCore() called at --
 
类似这样的错误提示~  解决方法:
 
在config下打开config.php,找到
 define('WITHOUT_CACHE',false);
改为
 define('WITHOUT_CACHE',true);
这是一种解决方法。

不过,  有这种错误极有可能是缓存目录的权限问题了。
 
更改缓存目录的权限,改为777或是775吧。
 


返回上一页