Questions tagged [magento]

Questions about Magento should be asked at https://magento.stackexchange.com/. Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses. Questions about programming with Magento are off-topic here.

Magento is an e-commerce platform written in atop the framework, available under both open-source and commercial licenses. It is written in an advanced object-oriented idiom that uses the MVC pattern and configuration files, aiming for flexibility and extensibility. It is owned and maintained by Magento Inc., which is backed by Permira. (Magento About Us)

Editions

1. Magento Community Edition - Free open source code; pay for services and add-ons. Developers and merchants with generally under $50M in online sales and fewer than 50,000 unique visitors per month. Magento offers no technical support, warranties or indemnification.

2. Magento Enterprise Edition – This is also a Commercial edition. Annual fees start at $15,550 with a premium version starting at $49,990 annually. It is recommended for mid to large size businesses with revenue in excess of $15M in online sales and over 25,000 unique visitors per month. Magento provides full support, warranty and indemnification. It also has the added benefit of having code-level access.

Links

17 questions
4
votes
1 answer

Rollback copy of files from SOURCE to DESTINATION

how to rollback copy of files from SOURCE to DESTINATION? Let me give examples based on Magento (but it does not matter). When I install a new module, I get a zip file, I extract it in a temporary folder like c:\temp\my_new_module I have a bunch of…
Rod
  • 138
1
vote
0 answers

PDF.js no longer able to save / view .pdf in Firefox v 33.0.2

I noticed when upgrading from FireFox version 32.0.3 → 33.0.2 that I can no longer print or view .pdf files. When navigating Menu → Options → Applications & filtering by Portable Document Format (PDF) - regardless of which action I choose an error…
Moose
  • 173
1
vote
3 answers

Ho do you stop and start php-fpm?

Ok I'm trying to install Ion Cube on an AWS instance created by Bitnami: https://aws.amazon.com/marketplace/pp/B007OUYR4Y/ref=srh_res_product_title?ie=UTF8&sr=0-4&qid=1413489962522 Instuctions on how to install Ion Cube for this environment can be…
Jason Smith
  • 11
  • 1
  • 2
  • 5
1
vote
0 answers

Magento 2.3.3 Error Beyond the blank screen

I've been trying to run the Magento Setup for months. I've installed on my own Centos 8 server and met the pre-requisites. I got the common white screen of death in the browser. I've been able to puke the error to the screen and got the following…
1
vote
1 answer

php bin/magento setup:upgrade, could not open input file:magento

When executing command from Magento root folder home/magento_ftp/www/: php bin/magento setup:upgrade error returns; Could not open input file:magento Magento 2.2.3 is on a Varnix server and /var folder has 777 permissions on the magento file owner.…
461
  • 11
1
vote
1 answer

Please Help Me adding a module in magento

I create a module in Magento 2.3.1 add this in my magento project but is not working.All the menu option of Admin dashboard has been disabled. Please Help! Thanks
1
vote
1 answer

magento2.0 failed Installation & Varnish Test after submitting to the market place

I submitted an extension on Magento Marketplace, but it failed the installation and varnished the test with a report that states as follows: Environment: PHP 7.1.22 Magento 2.3 CE php bin/magento deploy:mode:set production Enabling maintenance…
1
vote
0 answers

nginx + php-fpm70 getting 502 bad gateway

I'm Getting 502 bad gateway error in one of my magento2 site. Here are my configuration files. nginx.conf configuration file user nginx; worker_processes 4; worker_rlimit_nofile 100000; pid /var/run/nginx.pid; events { use epoll; # …
Jaimin
  • 63
1
vote
1 answer

Too many redirects on Magento Installation - Nginx/centos

I have a Magento Installation version 1.9.3.1. Until yesterday It was working fine, but now the frontpage is not working with the error - Too many redirects. On further checking in the console(firebug), I can see all the files are showing as moved…
Joshi
  • 133
  • 8
1
vote
1 answer

Magento2 keeps redirecting to 127.0.0.1

I've installed Magento in two Docker containers on a Mac, using the Docker install script provided by Magento. Docker provides two IP numbers, one for the host using 127.0.0.1 and a port number (32772 in this case, the exposed port number for the…
SPRBRN
  • 8,149
1
vote
0 answers

Setting up magento 2 on codenvy with apache 2

I'm playing with codenvy and trying to get an existing magento 2 project on it. So far I have cloned the project directory and imported the database to mysql. I've been stuck on getting it to run on the apache server however. The problem is that…
Matt
  • 11
  • 3
0
votes
1 answer

Change Magento's base URL

I just moved my Magento installation to another URL (only updating apache config to use shop.domain.com instead of www.domain.com), and according to this site, I just have to update some records in the database. That works fine, except that all…
Bart Friederichs
  • 1,876
  • 6
  • 25
  • 43
0
votes
2 answers

Search for 'X' then replace everything in its column U with 'abcdefg'

I have a list of 7000 products in Excel ("list1"). Each can be identified by a unique identifier ("sku"). I retrieved a different list of 50-100 products from the main list ("list2"). With this separate list, I want to run the following code in…
codaamok
  • 1,393
0
votes
1 answer

Varnish: /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 it says You'll…
narzero
  • 419
0
votes
1 answer

Magento | After SSL Setup, Images not shown

My problem is, i setup a Comodo Positive SSL on solempet.com When i changed the options for front page to secure https urls, images and css now shown. I mean site is not load properly and images, css files and js files still comes from http address…
1
2