magento2

Magento 2 goes terribly slow (Developer mode)

那年仲夏 提交于 2019-12-03 06:38:55
问题 Recently I started developing magento 2 projects. First I tried on Windows with xampp and it was a mess... every refresh page was a nightmare, about 30-40sec to load the page. I read about it, that Windows system files is so slow working with magento because the large structure it has, and the article almmost was forcing you to use linux for developing on magento projects. The problem is I need Windows for another company apps that only works on Windows, I tried to install a virtual machine

Blank admin page after installing Magento 2.3 on Windows 10

为君一笑 提交于 2019-12-03 03:41:58
I am installing Magento 2.3 locally on Windows 10 with xampp. I downloaded the archive from Github, unzipped to c:\xampp\htdocs\magento2 , and ran the installer from localhost/magento2/setup in my browser. The installer finished with no errors, however when I go to the admin page, I get a blank page with a grayish background. When I go to localhost/magento2 , I get this When I look in magento2/var/log/system.log , there are some errors that say stuff like the following (each of these errors is repeated several times for a list of different file names) main.ERROR: A symlink for "C:/xampp/htdocs

A faster route to deploying static content in Magento 2? Dev to Live etc?

ぃ、小莉子 提交于 2019-12-03 02:46:17
问题 This is my environment. Please note this is also set in the relevant development modes and production modes. Dev: https://ar.dev.loc/ https://en.dev.loc/ Live: https://ar.site.com/ https://en.site.com/ I am using a multi store setup with Arabic and English and everything is working well including building modules and template building. However, if I make a change to any less file or JS file (despite using grunt less or grunt watch) I have to run the following commands on my development

A faster route to deploying static content in Magento 2? Dev to Live etc?

自作多情 提交于 2019-12-02 16:38:30
This is my environment. Please note this is also set in the relevant development modes and production modes. Dev: https://ar.dev.loc/ https://en.dev.loc/ Live: https://ar.site.com/ https://en.site.com/ I am using a multi store setup with Arabic and English and everything is working well including building modules and template building. However, if I make a change to any less file or JS file (despite using grunt less or grunt watch) I have to run the following commands on my development environment everything single time to see them on my local machine. $ rm -rf var/cache var/page_cache var

How to add/Insert Extension in magento 2.0?

时间秒杀一切 提交于 2019-12-01 10:52:27
I tried to add the external magento-2 extension but I can't add it because I can't find magento-connect in admin side. I think the admin panel doesn't have magento-connect. Do you have any idea about this to share, or a good tutorial that could help? CedCommerce Installing Magento 2 extension is an easy task .. you just need to extract your extension zip file and place the folder inside your Magento 2 app/code directory so that the structure should be like app/code/namespace/module-name then you have to run some commands for registering your Magento 2 extension open terminal inside your

How to add/Insert Extension in magento 2.0?

江枫思渺然 提交于 2019-12-01 08:50:20
问题 I tried to add the external magento-2 extension but I can't add it because I can't find magento-connect in admin side. I think the admin panel doesn't have magento-connect. Do you have any idea about this to share, or a good tutorial that could help? 回答1: Installing Magento 2 extension is an easy task .. you just need to extract your extension zip file and place the folder inside your Magento 2 app/code directory so that the structure should be like app/code/namespace/module-name then you

Installing magento 2 does not deploy the /pub/static/frontend and backend

為{幸葍}努か 提交于 2019-12-01 03:08:00
I'm having this weird error and I did not suceed to find the origin. First of all I would like to say that I succeeded to perform some installation of Magento 2 on a windows os with a xampp server before. I'm now trying to install a magento instance on Windows Server with IIS Basically after configuring composer etc.. the installations runs well. No error mentioned during the installation process etc.. However at the end when I try to access at the backend or the front store it display the page but no css or images files are loaded. When I looked in the missing ressources, basically I have 404

Installing magento 2 does not deploy the /pub/static/frontend and backend

浪尽此生 提交于 2019-12-01 00:00:55
问题 I'm having this weird error and I did not suceed to find the origin. First of all I would like to say that I succeeded to perform some installation of Magento 2 on a windows os with a xampp server before. I'm now trying to install a magento instance on Windows Server with IIS Basically after configuring composer etc.. the installations runs well. No error mentioned during the installation process etc.. However at the end when I try to access at the backend or the front store it display the

How to install/enable intl and xsl extensions after installing PHP 7

99封情书 提交于 2019-11-30 08:05:53
I installed php7/apache2.4/mysql5.6 via this script , but it turns out that the extensions xsl and intl are missing (need them to run Magento2). I'm using Ubuntu 14.04. If it is for dev purposes only, the easiest way would be use a PPA like ppa:ondrej/php-7.0 and then apt-get install php7.0-intl and apt-get install php7.0-xsl . PPAs should NEVER be used in production. You can run sudo apt-get install php7.0-intl to get it installed. You dont need PPA adding on 16.10 . 1st you need to add ppa repository to server this can be done by : sudo add-apt-repository ppa:ondrej/php when PPA repo

To enable extensions, verify that they are enabled in those .ini files - Vagrant/Ubuntu/Magento 2.0.2

烂漫一生 提交于 2019-11-30 04:50:19
When installing Magento 2.0.2 via composer getting this error: Problem 1 - Installation request for magento/product-enterprise-edition 2.0.2 -> satisfiable by magento/product-enterprise-edition[2.0.2]. - magento/product-enterprise-edition 2.0.2 requires ext-gd * -> the requested PHP extension gd is missing from your system. To enable extensions, verify that they are enabled in those .ini files: - /etc/php5/cli/php.ini - /etc/php5/cli/conf.d/05-opcache.ini - /etc/php5/cli/conf.d/10-pdo.ini - /etc/php5/cli/conf.d/20-curl.ini - /etc/php5/cli/conf.d/20-imap.ini - /etc/php5/cli/conf.d/20-json.ini -