Magento网站升级扩展后无法正常工作

编程入门 行业动态 更新时间:2024-10-20 13:33:39
本文介绍了Magento网站升级扩展后无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我升级了所有在Magento Connect中显示的扩充功能。我是Magento的新人。在upgrdation网站工作完美。 我在Linux服务器上使用它。

I upgraded all the extensions that were showing in Magento Connect. I am new guy in Magento. Before upgrdation site was working perfectly. I am using it on Linux server. My admin panel and website both are unble to load.

这里可以使用 130.211.244.103/ 。我做了很多googling,编辑我的index.php,增加内存限制

It is available here 130.211.244.103/. I did a lot of googling , edited my index.php , increased the memory limit

ini_set('display_errors', 1); ini_set('memory_limit', '1024M'); umask(0);

请向我建议此问题的解决方案。

Kindly suggest me solution to this issue.

编辑:我检查了我的系统,并用新的magento文件替换我的文件。但现在 sudo服务apache2重新启动apache2.service的作业失败。有关详细信息,请参阅systemctl status apache2.service和journalctl -xe。。系统无法启动apache

Edit : I checked my system and replace my files with new magento files. But now sudo service apache2 restart Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details. . The system is unable to start apache

推荐答案

在挖入magento和我的一些服务器的命令后。我解决了我的问题。

After digging into magento and some of my server's command. I solved my problem.

自动apache和mysql服务器停止,他们没有响应。 所以,我完全卸载apache使用

Automatically apache and mysql server stopped and they were not responding. So, I completely uninstalled apache using

sudo apt-get remove apache2 *

&重新安装mysql

& Reinstalled mysql

  • 删除MySQL:

  • remove MySQL:

sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo apt-get autoremove sudo apt-get autoclean

然后重新安装:

sudo apt-get update sudo apt -get install mysql-server sudo mysql_install_db sudo / usr / bin / mysql_secure_installation

更多推荐

Magento网站升级扩展后无法正常工作

本文发布于:2023-11-01 12:45:42,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1549366.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:无法正常   工作   网站   Magento

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!