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

Wildcard SSL certificates, EV

I run a Magento e-commerce store with multiple subdomains for an affiliate program, plus a main store. Example, foo.example.com and bar.example.com are affiliates, www.example.com is my main store. They all share the same code and database and the…
nachito
  • 245
  • 1
  • 4
  • 11
1
vote
2 answers

Your SSL is partically encrypted

In Chrome, I'm getting this message for my Magento site on payment page. The site uses SSL, but Google Chrome has detected either high-risk insecure content on the page or problems with the site’s certificate. Don’t enter sensitive information on…
Jae Kun Choi
  • 167
  • 1
  • 8
1
vote
2 answers

Nginx external POST returns 302

I have a server setup with Nginx 1.1.4 + PHP-FPM + APC. On this server a Magento 1.5.1.0 installation is running. What I'm having trouble with is that the callback from the payment provider is a POST and Nginx returns a 302 which makes the callback…
Niklas Modess
  • 111
  • 1
  • 4
1
vote
1 answer

Dedicated server settings for Magento/large store

We have a dedicated server through fasthosts and are running 1 wordpress set up and a multi-store magento set up. Our Magento sites are running at a slow speed back and front-end compared to the wordpress site. Has anyone had experience of…
Vince P
  • 203
  • 1
  • 4
  • 12
1
vote
0 answers

Migrating a Magento CE 1.3 database to Magento EE 1.10 database?

I need to migrate a Magento 1.3 Community Edition (CE) database to a 1.10 (maybe 1.11) Magento Enterprise Edition (EE) database. Only the database is needed. Templates, extensions etc. will be recreated from scratch. My thoughts were to mysqldump…
1
vote
2 answers

Is it ok for php sites running Magento to have the exec function enabled?

We offer a service for Magento sites that requires installation of a Magento extension. For large sites, this extension needs to run a background process which requires the exec function. Our developer claims that it is reasonable to ask our…
lkview
1
vote
1 answer

MAMP goest to 100% CPU on Magento installation

I'm trying to move my Magento development to MAMP and getting problem with 100% usage on httpd both for new installations (after Create Admin Account) page and for existing stores moved from test server. I'm using MAMP Pro 2.0.1 with PHP 5.3.6 Also…
Zifius
  • 111
  • 4
1
vote
1 answer

Magento Full Page Cache & Load Testing

Magento Enterprise 9 Full Page Caching is on Cache depth: 1 (ex. catalog.html?p=1) Current results from JMeter after about 1,000 samples: Throughput: Homepage: 8.5/sec - ~40kb Catalog: 6.1/sec - ~65kb Error rate is very low, 0% for homepage, and…
djdy
  • 583
  • 2
  • 4
  • 15
1
vote
4 answers

please take a look at my server's ram usage

i am a noob with servers. I have a centos5.5 vps with 512mb ram. My goal is to have it host just one magento store. I've installed Magento on the server without any control panel, by just installing lamp myself and whatever php extensions were…
user66779
  • 153
  • 1
  • 1
  • 7
1
vote
1 answer

Magento and Media Temple, playing nicely

I am trying to get the page load time as low as possible in my Magento store. I am using a Media Temple (dv) Extreme, which has 2GB of RAM. I have had APC setup along with Fooman Speedster plugin for caching the CSS/IMAGES etc. The page load time is…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
1
vote
1 answer

Sessions different on FCGI or mod_php?

I have a cluster of webservers running on apache-php (with prefork). I'm planning to move from prefork to worker (fcgi). The problem is that I cannot move all servers at once so for a short period of times (matter of days) few of them will be on…
MihaiM
  • 728
  • 1
  • 9
  • 17
1
vote
2 answers

Magento Community - Hosting :: Need Advice which sharing hosting will run magento fast

Need Advice which sharing hosting will run Magento Community fast or some other not expensive solution. This website will not have a lot of users, I only need that it will run fast for 100-20 users in same time. The problem with magento is…
1
vote
1 answer

Moving case sensitive Linux files via Windows

the company I work for is currently trying to move a Magento installation from one server to another - however, the product images are saved in folders alphabetically indexed folders - but with an added twist, some of the letters are the same but…
sunwukung
  • 169
  • 2
  • 11
1
vote
1 answer

Magento2 website with nginx(with SSL termination) and varnish cache

I have hosted Magento2 website with Nginx, SSL termination, and Varnish cache. Varnish cache is running on port 8080 and the Magento2 website is hosted on Nginx port 8081. Http and Https traffic is accepted by the same Nginx and forwarded to the…
timg
  • 11
  • 2
1
vote
1 answer

Varnish with Basic auth returns 401

I've tried to configure Varnish on server which has Basic Auth authentication by using these solutions: https://stackoverflow.com/a/40424168/7202171 https://blog.tenya.me/blog/2011/12/14/varnish-http-authentication/#comment-2882579903 but it…