简体   繁体   English

Magento插件禁用/启用问题?

[英]Magento plugins disable/enable problems?

I am noticing really weird problems after installing plugins. 安装插件后,我注意到真正的怪异问题。

Sometimes the plugins get disappeared in the backend when we refresh the backend and sometimes it appears in the backend. 有时,当我们刷新后端时,插件会在后端消失,而有时会出现在后端。

I haven''t used magento connect for installing the plugins. 我还没有使用magento connect来安装插件。

Can this be a caching problems, even though we are using AWS for hosting, we have redis cache. 这可能是一个缓存问题,即使我们使用AWS进行托管,我们也有redis缓存。

Also after this whatever plugins we installed also has the configuration in the frontend, So once it has disappeared in the backend, this thing also gets disappeared in the frontend as well. 同样,在此之后,我们安装的所有插件在前端也具有配置,因此,一旦它在后端消失,该东西也将在前端消失。

This problem is really gettting more weird and losing conversion very drastically. 这个问题确实变得更加怪异,并且极大地失去了转化。

Please someone let me know what can be the issue? 请有人让我知道可能是什么问题?

Switch off your Redis and Magento cache then check first. 关闭Redis和Magento缓存,然后先检查。

if this problems does not persist( Try with Magento cache on but redis off ) then you need to check your cache configuration. 如果此问题仍然存在(尝试打开Magento缓存,但关闭Redis),则需要检查缓存配置。

Generally it has been observed that on times redis configuration goes wrong resulting in such issues. 通常已经观察到,redis配置有时会出错,从而导致此类问题。

Before extension installation is always highly recommended to turn off all cache (magento cache, redis, apc, etc.) and compilation. 始终强烈建议在安装扩展程序之前关闭所有缓存(magento缓存,redis,apc等)和编译。 After installation is recommended to flush magento cache storage. 建议安装后刷新magento缓存存储。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM