You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php bin/magento setup:static-content:deploy gives the understage result
Compilation from source: /var/www/html/vendor/magento/theme-frontend-blank/web/css/styles-m.less
variable @autocomplete-item__border is undefined in file /var/www/html/var/view_preprocessed/pub/static/frontend/Solwin/shoptica/en_US/Smile_ElasticsuiteCore/css/source/_module.less in _module.less on line 32, column 38
30| border-bottom: 0;
31| }
32| .lib-css(border-top, @autocomplete-item__border);
33| cursor: default;
34| margin: 0;
35| padding: @indent__xs @indent__xl @indent__xs @indent__s;
[Magento\Framework\Exception\FileSystemException]
Cannot read contents from file "/var/www/html/pub/static/frontend/Solwin/shoptica/en_US/css/styles-m.css" Warning!file_get_contents(/var/www/html/pub/stati
c/frontend/Solwin/shoptica/en_US/css/styles-m.css): failed to open stream: No such file or directory
this has to do with our template, the developer of the template indicates that it is a problem ElasticSuite problem.
This is his anwser:
(The issue is in your custom module Smile_ElasticsuiteCore which you have installed from the GIT.
Preconditions
Magento Version : 2.2.6
ElasticSuite Version : ElasticSuite 2.6.x
Environment : Ubuntu 16.04.3 LTS
php bin/magento setup:static-content:deploy gives the understage result
Compilation from source: /var/www/html/vendor/magento/theme-frontend-blank/web/css/styles-m.less
variable @autocomplete-item__border is undefined in file /var/www/html/var/view_preprocessed/pub/static/frontend/Solwin/shoptica/en_US/Smile_ElasticsuiteCore/css/source/_module.less in _module.less on line 32, column 38
30| border-bottom: 0;
31| }
32| .lib-css(border-top, @autocomplete-item__border);
33| cursor: default;
34| margin: 0;
35| padding: @indent__xs @indent__xl @indent__xs @indent__s;
[Magento\Framework\Exception\FileSystemException]
Cannot read contents from file "/var/www/html/pub/static/frontend/Solwin/shoptica/en_US/css/styles-m.css" Warning!file_get_contents(/var/www/html/pub/stati
c/frontend/Solwin/shoptica/en_US/css/styles-m.css): failed to open stream: No such file or directory
this has to do with our template, the developer of the template indicates that it is a problem ElasticSuite problem.
This is his anwser:
(The issue is in your custom module Smile_ElasticsuiteCore which you have installed from the GIT.
This is not Shoptica theme related issue.
I have found the line in which this issue occurs.
elasticsuite/src/module-elasticsuite-core/view/frontend/web/css/source/_module.less
Line 32 in e6d5af5
You should contact to the Smile support person. Because they have developed it and they know it better.
)
The text was updated successfully, but these errors were encountered: