Open Anjii-sharma opened 6 years ago
Please provide more detailed steps to reproduce.Try to reproduce this issue on a clean installation without any other custom modules. Screenshots would be fine too.
i have disable all other custom modules and reinstall the module again but still the same problem exists.everything is working except the job manager link under aragorn...when i clicked on it then it gives me an error.please find the attachments for more detail.
In
Aragorn/JobManager/etc/adminhtml/system.xml
try replacing all
<resource>Aragorn_JobManager::settings</resource>
with
<resource>Aragorn_JobManager::config_settings</resource>
and then
php bin/magento setup:upgrade
( Hadn't tested it though. )
@Anjii-sharma let me know if it worked.
i have replaced the
with
and then php bin/magento setup:upgrade
but still the same issue exists.
Unfortunately, couldn't reproduce this issue.
@Anjii-sharma hey could you please post log of that record number 2098313612. For that go to magento root-directory/var/record
and search for that number.
I have also facing same error The requested component ("settings") is not found. Before using, you must add the implementation. please help me what shold i do to remove this error
Could you please post the screenshot or complete log of that error ? having hard time to reproduce the issue
this the error log please help me its a very urgent for me a:4:{i:0;s:97:"The requested component ("settings") is not found. Before using, you must add the implementation.";i:1;s:7675:"#0 /var/www/html/magento/vendor/magento/module-ui/Model/Manager.php(207): Magento\Framework\View\Element\UiComponent\Config\Provider\Component\Definition->getComponentData('settings')
What magento version are you using ?
magento2.1
seems like issue with Magento 2.1.x. works fine for Magento 2.2.x. If you managed to solve it, please send a PR.
ok but you have not a any solution for this
I also had the same error message when running my module in 2.1.14 but not on 2.2.x. I removed this code from a xml file in the ui_component folder and the error when away:
<settings>
<sticky>true</sticky>
</settings>
If you still want your column headers sticky use this code: *haven't tested this on 2.2.x
<listingToolbar name="listing_top">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="sticky" xsi:type="boolean">true</item>
</item>
</argument>
I have same problem so how to solve it? anyone can help me?
a:4:{i:0;s:97:"The requested component ("settings") is not found. Before using, you must add the implementation.";i:1;s:9730:"#0 C:\xampp\htdocs\ves_office_furniture_magento21_quickstart\vendor\magento\module-ui\Model\Manager.php(207): Magento\Framework\View\Element\UiComponent\Config\Provider\Component\Definition->getComponentData('settings')
I also had the same error message when running my module in 2.1.14 but not on 2.2.x. I removed this code from a xml file in the ui_component folder and the error when away:
<settings> <sticky>true</sticky> </settings>
If you still want your column headers sticky use this code: *haven't tested this on 2.2.x
<listingToolbar name="listing_top"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="sticky" xsi:type="boolean">true</item> </item> </argument>
try this as suggested by @isantosKK
trying to implement this module in magento 2.1.6. it gives the following error when i clicked on job manager under Aragorn in menu. The requested component ("settings") is not found. Before using, you must add the implementation.