-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "{config.xml,*/config.xml}" pattern cannot be processed in #539
Comments
+1 |
1 similar comment
+1 |
magento-team
added a commit
that referenced
this issue
Jun 6, 2014
* Framework improvements: * Covered the following Magento application components with unit tests: * `SalesRule/Model/Observer` * `SalesRule/Helper/*` * `SalesRule/Model/Plugin/*` * `SalesRule/Model/System/Config*` * `Sales/Model/Config.php` * `Sales/Model/Download.php` * `Sales/Model/Quote.php` * Covered the following Magento lib form elements with unit tests: * `lib/Magento/Framework/Flag.php` * `lib/Magento/Framework/Escaper` * `lib/Magento/Framework/Event` * `lib/Magento/Framework/Logger` * `lib/Magento/Framework/Util` * `lib/Magento/Framework/Registry.php` * `lib/Magento/Framework/Backup/Media` * `lib/Magento/Framework/Backup/NoMedia` * `lib/Magento/Framework/Archive` * `lib/Magento/Framework/Translate.php` * Created Service API for Magento_Catalog module: * AttributeSet service * AttributeSetGroup service * ProductLinks service * ProductType service * Payments Improvements: * Resolved a performance issue with Merchant Country selector under Payment Methods settings * Removed the PayPal Payments Pro Payflow Edition payment solution * Removed the Saved Credit Card payment method * Added the following functional tests: * Delete Admin User * Delete Backend Customer * Delete Product UrlRewrite * Downloadable Product Creation * Update Simple Product * Update Tax Rule * Update Tax Rate * Suggest Searching Result * Fixed bugs: * Fixed an issue where the Create Order page title was not correct when scrolling down was performed * Fixed the concurrent test running in MTF * Fixed an issue where product custom options were merged incorrectly * Fixed an issue where customer group discount was not applied for bundle products * Fixed an issue where it was impossible to create a refund for the PayPal Exprecch Checkout Payflow Edition if captured from the PayPal admin * Fixed an issue where adding customer review caused an error in system.log * Fixed an issue where the Manage Stock option was automatically reset to No after changing the Stock Availability option * Fixed an issue where the recurring profile attributes where displayed for a product when they were not included in the product attribute set. * Fixed an issue where a fatal error appeared in some cases on attempt to add a product to cart when FPT was enabled * Fixed an issue where back in stock product alert emails showed HTML markup * Fixed an issue where the Refresh Statistics link on the Sales Report page redirected to the frontend after setting Add Store Code to Urls to Yes * Fixed an issue where the selected bundle options price was included to the price displayed in the MAP popup * Fixed an issue where the wrong allowed countries list was used in Checkout * Fixed an issue where configurable products with out of stock associated simple products were displayed in layered navigation * Fixed an issue where configurable products lost options after being duplicated using the Save and Duplicate button * Fixed issues with simple product custom options where it was impossible to import them from a product page and they were not duplicated correctly using the Save and Duplicate button * Fixed an issue where it was impossible to create a customer on the backend in a single store mode * Fixed an issue where reviews created on the backend appeared with the Guest status * Fixed an issue where it was impossible to add an image for a configurable product variation during editing * Processed GitHub requests: * [#539] (#539) The "{config.xml,*/config.xml}" pattern cannot be processed * [#564] (#564) Catalog product images - Do not removing from file system * [#256] (#256) Unused file app\code\core\Mage\Backend\view\adminhtml\store\switcher\enhanced.phtml * [#561] (#561) Bugfix Magento\Framework\DB\Adapter\Pdo\Mysql::getForeignKeys() * [#576] (#576) Change Request for InvokerDefault::_callObserverMethod()
@garyx7de, the team has fixed the issue that you reported. The fix has just been deployed in version dev81. Thank you for helping us make Magento better! |
mmansoor-magento
pushed a commit
that referenced
this issue
Oct 27, 2016
[Dragons] Bug fixes for 2.2
magento-engcom-team
added a commit
that referenced
this issue
Mar 27, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Mar 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem occurs on the first call. The installation is not possible.
Reproduce:
Software:
Error:
The "{config.xml,/config.xml}" pattern cannot be processed in "/VOL/dev02.nas.se-medien.de/htdocs/app/etc/" path Warning!Invalid argument supplied for foreach()
#0 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/Filesystem/Directory/Read.php(166): Magento\Filesystem\Driver\File->search('{config.xml,/c...', '/var/customers/...')
#1 /VOL/dev02.nas.se-medien.de/htdocs/app/code/Magento/Core/Model/Config/FileResolver.php(69): Magento\Filesystem\Directory\Read->search('{config.xml,*/c...')
#2 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/App/Config/Initial/Reader.php(106): Magento\Core\Model\Config\FileResolver->get('config.xml', 'primary')
#3 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/App/Config/Initial.php(57): Magento\App\Config\Initial\Reader->read()
#4 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(155): Magento\App\Config\Initial->__construct(Object(Magento\App\Config\Initial\Reader), Object(Magento\App\Cache\Type\Config))
#5 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/ObjectManager.php(87): Magento\ObjectManager\Factory\Factory->create('Magento\App\Con...')
#6 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Config/Argument/ObjectFactory.php(90): Magento\ObjectManager\ObjectManager->get('Magento\App\Con...')
#7 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(116): Magento\ObjectManager\Config\Argument\ObjectFactory->create('Magento\App\Con...')
#8 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(145): Magento\ObjectManager\Factory\Factory->_resolveArguments('Magento\Core\Mo...', Array, Array)
#9 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/ObjectManager.php(87): Magento\ObjectManager\Factory\Factory->create('Magento\Core\Mo...')
#10 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Config/Argument/ObjectFactory.php(90): Magento\ObjectManager\ObjectManager->get('Magento\Core\Mo...')
#11 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Config/Argument/Interpreter/Object.php(68): Magento\ObjectManager\Config\Argument\ObjectFactory->create('Magento\Core\Mo...', NULL)
#12 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/Data/Argument/Interpreter/Composite.php(80): Magento\ObjectManager\Config\Argument\Interpreter\Object->evaluate(Array)
#13 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(106): Magento\Data\Argument\Interpreter\Composite->evaluate(Array)
#14 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(145): Magento\ObjectManager\Factory\Factory->_resolveArguments('Magento\Core\Mo...', Array, Array)
#15 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/ObjectManager.php(87): Magento\ObjectManager\Factory\Factory->create('Magento\Core\Mo...')
#16 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Config/Argument/ObjectFactory.php(90): Magento\ObjectManager\ObjectManager->get('Magento\App\Con...')
#17 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(116): Magento\ObjectManager\Config\Argument\ObjectFactory->create('Magento\App\Con...')
#18 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(145): Magento\ObjectManager\Factory\Factory->_resolveArguments('Magento\App\Con...', Array, Array)
#19 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/ObjectManager.php(87): Magento\ObjectManager\Factory\Factory->create('Magento\App\Con...')
#20 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Config/Argument/ObjectFactory.php(90): Magento\ObjectManager\ObjectManager->get('Magento\App\Con...')
#21 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(116): Magento\ObjectManager\Config\Argument\ObjectFactory->create('Magento\App\Con...')
#22 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(145): Magento\ObjectManager\Factory\Factory->_resolveArguments('Magento\App\Con...', Array, Array)
#23 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/ObjectManager.php(87): Magento\ObjectManager\Factory\Factory->create('Magento\App\Con...')
#24 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Config/Argument/ObjectFactory.php(90): Magento\ObjectManager\ObjectManager->get('Magento\App\Con...')
#25 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(116): Magento\ObjectManager\Config\Argument\ObjectFactory->create('Magento\App\Con...')
#26 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/Factory/Factory.php(145): Magento\ObjectManager\Factory\Factory->_resolveArguments('Magento\App\Fil...', Array, Array)
#27 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/ObjectManager/ObjectManager.php(87): Magento\ObjectManager\Factory\Factory->create('Magento\App\Fil...')
#28 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/App/ObjectManagerFactory.php(194): Magento\ObjectManager\ObjectManager->get('Magento\App\Fil...')
#29 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/App/ObjectManagerFactory.php(131): Magento\App\ObjectManagerFactory->configureDirectories(Object(Magento\ObjectManager\ObjectManager))
#30 /VOL/dev02.nas.se-medien.de/htdocs/lib/Magento/App/EntryPoint/EntryPoint.php(78): Magento\App\ObjectManagerFactory->create('/var/customers/...', Array)
#31 /VOL/dev02.nas.se-medien.de/htdocs/index.php(37): Magento\App\EntryPoint\EntryPoint->run('Magento\App\Htt...')
#32 {main}
The text was updated successfully, but these errors were encountered: