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

Problems downloading Full Magento install via purely FTP on shared server

I'm currently trying to download a full magneto install from a ftp server. The connection keeps failing, it seems as if there are too many files and folders to scan through? Can anyone shed any light on how to resolve this? The shared platform seems…
optician
  • 533
  • 8
  • 19
0
votes
3 answers

Magento PHP Extension "gd" must be loaded problem

I am on Ubuntu 9.10 & I am trying to install Magento but I am getting this error I have aleady installed gd (sudo apt-get install php5-gd) But I am still getting this error & yes I have restarted the apache server a couple of times but still no…
Asad Khan
0
votes
1 answer

PHP mail() not sending emails Centos Cloud Server

I am new to this. Have got a cloudserver running centos 5.4, Installed php, mysql and apache to run magento however emails are not going out.. Do I need to configure something more?
Silverphp
0
votes
0 answers

Why is adding this line to my mod_rewrite creates looping issue, and how to avoid it?

I pasted below the existing mod_rewrite section of the .htaccess of my Magento site. I need to modify it to implement a short URL scheme that would redirect all requests like mysite.com/-jk7ASD63 (all short URLs starting with a dash) to…
0
votes
0 answers

Magento 2 running on Ubuntu 20.04 with Nginx returns Bad Gateway Error code 502

I have a fresh install of Magento 2.4.4-p2 on Ubuntu 20.04. The PHP version is 8.1.13 and the nginx version is 1.18.0 (Ubuntu). I can see and access the home page and the following pages without 502 bad gateway…
Abe
  • 123
  • 6
0
votes
0 answers

FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream

Need help with fnd the issue on new server. Im running magento site with nginx php-fpm with varnish. The site get blank with only that text File not found. And im getting error in nginx log 2022/12/17 12:06:25 [error] 166796#166796: *4 FastCGI sent…
0
votes
1 answer

MariaDB failed to start on Debian After Upgrading Server

I am running magento application on debian server. MariaDB failed to start after server upgrade. Please find the errors below: I am running magento on Debian Linux server. The site failed to load with error 521. MariaDB is not running. I tried to…
Vibhu Bajaj
  • 21
  • 1
  • 2
0
votes
1 answer

Is there a way to write the query parameters as cookie in nginx

I would like to ask if there's a way to set the query parameters as the cookie of a certain url? Currently i'm having trouble with the varnish and nginx cause it was stripping the utm params which causes an issue with the GA. I can't remove the code…
0
votes
1 answer

magento installation did succeed but apache welcome page appears in frontend

I have a VPS at ionos, a centos 8 os. I have installed a LAMP, elsticsearch, rabbit etc... I have a SSL EV for my domain at namecheaped.com: ortie-bio.fr and www.ortie-bio.fr I have followed this tuto to install Magento open source 2.4.2…
cedler
  • 3
  • 2
0
votes
0 answers

Redirect to magento 2 store in htaccess

I'm using SetEnvIf Host to redirect users to the correct magento store depending on the domain name. This works perfect for https://www.domain.co.uk, http://domain.co.uk and http://www.domain.co.uk. https://domainname.co.uk however bypasses this and…
0
votes
0 answers

Nginx server give me 504 error

I am using nginx webserver on a WSL, Ubuntu. I have Magento need to run on this server. Where or what I can do to adjust, so I can have 504 error fix? does my default doing the right job? Please help 2020/10/29 14:15:46 [error] 65#65: *15 upstream…
Paul Fan
  • 103
  • 3
0
votes
1 answer

My Magento only can load the first front page, and all the page are 404. Nginx server configuration issue

I am trying to run Magento 2 on WSL, ubuntu Nginx webserver, localhost I only able to load my website first front page, but the rest of the pages are 404 not found. I only modify the /etc/nginx/sites-available/default file. Since I am using…
0
votes
1 answer

Migrating Magento 1 db to Magento 2, Database is on Amazon RDS and the other is local to the new server

The company handling the migration is using a tool called UB Data Migration tool to migrate the magento website from 1.x which has its database hosted on Amazon RDS to a new amazon instance that contains the Database locally on the server…
0
votes
1 answer

varnish redirecting to backend url

Im running Magento in 192.169.1.250 (no ssl) URL - http://192.168.1.250:80 and varnish + nginx (ssl offloading) in 192.168.1.9 frontend URL - https://192.168.1.9:80 varnish 127.0.0.1:6081 Used the default varnish default.vcl file generated by…
0
votes
1 answer

Varnish Error 503 Backend fetch failed Only on Home page (Magento 2.3.5-p1)

I am a bit confused actually very much confused right not regarding varnish and configuring it. Currently I am running Magento 2 on Nginx/PHP-FPM and only SSL i.e. I am redirecting user from :80 to :443 as I only want them to access over SSL. Also…
nix
  • 53
  • 3
  • 13