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
3 answers

Nginx URL virtual host rewrite issues with Magento e-commerce

I've been running into some problems with my URL rewrites. When I click a link in my Magento back-end it completely messes up the URL. We start with this…
Stefan Grob
  • 1
  • 1
  • 1
0
votes
1 answer

Magento Installation on Xamp results in a Blank screen

I was installing magento on my Windows 7 where Xamp 3.2.1 is installed Copied Magento folder to htdocs Create MySQL database with a user and called localhost:8001/magento where 8001 is the port for xamp Everything was fine and it prompted to input…
0
votes
1 answer

Redirecting Magento's admin to separate backend

I need the Magento admin to be sent to a separate backend from the store. I have 2 issues: Don't know how to properly match both index.php/admin and /admin with a regex (index.php/admin works, as it is matching second location I have below); When I…
hernandes
  • 46
  • 4
0
votes
0 answers

Mysql tmp file cause site exception error crash

Running Magento and every 3-15 days or so (fairly random) I get this error: exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_362_0.MYD' (Errcode: 17)' in…
cshaun
  • 1
  • 1
0
votes
3 answers

Magento Error 404 after moving from Apache to nginX

I moved my magento store from Server "A" which was on Apache to Server "B" running NginX. Copied all files and folders, Exported and Imported the SQL DB, Altered the local.xml file with the new DB Details and then ran a DB connection test script…
user179181
  • 13
  • 2
  • 5
0
votes
1 answer

4 Magento Requests per second = 210 mbit memcache bandwith?

After searching serverfault for similar questions without success, these are my numbers for one magento instance, running on multiple servers: After varnish about 4 requests per second hit the webservers The magento cache is configured to use one…
Karsten
  • 318
  • 3
  • 11
0
votes
2 answers

Securing Magento against high-traffic situations

Hi i have an apache server 2.2 with php (magento) scripts. in normal times a php page renders in 1-2 sec, which is ok. Sometimes at high traffic or crude spider bots all Apache-Slots are blocked. The single requests run verry slow and use more and…
wutzebaer
  • 129
  • 8
0
votes
1 answer

Best way to rotate Magento logs?

We have a lot of sites on Magento and the logs are getting gigantic, so I'm wondering if the best way is to use a cron script to rotate them or logrotate. I want to avoid making file copies as it junks up the folder and makes it hard to navigate, so…
user2344668
  • 361
  • 1
  • 2
  • 5
0
votes
1 answer

Magento Stuck During Installation

I have a very strange problem with Magento installation. The installation is done on EC2 with brand new clean CentOS 6.2 AMIs. PHP version is 5.3.3. I install PHP with: yum -y install mysql mysql-server php php-mysql php-gd php-dom php-xml…
0
votes
1 answer

Nginx Loads the same exact page for every url

Alrighty.. Im having a problem where every single page is loading the same exact page in this nginx config. The page that is loading seems to be index.php Not exactly sure what is up? It should be serving assets from disk, and redirecting php…
Bryan Ruiz
  • 131
  • 3
0
votes
1 answer

magento php-fpm too many process

in the last 2 days, suddenly the server is very slow. we are running magento, and we have seen 40-50 php-fpm process being run, each taking a few % of cpu, making performance very slow. we have 2 servers, each 4 GB ram, for web and db. using apc…
0
votes
2 answers

Accidently set chown “root” to all my server

I'm running 2 magento apps on my web server and I accidently set "chown -R www-data:www-data *" from the root of the server. Meaning, all the files were owned by the user root. This immediately spawned problems on the magento websites, namely: mysql…
Pedro Peixoto
  • 127
  • 1
  • 10
0
votes
1 answer

Magento 1.7 Costum option not working

I have this weird problem out of the blue. Magento was working find until today. The problem is this: Now it is like this: https://i.stack.imgur.com/lyKc0.jpg How it looks after I remove the costum options in the admin…
Nivong
  • 1
  • 1
0
votes
1 answer

How can I exclude the admin area from the litespeed cache when running Magento?

I have litespeed on my server and am trying to use the cache system. I have followed the wiki instructions. And have this in my Magento .htaccess RewriteRule (.*\.php)?$ - [L,E=Cache-Control:max-age=120] The cache is working as I'm getting the…
Ledgemonkey
  • 103
  • 5
0
votes
1 answer

php-fpm, nginx magento store. Coming to a halt

We just moved to a new server. 2 x Dedicated, 48 GB ram, php-fpm, nginx, memcached, APC. We have an issue where each php-fpm process that spawns keeps getting bigger. A fresh restart of php-fpm shows each process takes 30-100 MB. After a few hours,…
user156677
  • 1
  • 1
  • 2