Questions tagged [magento]

Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses.

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

31 questions
6
votes
2 answers

Magento not seeing mcrypt in LAMP

I am running Ubuntu 13.10 desktop and installed a lamp stack (Apache 2.4.6, and PHP Version 5.5.3-1ubuntu2), and I set up virtual hosts. I also apt-get'ed php5-curl, and php5-mcrypt (no errors when installing) I am trying to set up a Magento…
Daniel Toebe
  • 327
  • 3
  • 4
  • 9
5
votes
1 answer

Change permissions on file

I want to change permissions + owner on a .htaccess file but how do I go about doing this? I have tried googling it but most answers are just for people looking to do it on a directory recursively. I'm sitting in the directory where the .htaccess…
cz84
  • 53
  • 1
  • 4
3
votes
2 answers

Why is magento not packaged for Ubuntu?

I know it is simple to download and install but so are many other applications such as phpmyadmin, drupal and Zend Framework and they are all just an apt-get away. Why is there no package for magento in the repositories or apparently from anywhere…
2
votes
4 answers

Not able to enable pdo_mysql extension or not able to install

I am using Ubuntu 16.04.3 LTS , Using PHP version 5.6 i have required 5.6 version only not required php latest version I tried to install or tried to enable but not working: sudo apt-get install php5-gd php5-mysql E: Package 'php5-mysql' has no…
shyam
  • 131
  • 1
  • 1
  • 4
2
votes
1 answer

CONNECT ERROR: PHP Extensions “zlib” must be loaded

While Magento installing Extension and themes and also trying to upload, i am getting CONNECT ERROR: PHP Extensions "zlib" must be loaded. I have tried to installed zlib from there…
Naresh
  • 121
2
votes
1 answer

Why am I getting a mkdir error with this sudo mkdir /var/www/magento-dev.local/public command?

I'm trying to install Magento on an Ubuntu 14.04 server. I created a file called magento-dev.local in the /etc/apache2/sites-available/ directory. that has the following contents: # ServerName (domain) and admin email …
2
votes
1 answer

How do I resolve this "no such file or directory" hook error?

I am trying to write a charm for Magento but running into an issue. Here is the source for charm https://github.com/MoT3rror/Magento-Charm The install works perfect. Still needs a lot of work but works. I having trouble with…
1
vote
2 answers

SSL certificate error : certificate file does not exist or is empty

I am getting this error on service apache2 restart Error: SSLCertificateFile: file '/etc/apache2/ssl/www_example_com.crt' does not exist or is empty I am trying to configure comodo ssl certificate on ubuntu ec2 instance with LAMP and I have…
Tanveer
  • 11
1
vote
3 answers

Magento PHP cron job fail to open required php files

We are trying to set up cron job for Magento site. We tried this Job, but it didn't work for us: */5 * * * * php -f /var/www/html/sitename/cron.php To debug we tried this Job: */5 * * * * /usr/bin/php -q /var/www/html/sitename/cron.php >…
1
vote
0 answers

How to check if a cron job is running or not through php script?

Back to my question How to check if a cron job is running or not?, the answer there is valid which stated to redirect output to a file and test. 15 * * * * /usr/bin/php /home/rizwan/PHP-workspace/mgstore/testcron.php >> /home/rizwan/cron.out Anyway…
Rizwan
  • 29
1
vote
1 answer

Uid/GID mismatch

I have been trying to setup the magento site but have been playing around with permissions which has resulted in the following error in the suexec.log [2014-04-25 08:20:56]: uid: (5015/web12) gid: (5011/client7) cmd: .php-fcgi-starter [2014-04-25…
tjhack
  • 123
1
vote
0 answers

Phpmyadmin to work for php 5.6 and 7.2 both on Ubuntu 20.04

I am working on Ubuntu 20.04 and have multiple PHP versions installed (5.6 - 8.0) because I need to work on Magento 1 & 2 both. When I switch to 7.2 and open PHPMyAdmin in the URL, it works fine. But when I try to switch to PHP 5.6 and refresh…
0
votes
1 answer

Change directory of Ubuntu www web server?

I'm wondering if I can change the root directory of an Ubuntu web server from: /var/www/html to: /home/Janderson/magento How would I do this? I want to access Magento when I go to localhost in my web browser, and not anything else. This is not a…
James
  • 131
  • 1
  • 6
0
votes
1 answer

Comlpex grep regex with unexpected token

I have a Magento 2 installation where I am attempting to find any syntactiaclly incorrect xml files. I am trying to use the below command to find any acl.xml files in the code dir that contain a node labelled resource but missing an id attribute. I…
Peter A
  • 31
0
votes
0 answers

How to run Php7.0 and Php5.6 at the same time

PHPMyAdmin uses php7 and for Magento I require php5.6 if I remove php7, the PHPMyAdmin gives HTTP 500 error or sometimes only loads the PHP text, tried installing all the mods but no positive results and with php7 Magento doesn't work is there any…
1
2 3