magento2

Blank admin page after installing Magento 2.3 on Windows 10

做~自己de王妃 提交于 2019-12-20 14:45:52
问题 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

Blank admin page on Magento 2.3.0 CE in localhost

点点圈 提交于 2019-12-18 04:50:15
问题 I have installed Magento 2.3 on my local-machine, installation goes fine. I can access my store at localhost/magento . I tried to access my admin page localhost/magento/admin_pogi but it gives me a blank page and redirected to the url http://localhost/magento/admin_pogi/admin/index/index/key/a062e79f617010c42b07d662103d5142cd9bbe86314fb54da3e4cb5542b11eee/ . What I have tried so far is to enable development mode, and I see this error on my admin page: 1 exception(s): Exception #0 (Magento

Uncaught SyntaxError: Unexpected token u in JSON at position 0

萝らか妹 提交于 2019-12-17 18:46:26
问题 Only at the checkout and on individual product pages I am getting the following error in the console log: VM35594:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse (<anonymous>) at run (layout.min.js:9) at app.min.js:1 at main.min.js:2 at Object.execCb (require.min.js:112) at Module.check (require.min.js:56) at Module.<anonymous> (require.min.js:72) at require.min.js:11 at require.min.js:74 at each (require.min.js:3) I am using a one page checkout extension, but

Magento2 :Configurable product: Get swatch attributes in list.phtml takes too much time

邮差的信 提交于 2019-12-14 03:08:55
问题 Preconditions Magento CE 2.2.0 PHP 7.0.23-1 Database migrated from 1.9.2 to 2.2.0 Checked with different instances and various versions. Configured highest possible server configuration. -We have one 'classicrings' category, there are only 12 configurable products. Each configurable product containing minimum 1100 simple products, some of them have more than 1500 simple products and total more than 13k products (including with configurable and simple variations) under one 'classicrings'

Changes to CSS and JavaScript applies only after deploying static content

时光怂恿深爱的人放手 提交于 2019-12-13 18:38:54
问题 I installed Magento 2 from the Magento site. I have activated the developer mode by {project directory}>php bin/magento setup:mode:set developer Then I have installed my custom theme and finally I deployed my static content by {project directory}>php bin/magento setup:static-content:deploy My problem is I have to delete pub/static directory and deploy static content every time to apply the css and javacript changes. The static content deploy process is slow and taking so much time that it is

Simple style change does not apply

孤街醉人 提交于 2019-12-13 01:28:54
问题 I've followed the first part of this guide by: Creating and applying my own theme. Using the web/css/source/_extend.less that's on the guide. Deleting the mentioned directories. Refreshing the page. But the button style did not change. What am I missing? 回答1: Login to admin, go to System -> Cache Management in the bottom of the page you could see the three flush cache button option. click the JS/css and static flush cache button then clear the cache of your browser also. load the page it will

Css not working after installation in Magento 2

偶尔善良 提交于 2019-12-12 18:35:04
问题 I have Installed Magento 2. Everything completed successfully but css is not loading. I tried these commands php bin/magento cache:flush php bin/magento indexer:reindex php bin/magento setup:static-content:deploy Please help me 回答1: You should Provide Some permissions run this command sudo find . -type d -exec chmod -R 777 {} \; && sudo find . -type f -exec chmod -R 777 {} \; && sudo chmod u+x bin/magento 回答2: Please, before doing anything go to magento2 basedir and do: nano vendor/magento

Magento 2--the requested component (“0”) is not found. Before using, you must add the implementation

大兔子大兔子 提交于 2019-12-12 17:12:29
问题 hi Magento expert friends, recently I have migrated magento 1 to Magento-2 2.1.0 version. with 9000 products and 20000 orders. I Migrated with Magento migration tool. everything is fine so far except, "the requested component ("0") is not found. Before using, you must add the implementation." error. when i try to open a product in admin, it shows this error. can you please help me to solve it ? Thanks a lot to all Magento experts 回答1: Check eav_attribute database column and make sure you have

Fotorama vertical thumbnails with margin glitch (Magento 2)

烈酒焚心 提交于 2019-12-12 04:37:39
问题 I got a little problem using Fotorama Library included in Magento 2 Blank default theme, first I will tell you some settings that I added to make my gallery. my thumbnails are set to be shown in the vertical position in magento 2 using the setting " navdir " that can be found in app/design/frontent/<-vendor->/<-theme->/etc/view.xml The problem is that I wanted to add margins around theses thumbnail so using fotorama official documentation that can be found here : http://fotorama.io/customize

Magento 2.0.2 installation on shared server - Stuck at 66%

久未见 提交于 2019-12-12 03:54:38
问题 I've been having a nightmare with Magento 2 installation on shared server. The thing is that I don't have problems with shared server. I can get as much resources and config as Magento needs. But it gets stuck on 66% and this is Console log: Module 'Magento_Directory': Installing data.. [ERROR] exception 'Exception' with message 'Warning: Error while sending QUERY packet. PID=47710 in /home/gottstor/public_html/store/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php on line 228'