
Magento
文章平均质量分 61
Joey_Hong
PMP certified
Magento certified
PHP5 certified
Flex certified
7年外企工作经验,英文流利
展开
-
Mac XAMPP 安装 intl PHP 插件(安装Magento2缺少intl 插件)
Firstly, checkwhich phppath is set. it should be/Applications/XAMPP/xamppfiles/bin/php. If not you can change it byPATH=”/Applications/XAMPP/xamppfiles/bin:${PATH}”.More detail here.Before you begin make sure you have installed Xcode. Also, install ...原创 2020-08-09 15:38:04 · 458 阅读 · 0 评论 -
CentOS7 配置sendmial + PHP mail函数发送邮件
直接上步骤~~~~~~~~~~~~~~`1. 关闭IPV6(默认是开启的,IPV4和IPv6的地址不一样,关闭后记得检查IP地址) sysctl -w net.ipv6.conf.all.disable_ipv6=1 sysctl -w net.ipv6.conf.default.disable_ipv6=12. 安装sendmail(也可能是已经安装好了原创 2016-07-06 17:00:53 · 7638 阅读 · 2 评论 -
cenos7虚拟机如何设置共享文件夹,并在Windows下映射网络驱动器?
1.安装“samba” yum install samba2. 配置 Samba a) vi /etc/samba/smb.conf b) 找到以下几行把注释去掉 setsebool -P samba_domain_controller on setsebool -P samba_enable_home_dirs on s原创 2016-02-18 18:04:55 · 3148 阅读 · 0 评论 -
CentOS7 Magento 链接Redis提示:Connection to Redis failed after 2 failures
如果Redis服务器已经启动,而且Magento端也正确配置,访问magento还是显示:Connection to Redis failed after 2 failures 。按照如下步骤操作:1. sestatus查看状态2. sed -i 's/enforcing/disabled/g' /etc/selinux/config /etc/selinux/co原创 2016-02-15 14:49:37 · 2612 阅读 · 0 评论 -
Windows下Magento企业版如何配置Redis存储缓存
1,Redis在windows上面的安装和运行1)- 官方网站:http://redis.io/- 官方下载:http://redis.io/download 可以根据需要下载不同版本- windows版:https://github.com/mythz/redis-windows2)启动Redis用命令行的形式进入redis的解码包,比如:C:\xampp\redis原创 2015-12-25 17:05:10 · 799 阅读 · 0 评论 -
Magento调试页面空白 - 解决方法
问题:Magento页面一片空白 没显示什么东西,无法判断是否程序错误,所以要把错误显示打开使之能调试解决: 1. 在网站根目录的.htaccess文件里加上php_flag display_errors onphp_value error_reporting 2039详情看另外一篇文章:(用.htaccess设置 PHP错误显示) 2. 然后找到/errors转载 2015-12-07 17:22:06 · 1660 阅读 · 0 评论 -
CentOS开启mcrypt模块
yum -y install epel-releaseyum -y install php-mcryptsystemctl restart php-fpm原创 2016-01-20 15:03:30 · 731 阅读 · 0 评论 -
Magento 在CentoOS7下提示没有写入的权限 - 即使用了chmod -R 777
I have try to install magento CE Version 1.9.0.1.But when i am trying to install magento from browser.it show permission issue :Path "/var/www/html/magento/app/etc" must be writable.Path "/var/www/原创 2016-01-20 14:23:49 · 2753 阅读 · 0 评论 -
magento在Nginx下的Rewrite(伪静态规则)
magento在Nginx下的Rewrite伪静态规则困扰了不少学者,很多少就会问为什么在Nginx下的空间安装magento打开里面的网址会出来404呢,这就是重写的原因,下面就来介绍下具体修改的部分。nginx.conf 文件server 部分的内容:server {server_name _; //服务器名称,一般填写域名的,只是测试,就算了。access_log log原创 2016-01-19 22:36:22 · 3521 阅读 · 0 评论 -
数据库中清空log日志
SET FOREIGN_KEY_CHECKS=0;TRUNCATE `log_customer`;TRUNCATE `log_visitor`;TRUNCATE `log_visitor_info`;TRUNCATE `log_visitor_online`;TRUNCATE `log_quote`;TRUNCATE `log_summary`;TRUNCATE `lo转载 2015-12-17 11:15:36 · 1574 阅读 · 0 评论 -
windows下 Tomcat 7 + solr3.6.2 + Magento企业版1.14 配置说明
Magento官方文档如下:http://devdocs.magento.com/guides/m1x/other/ht_magento-solr.html#install-prereq-software1,安装solr:3.6.22. 将magento solr配置文件copy进solr文件夹:cd /etc/solr/apache-solr-3.6.2/ex原创 2015-12-28 13:07:00 · 1140 阅读 · 0 评论 -
把index.php 从magento后台的url中移除掉
## enable rewrites Options +FollowSymLinks RewriteEngine on## Rewrite to subfolder magento RewriteCond %{HTTP_HOST} ^(www.)?mydomain.cxm$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCo原创 2012-06-27 13:10:40 · 4434 阅读 · 0 评论 -
How to add custom fields to Customer Registration and Account page in magento
经过测试,一下的代码在magento CE1.4 1.5 1.6 均好使Magento Provides the default customer registration form with very few fields like name,email,pwd etc. But in realtime we need to get more details from the custo转载 2012-05-08 15:12:44 · 1574 阅读 · 0 评论 -
Creating an EAV based model(s) in Magento
转自:http://inchoo.net/ecommerce/magento/creating-an-eav-based-models-in-magento/Magento database heavily uthttp://inchoo.net/ecommerce/magento/creating-an-eav-based-models-in-magento/ilizes an Enti转载 2012-05-05 20:00:24 · 1514 阅读 · 0 评论 -
Create Magento SOAP account
Step 1:Create soap roleSystem > Web Services > Roles[Add New Role]Role name: API Full AccessRoles ResourcesResource Access: All[Save Role]Step2:Create soap userSystem > Web Services >原创 2012-05-03 15:14:57 · 1124 阅读 · 0 评论