Showing ideas with status Investigating.
Show all ideas
Status:
Investigating
Submitted on
09-15-2016
09:12 AM
Submitted by
apiuser
on
09-15-2016
09:12 AM
Feature request from ezequielalba, posted on GitHub Jan 19, 2016
I'm getting this issue after run grunt exec:<theme> , this shows up:
Processed Area: frontend, Locale: en_US, Theme: Ids/prueba, File type: less.
>> [Magento\Framework\Exception\FileSystemException]
>> Cannot create a symlink for "/usr/local/devs/magento2/htdocs/vendor/magento/theme-frontend-blank/web/css/source/_reset.less" and place it to "/usr/local/devs/magento2/htdocs/pub/static/frontend/Ids/prueba/en_US/css/source/_reset.less" Warning!file_get_contents(/usr/local/devs/magento2/htdocs/var/cache//mage-tags/mage---e39_INTERCEPTION): failed to open stream: No such file or directory
>> dev:source-theme:deploy [--type="..."] [--locale="..."] [--area="..."] [--theme="..."] [file1] ... [fileN]
>> Exited with code: 1.
Warning: Task "exec:prueba" failed. Use --force to continue.
And after i run grunt refresh , shows the same after it cleans all the paths.
Now, running the command for the bin/magento dev:source-theme:deploy got this:
Processed Area: frontend, Locale: en_US, Theme: Magento/luma, File type: less.
[Magento\Framework\Exception\FileSystemException]
Cannot create a symlink for "/usr/local/devs/magento2/htdocs/vendor/magento/theme-frontend-blank/web/css/source/_reset.less" and place it to "/usr/local/devs/mage
nto2/htdocs/pub/static/frontend/Magento/luma/en_US/css/source/_reset.less"
dev:source-theme:deploy [--type="..."] [--locale="..."] [--area="..."] [--theme="..."] [file1] ... [fileN]
I was triyng to fix this by following a lot of instructions on other issues already, nothing worked.
Any ideas why this might be happening?
I have a VM configured running of Ubuntu 14.04.3 LTS , and have node 5.4.1 with npm 3.3.12
Update of the issue: If a run the bin/magento static:deploy and after that i run grunt less:theme it gives no errors, but when watching isnt detecting the changes in the .less files of the theme.
... View more
Status:
Investigating
Submitted on
09-15-2016
09:11 AM
Submitted by
apiuser
on
09-15-2016
09:11 AM
Feature request from Ctucker9233, posted on GitHub May 23, 2016
Steps to reproduce
Fresh install of Magento 2 from CPanel
Create 2nd root category with subcategories
Create 2nd website, store and store view
Note: At this point I could visit my base url and see no categories (I didn't add and categories to the default root category) then go to my new url which didn't have styles applied to it and see my categories and subcategories.
Apply magento blank theme to new store view
Expected result
New url has selected theme applied and catalog navigation shows categories with subcategories
Actual result
New url shows the default theme (luma) and catalog navigation does not appear (remember, no subcategories in the default root category)
... View more
Status:
Investigating
Submitted on
09-15-2016
09:11 AM
Submitted by
apiuser
on
09-15-2016
09:11 AM
Feature request from adragus-inviqa, posted on GitHub Jul 17, 2016
php bin/magento
Magento CLI version 2.1.0
On previous versions, we've been told to use setup:di:compile-multi-tenant instead of setup:di:compile . K. Now we're told to get back to using setup:di:compile . Ugh, fine.
But whilst you were fixing (?) setup:di:compile , we've gotten accustomed to setup:di:compile-multi-tenant 's various and useful CLI options, which - yep - setup:di:compile does not have. And now that setup:di:compile-multi-tenant is gone, we're left with no.. option:
php bin/magento help setup:di:compile
Usage:
setup:di:compile
Options:
--help (-h) Display this help message
--quiet (-q) Do not output any message
--verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version (-V) Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
--no-interaction (-n) Do not ask any interactive question
One of the more useful options which is now kaput was --exclude-pattern . That allowed us to omit certain files which we didn't want compiled, ofc. But now we're stuck with whatever you thought it was good for your scenarios.
Can we get setup:di:compile to be as flexible as multi-tenant was? If not the same, at least allow us to inject our own exclude patterns.
PS: I hope I won't be asked "Can you give me an example of a scenario in which you need to exclude something?". Just trust me on this one, mkay?
... View more
Status:
Investigating
Submitted on
09-15-2016
09:10 AM
Submitted by
apiuser
on
09-15-2016
09:10 AM
Feature request from azeemism, posted on GitHub Sep 02, 2016
Running php bin/magento setup:backup --code --media --db as www-data creates a *_db.sql file instead of a *_db.gz file as indicated in http://devdocs.magento.com/guides/v2.1/install-gde/install/cli/install-cli-backup.html . The backup was run while in developer mode. I have not tested under production mode, but I expect the same result.
Obviously as the database sizes grows this will become a major space concern. The Restore/Rollback seems to work, but there is another major issue refer to #6460 .
Preconditions:
Magento 2.1.1 CE (Composer install)
php bin/magento deploy:mode:set developer
Mariadb
root@skynet:/# dpkg -l | grep mariadb
ii libmariadbclient18 10.1.16+maria-1~jessie amd64 MariaDB database client library
ii mariadb-client 10.1.16+maria-1~jessie all MariaDB database client (metapackage depending on the latest version)
ii mariadb-client-10.1 10.1.16+maria-1~jessie amd64 MariaDB database client binaries
ii mariadb-client-core-10.1 10.1.16+maria-1~jessie amd64 MariaDB database core client binaries
ii mariadb-common 10.1.16+maria-1~jessie all MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
ii mariadb-server 10.1.16+maria-1~jessie all MariaDB database server (metapackage depending on the latest version)
ii mariadb-server-10.1 10.1.16+maria-1~jessie amd64 MariaDB database server binaries
ii mariadb-server-core-10.1 10.1.16+maria-1~jessie amd64 MariaDB database core server files
PHP 7.0:
root@skynet:/# dpkg -l | grep php7
ii libapache2-mod-php7.0 7.0.9-1~dotdeb+8.1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php7.0 7.0.9-1~dotdeb+8.1 all server-side, HTML-embedded scripting language (metapackage)
ii php7.0-cli 7.0.9-1~dotdeb+8.1 amd64 command-line interpreter for the PHP scripting language
ii php7.0-common 7.0.9-1~dotdeb+8.1 amd64 documentation, examples and common module for PHP
ii php7.0-curl 7.0.9-1~dotdeb+8.1 amd64 CURL module for PHP
ii php7.0-fpm 7.0.9-1~dotdeb+8.1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
ii php7.0-gd 7.0.9-1~dotdeb+8.1 amd64 GD module for PHP
ii php7.0-igbinary 1.2.1-1~2b7c703-1~dotdeb+8.2 amd64 igbinary serializer for PHP
ii php7.0-imagick 3.4.2-1~dotdeb+8.2 amd64 Provides a wrapper to the ImageMagick library
ii php7.0-intl 7.0.9-1~dotdeb+8.1 amd64 Internationalisation module for PHP
ii php7.0-json 7.0.9-1~dotdeb+8.1 amd64 JSON module for PHP
ii php7.0-mbstring 7.0.9-1~dotdeb+8.1 amd64 MBSTRING module for PHP
ii php7.0-mcrypt 7.0.9-1~dotdeb+8.1 amd64 libmcrypt module for PHP
ii php7.0-mysql 7.0.9-1~dotdeb+8.1 amd64 MySQL module for PHP
ii php7.0-opcache 7.0.9-1~dotdeb+8.1 amd64 Zend OpCache module for PHP
ii php7.0-pspell 7.0.9-1~dotdeb+8.1 amd64 pspell module for PHP
ii php7.0-readline 7.0.9-1~dotdeb+8.1 amd64 readline module for PHP
ii php7.0-redis 3.0.0~rc1-1~dotdeb+8.2 amd64 PHP extension for interfacing with Redis
ii php7.0-soap 7.0.9-1~dotdeb+8.1 amd64 SOAP module for PHP
ii php7.0-xml 7.0.9-1~dotdeb+8.1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii php7.0-xsl 7.0.9-1~dotdeb+8.1 all XSL module for PHP (dummy)
ii php7.0-zip 7.0.9-1~dotdeb+8.1 amd64 Zip module for PHP
Debian
root@skynet:/# cat /proc/version
Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02)
root@skynet:/# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.5 (jessie)
Release: 8.5
Codename: jessie
Steps to reproduce
Install magento 2.1.0 with composer
Upgrade to 2.1.1 (while in developer mode)
"require": {
"magento/product-community-edition": "2.1.1",
"composer/composer": "@beta"
},
"minimum-stability": "stable",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
composer update
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento --ansi setup:static-content:deploy en_CA
www-data@skynet:~/example.com/magento/2.x/2.x$ php bin/magento setup:db:status
All modules are up to date.
www-data@skynet:~/example.com/magento/2.x/2.x$ php bin/magento -V
Magento CLI version 2.1.1
Switch to or stay in developer mode php bin/magento deploy:mode:set developer
Create a backup php bin/magento setup:backup --code --media --db as www-data
NOTE: Steps 1 (install 2.1.0) & 2 (upgrade) may not be required to reproduce the issue, and I also expect the same issue if a backup is run in production mode (but I have not tested with production mode).
Expected results
Database file created with format *_db.gz as indicated in http://devdocs.magento.com/guides/v2.1/install-gde/install/cli/install-cli-backup.html
Actual results
Database file creates with format *_db.sql
Enabling maintenance mode
Code backup is starting...
Code backup filename: 1472779824_filesystem_code.tgz (The archive can be uncompressed with 7-Zip on Windows systems)
Code backup path: /var/www/example.com/magento/2.x/2.x/var/backups/1472779824_filesystem_code.tgz
[SUCCESS]: Code backup completed successfully.
Media backup is starting...
Media backup filename: 1472779824_filesystem_media.tgz (The archive can be uncompressed with 7-Zip on Windows systems)
Media backup path: /var/www/example.com/magento/2.x/2.x/var/backups/1472779824_filesystem_media.tgz
[SUCCESS]: Media backup completed successfully.
DB backup is starting...
DB backup filename: 1472779824_db.sql
DB backup path: /var/www/example.com/magento/2.x/2.x/var/backups/1472779824_db.sql
[SUCCESS]: DB backup completed successfully.
Disabling maintenance mode
www-data@skynet:~/example.com/magento/2.x/2.x$ ls -lht var/backups/
total 43M
-rw-rw-r-- 1 www-data www-data 547K Sep 1 18:31 1472779824_db.sql
-rw-rw-r-- 1 www-data www-data 60K Sep 1 18:31 1472779824_filesystem_media.tgz
-rw-rw-r-- 1 www-data www-data 43M Sep 1 18:31 1472779824_filesystem_code.tgz
3.
I do not see any errors showing up in ${webroot}/var/log/system.log.
Thanks.
... View more
Status:
Investigating
Submitted on
09-15-2016
09:10 AM
Submitted by
apiuser
on
09-15-2016
09:10 AM
Feature request from senthilengg, posted on GitHub Sep 02, 2016
Preconditions
Magento 2.1
PHP 5.6 , Nginx+PHP-Fpm
Steps to reproduce
Create a new User Role.
Content --> Pages should only be allowed.
Assign the role to any user.
Login with the above user credential and make sure you have access to only Pages.
Go to Pages
Click Add New Page --> Click Content --> Click Show Hide Editor ( Press F5 or refresh the page )
Try Insert Widget --> Select Catalog Product List from drop down --> Click the + icon to select products -- > Click list icon
Expected result
Tiny Mce should be viewed.
Product list should show up for selection.
Actual result
Editor not displayed.
Page refreshed.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:12 PM
Submitted by
apiuser
on
08-30-2016
01:12 PM
Feature request from snky1987, posted on GitHub Jan 05, 2015
When I was in a sample category (201) and changed store group in a footer I received 404 error (which is correct).
I think it may be useful to reset view into main view when change store group (unless there is a option to show different products under the same category depends on store group).
It's not a bug but I am 99% sure that it will come back as an issue to any agency that set up Magento multi-store.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:12 PM
Submitted by
apiuser
on
08-30-2016
01:12 PM
Feature request from navarr, posted on GitHub Feb 05, 2015
Suggested Labels: feature request, up for grabs
Request Autocomplete is a web technology implemented in Chrome that enables very speedy entry of a customers credit card details, addresses, and more.
It is very simple to implement, and would be a general improvement to Magento in all forms.
More information:
HTML5 Rocks page
HTLM5 Rocks Demo Store (check it out!)
Firefox browser implementation bug
Previous Art: Magento1 Extension by the Chromium team
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from seansan, posted on GitHub Mar 17, 2015
When one build up product reviews and a second store is opened. Then the product reviews are not enabled (selected from scope list) in the second store. This can be done manually, review per review.
There should be a method to mass update product reviews to enable them in other store views.
Some more information here
http://magento.stackexchange.com/questions/55716/sql-to-make-product-reviews-available-in-other-store
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from seansan, posted on GitHub Mar 17, 2015
It should ne able to pre-select a layered navigation filter for a category: meaning, that when opening the category page, then a layered navigation filter is already applied
Suppose you sell shoes (configurable product)
and you have a category stating to show all shoes in size 10
you would then create a normal shoe category (select all shoe products)
then selected the (new setting) for a layered navigation pre-select filter for size 10
this way only shoes available in size 10 are shown
http://magento.stackexchange.com/questions/55191/magento-set-selected-filter-in-layered-navigation
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from fooman, posted on GitHub May 07, 2015
Custom Totals are a great feature of Magento. I do believe we can improve their implementation and reduce overall complexity by keeping custom totals in separate dedicated database tables similar to how we store line items.
With the current structure to add a new custom total to cover base and order currency plus tax, at my last count, one has to add:
1.) 13 columns to table sales/order
2.) 4 columns to sales/invoice
3.) 4 columns to sales/creditmemo
Not everyone gets this right including for example Enterprise custom totals:
getData('base_' . $code)
vs.
sales/order::gw_card_base_price_invoiced
I believe if we had the following tables
sales/order_totals
sales/order_invoice_totals
sales/order_creditmemo_totals
with the following columns:
total_id
parent_id
code
amount
base_amount
tax_amount
base_tax_amount
calculation_order
and additionally for the sales/order_totals table
description
amount_invoiced
base_amount_invoiced
amount_refunded
base_amount_refunded
tax_amount_invoiced
base_tax_amount_invoiced
tax_amount_refunded
base_tax_amount_refunded
this would help a lot with the aim to
a.) remove duplication of efforts (every custom total shouldn't need to add all these columns)
b.) take away complexity of having to set up the database to reduce chances for errors
Additionally to keep track of tax I think these should be linked through to the same table that we use to keep track of taxed items to allow for multiple taxes on the totals (and be able to reconstruct this later). If we don't link to the tax table we should at least add tax_percentage .
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from chrom, posted on GitHub May 26, 2015
extend global product search through search the pages of the blog (CMS page)
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from seansan, posted on GitHub Jul 25, 2015
Request for ability to add new cart rule action - type cart id
Now it is not possible to give a discount on the FIRST item only
For instance we have a deal: the first T-shirt with 50% off ... (as a try out)
If the cart ID can be used in a rule action then this is possible
Concrete: please add cart id as a new rule type
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from chasteIT, posted on GitHub Sep 03, 2015
Filtering items in grouped product grids using the attributes of their associated simple products could allow users to select options to find their desired simple products similar to configurable product selectors, but it would also allow the store owner to display all of the available simple products initially.
For example, a Grouped Product could contain TVs of brand Samsung, Vizio and LG available in sizes 50, 55 and 60 inches. Upon entering the page, the customer could see the grid of products and their varying brands, sizes and prices. The customer could then select options in a dropdown filter to only show their desired brand and size.
A sorting feature for the initial grid would also be cool.
Edit: I found Magneto extension, Grouped Products Filter, which does this exactly. Here is the demo.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from markoshust, posted on GitHub Sep 10, 2015
The customer id (entity_id) should be included in the customers export for referential checks & database/SQL update capabilities
... View more
Status:
Investigating
Submitted on
08-30-2016
01:11 PM
Submitted by
apiuser
on
08-30-2016
01:11 PM
Feature request from markoshust, posted on GitHub Sep 10, 2015
The customer id should be included in customer addresses export for referential check capabilities
... View more
Status:
Investigating
Submitted on
08-30-2016
01:10 PM
Submitted by
apiuser
on
08-30-2016
01:10 PM
Feature request from CRYX2, posted on GitHub Sep 18, 2015
Hello, i'm currently testing 1.0 beta and I think who all the textarea of block could be improved with a Syntax Highlighter like CodeMirror or Ace Editor.
it would be a big improvement that should not take away too much work.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:10 PM
Submitted by
apiuser
on
08-30-2016
01:10 PM
Feature request from markoshust, posted on GitHub Oct 24, 2015
The ./bin/magento CLI tool contains the command admin:user:create . It would be very helpful to add another command admin:user:update , which would allow the user to update the admin password. This comes up a lot when taking over development for projects from other companies, and/or just needing a quick way to change the admin password to access the site.
The same directives should probably be used from admin:user:create .
... View more
Status:
Investigating
Submitted on
08-30-2016
01:10 PM
Submitted by
apiuser
on
08-30-2016
01:10 PM
Feature request from owenhaynes, posted on GitHub Oct 25, 2015
At the moment the json API is not very compliant to http://jsonapi.org.
This makes life hard when trying to use the magento API with angluarjs modules such as
rectangular, angualr-restmod.
I can imagine this is a lot of work.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:10 PM
Submitted by
apiuser
on
08-30-2016
01:10 PM
Feature request from arunkasyakar, posted on GitHub Nov 24, 2015
There are no rest api's available for wish list, review and rating related tasks.
... View more
Status:
Investigating
Submitted on
08-30-2016
01:03 PM
Submitted by
apiuser
on
08-30-2016
01:03 PM
Feature request from bubach, posted on GitHub Sep 29, 2014
Hi, I'd like to request just generally more settings for how and where images are stored. Possibly even fallback functionality for where to fetch images if not found in main path. One issue I have in particular with the current code base is on this line:
https://github.com/magento/magento2/blob/develop/app/code/Magento/Catalog/Model/Product/Image.php#L501
Where store ID is set as part of the cache path. In some webshops where you have 10+ stores and literally all the images are identical, it's a huge waste to keep duplicates of every thinkable image size. Not to mention the server strain when clearing the image buffer.
... View more