VirtualBox虚拟机 Ubuntu分辨率太小的解决方案
天用VirtualBox成功装上Ubuntu18.04之后发现了一个问题:默认情况下 ubuntu 的分辨率最高只能设到800*600。但是对于自己的大显示器,在分辨率800*600的ubuntu窗口简直小的可怜。 点击设置——设备—-分辨率,设置合适的分辨率。 VirtualBox提供…
Magento2电子邮件模板
通过 Magento2 后台管理面板自定义邮件模板。 从管理面板自定义 Magento2 电子邮件模板: 登录后台管理界面,然后进入 Marketing > Communications > Email Templates: 在 Email Templates&nbs…
Ubuntu18安装Nginx+Php+Mysql+Magento2
1.安装Nginx 查看nginx 查看ip输入ifconfig,需要安装net-tools 执行安装 net-tools 重新启动Nginx服务: 启动Nginx服务: 停止nginx服务: 2.安装php 完全支持并建议将PHP 7.2(这是Ubuntu 18.04中的默认PHP版本)用于Mag…
Ubuntu18.04 安装PhpStorm20
在Ubuntu 18.04 上安装phpstorm20 下载安装包 wget https://download-cf.jetbrains.com/webide/PhpStorm20.tar.gz 切换到下载目录,然后使用以下命令解压缩.tar.gz文件: sudo mv PhpStorm-145.1…
MAC 通过brew 安装Nginx+Php7.3
安装Nginx 查看安装路径: nginx -V(大写) 开启nginx: 关闭nginx 1.2 安装PHP 查看php版本 启动 停止php7.3 重新启动: Nginx和PHP-FPM结合 nginx -V nginx配置目录,nginx配置相关的文件都在这个目录:/usr/local/etc…
Magento2.3中Logo图片上传问题
A technical problem with the server created an error. Try again to continue what you were doing 解决办法: In vendor/magento/module-theme/view/adminht…
Magento2如何设置paypal
1.真实账号 1.1 Magento2后台设置paypal参数 登录maento2后台设置:stores–configuration , 点击Configuration,进入 SALES –PaymentMethod 1.2登录paypal操作 paypal: https:/…
Magento-2:Class Magento\Framework\App\Http\Interceptor does not exist
Exception.log file Error: 问题在于: Need to recreate Interceptor 执行下面命令: 注意这个过程当中出现下面错误: Allowed memory size of 134217728 bytes exhausted 需要修改php.ini的配置文件…
Centos下给PHP开启xsl扩展
由于需要用到xsl,而编译安装php的时候恰巧忘了安装xsl,现在给php配置xsl扩展,并记录下过程仅供参考 首先如何查看php是否安装了xsl扩展? 在服务器上执行:php -m 命令即可查看PHP已经安装了哪些扩展;或者新建一个PHP文件,写上如下内容: 下面看如何开启PHP的xsl…
xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
今天在Centos8上编译php7.2.9的时候遭遇下面错误: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution这个问题, 原因是没安装libxslt libxslt-devel软件包 下面是安装方法: