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
0
votes
1 answer

Magento randomly crashes

I've got an Ubuntu Server 12.04 with MariaDB and PHP 5.4.35 The server currently hosts 60+ small WordPress sites, of wich only 3-4 got high traffic. Everything was working fine for the past 2 year. Two weeks ago I've had to "import" an existing…
JohnKiller
  • 158
  • 7
0
votes
1 answer

non-www or non-https forwarding Nginx and Magento backend

I am using following Nginx configuration block server { listen 80; server_name MyDomain.co.uk www.MyDomain.co.uk *.MyDomain.co.uk; return 301 https://www.MyDomain.co.uk$request_uri; } server { listen 443; server_name…
Farmi
  • 379
  • 1
  • 4
  • 17
0
votes
1 answer

Nginx Magento config not working, 404 on installation

This is my stack: Nginx 1.7, MariaDB 10, PHP 5.6 (FPM) and CentOS 7. I have used Centminmod for the installation of the above mentioned software. I created a vhost for the magento installation. Copied the files to the root folder and tried to ran…
Afaq
  • 1
  • 1
  • 2
0
votes
2 answers

Tar content without a specific directory

I have a magento installation I would like to tar. As some of you may now, in the root directory of a Magento installation is a directory called "media". This is the directory where all product images are stored. I want to tar the entire Magento…
0
votes
2 answers

Magento's cron.php: Persistent or not? Why putting it into cron?

I have a question regarding Magento. Apparently, to perform scheduled tasks within Magento, it needs to run a script called cron.php. Originally the script was triggered by an on-server crontab using the line wget -O /dev/null…
pepoluan
  • 5,038
  • 4
  • 47
  • 72
0
votes
2 answers

Intel S3500 SSD vs 15k SAS HDD

I have recently been thinking of requesting SSD Drives from my hosting provider however its a $300 per month upgrade for 4 x 300GB Intel S3500 SSD's My hosting company told me they do not use SSD because they did not see a significant change in…
Daniel
  • 1
  • 1
  • 2
0
votes
0 answers

nginx - urls without trialing slash redirect to root

I've currently got an nginx config that is working for all intents and purposes apart from a small issue when a url doesn't include a trialing slash. The website is Magento held within a subdirectory (the relative url issue alone was a nightmare as…
evensis
  • 1
  • 2
0
votes
3 answers

Accessing a web site on a VM

I am trying to use a VM to allow me and some other people in the company to test-drive changes to a Magento store. The VM is out of my control (mostly) and is hosted on a Windows Server box on our intranet. I don't know the version details or the…
GeezerGeek
  • 77
  • 1
  • 5
0
votes
0 answers

Magento with nginx try_files not work

I have a server running Magento E-commerce application and it is running using Nginx. Recently I installed a Wordpress blog under document root like this: http://example.com/blog When I/m dealing with permalink of wordpress I find out try_files…
mike
  • 1
0
votes
1 answer

Iptables PREROUTING to redirect port 80 through varnish not working

I try to use iptables to keep Varnish on port 8080 and Apache on port 80 and just preroute everything coming in at port 80 to port 8080. It isn't working. When I call the site on port 8080 everything is cached and fine, when I call it on port 80 I…
Øle Bjarnstroem
  • 305
  • 4
  • 11
0
votes
1 answer

Varnish error: /etc/init.d/varnish: 50: /etc/default/varnish: -p: not found

I've installed Varnish on Ubuntu 12.04 x64 and want to use it with my Magento shop. Information: Magento 1.9.0.1 Varnish Cache 3.0.5 Magento Turpentine 0.6.0 I've followed the installation instructions for Magento Turpentine and point 2 reads as…
narzero
  • 175
  • 1
  • 8
0
votes
1 answer

Nginx redirect for specific file extension

I'm having trouble setting up the redirects for a Magento extension. The URL requested is:…
dawns
  • 1
  • 3
0
votes
1 answer

How to make Nginx include index.php in file paths for sub-directories as well (Magento Multistore)

Running multistore setup with Magento on an Nginx server. I'm watching the access logs and can plainly see what is happening. Like many PHP web apps, it uses index.php in its URLs and I have it set to "hide" it from the visible URL to keep it…
sparecycle
  • 459
  • 1
  • 6
  • 19
0
votes
0 answers

Sendmail Failing to Forward Locally Addressed Mail to Exchange Server

When a customer places an order via our (Magento CE 1.8.1.0) website, a copy of said order is supposed to be BCC'd to our sales manager. I say supposed because this was a working feature before the old administrator left. I've recently gained…
DomainSoil
  • 1
  • 1
  • 2
0
votes
1 answer

Nginx magento configuration returns 404 but loads html

over the last couple of days I've been undertaking the task of moving our Magento site from shared hosting to a VPS. The VPS is using Nginx with php-fpm. Note Currently we're also having issues with transferring our domain name over thus when I have…
Lewis Campbell
  • 101
  • 1
  • 2