magento-1.5

Magento redirection problem after moving

六眼飞鱼酱① 提交于 2019-11-27 20:10:36
I've moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&replaced to ensure references are gone. Cache got removed. I suspect it still tries to use the old database so i modified the local.xml file containing the DB info but that doesn't change anything. Since there is no cache does anyone have any idea what goas wrong? user746379 Apparently Magento used the 'temp' directory in the server-root for caching as well. cleaning this would solve the issue. This is of course also taken care of

How to create new fields for customer

若如初见. 提交于 2019-11-27 18:38:27
I am developing a website with magento ver-1.6. I am try to create new fields for customer registration, but it not created. I followed the same way what we followed in ver-1.5. Any variation in create customer fields in 1.6? I don't know what you tried so I'm just going to list all the steps needed to add a new schooL customer attribute to the Magento 1.6.1 registration form. Create a module preferably, or place similiar code to this in some .phtml file and run it once. If you're doing this proper and creating a module, put code like this into the mysql_install file: <?php $installer = $this;

Update products programmatically in Magento

徘徊边缘 提交于 2019-11-27 11:20:12
问题 I'm working on a script that will create or update products in my catalog. The script works fine when the product needs to be created, but it fails when the product already exists in the database giving me (many times) the following messages : 2011-09-30T08:00:53+00:00 ERR (3): Recoverable Error: Argument 3 passed to Mage_Catalog_Model_Resource_Eav_Mysql4_Abstract::_canUpdateAttribute() must be an array, null given, called in ... 2011-09-30T08:00:53+00:00 ERR (3): Recoverable Error: Argument

Service Temporarily Unavailable Magento?

雨燕双飞 提交于 2019-11-27 09:07:33
问题 My application was working fine yesterday. I started my PC today. When I tried to start Magento I got this error message. Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. I am not even able to open the admin page or see any sort of errors on the page. If I visit any URL of my Magento site I am getting the above output. How do I resolve this? 回答1: Check if there is a file called

Magento redirection problem after moving

删除回忆录丶 提交于 2019-11-26 20:13:34
问题 I've moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&replaced to ensure references are gone. Cache got removed. I suspect it still tries to use the old database so i modified the local.xml file containing the DB info but that doesn't change anything. Since there is no cache does anyone have any idea what goas wrong? 回答1: Apparently Magento used the 'temp' directory in the server