Inside admin when i click on system i'm throwing an error on m2 2.2.5

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
1
down vote

favorite












I've tried to change the ID name but it did not work.



1 exception(s):
Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists

Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists
#0 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(93): MagentoFrameworkDataForm->checkElementId('system_cron_tem...')
#1 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/AbstractForm.php(157): MagentoFrameworkDataFormElementAbstractElement->addElement(Object(MagentoFrameworkDataFormElementSelect), false)
#2 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/Fieldset.php(212): MagentoFrameworkDataFormAbstractForm->addField('system_cron_tem...', 'select', Array, false)
#3 /chroot/home/this/my.com/html/vendor/magento/module-config/Block/System/Config/Form.php(392): MagentoFrameworkDataFormElementFieldset->addField('system_cron_tem...', 'select', Array)


I tried changing the ID here: vendor/magento/module-cron/etc/adminhtml/system.xml



didn't work.



Can anyone help me here.










share|improve this question





























    up vote
    1
    down vote

    favorite












    I've tried to change the ID name but it did not work.



    1 exception(s):
    Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists

    Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists
    #0 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(93): MagentoFrameworkDataForm->checkElementId('system_cron_tem...')
    #1 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/AbstractForm.php(157): MagentoFrameworkDataFormElementAbstractElement->addElement(Object(MagentoFrameworkDataFormElementSelect), false)
    #2 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/Fieldset.php(212): MagentoFrameworkDataFormAbstractForm->addField('system_cron_tem...', 'select', Array, false)
    #3 /chroot/home/this/my.com/html/vendor/magento/module-config/Block/System/Config/Form.php(392): MagentoFrameworkDataFormElementFieldset->addField('system_cron_tem...', 'select', Array)


    I tried changing the ID here: vendor/magento/module-cron/etc/adminhtml/system.xml



    didn't work.



    Can anyone help me here.










    share|improve this question

























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I've tried to change the ID name but it did not work.



      1 exception(s):
      Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists

      Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists
      #0 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(93): MagentoFrameworkDataForm->checkElementId('system_cron_tem...')
      #1 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/AbstractForm.php(157): MagentoFrameworkDataFormElementAbstractElement->addElement(Object(MagentoFrameworkDataFormElementSelect), false)
      #2 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/Fieldset.php(212): MagentoFrameworkDataFormAbstractForm->addField('system_cron_tem...', 'select', Array, false)
      #3 /chroot/home/this/my.com/html/vendor/magento/module-config/Block/System/Config/Form.php(392): MagentoFrameworkDataFormElementFieldset->addField('system_cron_tem...', 'select', Array)


      I tried changing the ID here: vendor/magento/module-cron/etc/adminhtml/system.xml



      didn't work.



      Can anyone help me here.










      share|improve this question















      I've tried to change the ID name but it did not work.



      1 exception(s):
      Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists

      Exception #0 (InvalidArgumentException): Element with id "system_cron_template_use_separate_process" already exists
      #0 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(93): MagentoFrameworkDataForm->checkElementId('system_cron_tem...')
      #1 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/AbstractForm.php(157): MagentoFrameworkDataFormElementAbstractElement->addElement(Object(MagentoFrameworkDataFormElementSelect), false)
      #2 /chroot/home/this/my.com/html/vendor/magento/framework/Data/Form/Element/Fieldset.php(212): MagentoFrameworkDataFormAbstractForm->addField('system_cron_tem...', 'select', Array, false)
      #3 /chroot/home/this/my.com/html/vendor/magento/module-config/Block/System/Config/Form.php(392): MagentoFrameworkDataFormElementFieldset->addField('system_cron_tem...', 'select', Array)


      I tried changing the ID here: vendor/magento/module-cron/etc/adminhtml/system.xml



      didn't work.



      Can anyone help me here.







      module cron system-config group






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 hour ago









      Shashank Kumrawat

      8051238




      8051238










      asked 4 hours ago









      getData

      378




      378




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          first run command grep -ir "system_cron_template_use_separate_process" app/ to find out the duplicate element id



          Second, then change it and then run command -



          rm -rf var/cache* generated/*



          then check again.






          share|improve this answer




















          • The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
            – getData
            1 hour ago










          • ok so you are getting this error when you go to system > configuration. correct ?
            – Shashank Kumrawat
            1 hour ago










          • also please mention which magento version are you using ?
            – Shashank Kumrawat
            1 hour ago










          • Correct, inside admin when I click on Configuration > Advanced > System
            – getData
            1 hour ago










          • 2.2.5 is the version i'm running.
            – getData
            1 hour ago










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f247061%2finside-admin-when-i-click-on-system-im-throwing-an-error-on-m2-2-2-5%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote













          first run command grep -ir "system_cron_template_use_separate_process" app/ to find out the duplicate element id



          Second, then change it and then run command -



          rm -rf var/cache* generated/*



          then check again.






          share|improve this answer




















          • The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
            – getData
            1 hour ago










          • ok so you are getting this error when you go to system > configuration. correct ?
            – Shashank Kumrawat
            1 hour ago










          • also please mention which magento version are you using ?
            – Shashank Kumrawat
            1 hour ago










          • Correct, inside admin when I click on Configuration > Advanced > System
            – getData
            1 hour ago










          • 2.2.5 is the version i'm running.
            – getData
            1 hour ago














          up vote
          2
          down vote













          first run command grep -ir "system_cron_template_use_separate_process" app/ to find out the duplicate element id



          Second, then change it and then run command -



          rm -rf var/cache* generated/*



          then check again.






          share|improve this answer




















          • The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
            – getData
            1 hour ago










          • ok so you are getting this error when you go to system > configuration. correct ?
            – Shashank Kumrawat
            1 hour ago










          • also please mention which magento version are you using ?
            – Shashank Kumrawat
            1 hour ago










          • Correct, inside admin when I click on Configuration > Advanced > System
            – getData
            1 hour ago










          • 2.2.5 is the version i'm running.
            – getData
            1 hour ago












          up vote
          2
          down vote










          up vote
          2
          down vote









          first run command grep -ir "system_cron_template_use_separate_process" app/ to find out the duplicate element id



          Second, then change it and then run command -



          rm -rf var/cache* generated/*



          then check again.






          share|improve this answer












          first run command grep -ir "system_cron_template_use_separate_process" app/ to find out the duplicate element id



          Second, then change it and then run command -



          rm -rf var/cache* generated/*



          then check again.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 hours ago









          Shashank Kumrawat

          8051238




          8051238











          • The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
            – getData
            1 hour ago










          • ok so you are getting this error when you go to system > configuration. correct ?
            – Shashank Kumrawat
            1 hour ago










          • also please mention which magento version are you using ?
            – Shashank Kumrawat
            1 hour ago










          • Correct, inside admin when I click on Configuration > Advanced > System
            – getData
            1 hour ago










          • 2.2.5 is the version i'm running.
            – getData
            1 hour ago
















          • The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
            – getData
            1 hour ago










          • ok so you are getting this error when you go to system > configuration. correct ?
            – Shashank Kumrawat
            1 hour ago










          • also please mention which magento version are you using ?
            – Shashank Kumrawat
            1 hour ago










          • Correct, inside admin when I click on Configuration > Advanced > System
            – getData
            1 hour ago










          • 2.2.5 is the version i'm running.
            – getData
            1 hour ago















          The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
          – getData
          1 hour ago




          The first command grep -ir "system_cron_template_use_separate_process" app/ didn't return anything. @Shashank
          – getData
          1 hour ago












          ok so you are getting this error when you go to system > configuration. correct ?
          – Shashank Kumrawat
          1 hour ago




          ok so you are getting this error when you go to system > configuration. correct ?
          – Shashank Kumrawat
          1 hour ago












          also please mention which magento version are you using ?
          – Shashank Kumrawat
          1 hour ago




          also please mention which magento version are you using ?
          – Shashank Kumrawat
          1 hour ago












          Correct, inside admin when I click on Configuration > Advanced > System
          – getData
          1 hour ago




          Correct, inside admin when I click on Configuration > Advanced > System
          – getData
          1 hour ago












          2.2.5 is the version i'm running.
          – getData
          1 hour ago




          2.2.5 is the version i'm running.
          – getData
          1 hour ago

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f247061%2finside-admin-when-i-click-on-system-im-throwing-an-error-on-m2-2-2-5%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Long meetings (6-7 hours a day): Being “babysat” by supervisor

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          Confectionery