Questions tagged [magento]

Magento is an open source e-commerce web application.

enter image description here

Magento is an open source e-commerce web application. It was built using the Framework and stores data by using the entity-attribute-value (EAV) database model.

The Magento Community Edition is the free version of Magento.

Website: http://www.magentocommerce.com

Wikipedia: http://en.wikipedia.org/wiki/Magento

231 questions
1
vote
1 answer

Nginx conf file location & rewrite is not working

I'm running magento on nginx. My root is /pub But there's some extensions trying to link to www.myurl.com/pub/xxx.file, so I want to rewrite all /pub as / My plan was for www.myurl.com/pub/xxx.file to become www.myurl.com/xxx.file, but it is not…
楊翔宇
  • 13
  • 3
1
vote
0 answers

Is it possible to create a catch-all email using postfix which accepts any email address and sends an email to an external address?

Some background and my challenge: Background I am using Magento 2.x using a virtual machine set-up which runs on Ubuntu 16.04 Challenge My goal is to be able to test emails sent to me from the Magento application. In an ideal situation, I would not…
Steve K
  • 111
  • 1
1
vote
2 answers

Internal/External Development Server Setup

I'm trying to avoid the problem of making an assumption and asking the wrong question. I'm going to describe the situation I'm in and what the problem is. I presently have a development server which runs development and testing databases. The…
Li1t
  • 113
  • 2
1
vote
2 answers

Siege session cookie

I'm trying to use Siege to load test a Magento site. However, it does not appear that Siege makes requests with session cookie returned from previous request. For example, in my urls.txt…
David Tay
  • 131
  • 4
1
vote
0 answers

Magento installation on Linux server

I am facing problem when i install Magento 1.9.3.0 on Linux server. It stuck on localization option as mentioned in screenshot. But if i install it on another local Linux server it installed properly.
Sukhjinder Singh
  • 1,994
  • 2
  • 9
  • 17
1
vote
3 answers

How to reduce server response time for a magento e-commerce site

We have an e-commerce site developed using magento 1.9.0.1, we could not able to reduce server response time to below one sec, (as per google page speed testing tool we have now 1.4 sec) we have tried almost all optimization process as below 1 -…
prajosh
  • 11
  • 1
  • 3
1
vote
0 answers

500 internal server error with magento on nginx server

I have been trying to set up magento sites on a local development server using nginx. I have managed to get them partly working. For some reason the homepage will load fine but as soon as I click on any link I get '500 internal server error'. The…
Matt
  • 11
  • 3
1
vote
1 answer

Folder Permisson for cache folders Centos7 and nginx 1.10

I have a server on which I install Centos 7.2 and nginx 1.10. I would like zo host Magento What I have done: root user is disabled newuser is admin user for doing stuffs with sudo I have a new nginx server block enabled set domain new block root…
vTillmann
  • 11
  • 1
  • 8
1
vote
0 answers

Redis Performance Tanks as Number of Nodes Increases

Strange problem. We have 6 nodes behind a loadbalancer. They are high-spec VPSes running Ubuntu. On a separate node we run Redis. Further nodes run MySQL. The whole LAMP setup hosts Magento. Transitioning from a file based cache to Redis central…
JayMcTee
  • 3,923
  • 1
  • 13
  • 22
1
vote
1 answer

How to use siege to test Magento with user login?

I have a Magento site running on CentOS 6 (Amazon EC2). I've installed Varnish cache and a FPC extension called PageCache to make Varnish work with Magento. When I am not logged in, I check the reponse header of the site and notice that Varnish…
Linh Văn
  • 11
  • 1
1
vote
1 answer

Redis issue with magento

Can anyone help me... I have magento website running with nginx and php-fpm. I have configured 2 instance of redis for magento. but I'm getting following errors. Magento…
Suyog
  • 11
  • 1
1
vote
1 answer

Magento > Slave breaks when a product is added from master

Title really says it all. Here is the LAST_ERROR: Last_Error: Error 'Cannot add or update a child row: a foreign key constraint fails (`cd1n401`.`cdi_catalog_product_entity_int`, CONSTRAINT…
1
vote
0 answers

Apache W Status

We are running Apache 2.2.15 and PHP 5.3.3 We have intermittent occurrences of Apache getting overloaded with processes stuck in W - sending reply status. This seems to happen at random and will last for around an hour or so. We do not do anything…
1
vote
1 answer

Nginx config for Magento subfolder multistore

I'm moving from subdomain to subfolder. I have multiple subfolders for several countries. I changed the domain in the Magento administration. But the Nginx rewrite doesn't seem to work. I have 1 Magento installation on my server and want to use /uk…
1
vote
2 answers

Remove query string from url

We have a magento store which appends a query to our URL when you change Magento store views on the frontend. i.e. http://www.domain.com/?___store=uken Is there a way to remove the ?___store=uken with NGINX configuration? Say remove any query…
Holly
  • 1,027
  • 5
  • 14
  • 25