
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
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 m
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
问题:Magento页面一片空白 没显示什么东西,无法判断是否程序错误,所以要把错误显示打开使之能调试解决: 1. 在网站根目录的.htaccess文件里加上php_flag display_errors onphp_value error_reporting 2039详情看另外一篇文章:(用.htaccess设置 PHP错误显示) 2. 然后找到/errors
经过测试,一下的代码在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
转自: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
Ok, finally fixed it.This is a Magento bug, both with the notification rss feeds, and the logic behind checking whether Magento already has downloaded them or not. You can check the feeds manually h
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/
magento在Nginx下的Rewrite伪静态规则困扰了不少学者,很多少就会问为什么在Nginx下的空间安装magento打开里面的网址会出来404呢,这就是重写的原因,下面就来介绍下具体修改的部分。nginx.conf 文件server 部分的内容:server {server_name _; //服务器名称,一般填写域名的,只是测试,就算了。access_log log
如果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
在NetBeans的安装目录下有一个etc文件夹,下面有一个netbeans.conf文件,这个文件就是NetBeans的启动配置文件.在“netbeans_default_options”后的参数中,有一条“-J-MaxPermSize=384m”,这里定义了Java虚拟机能使用的堆栈的最大值为384m,最后经过多次修改尝试,将其值改为300m就可以了。 另外,也可以直接在这