Strona główna forum Wsparcie Moduły i dodatki Can't retrieve entity config: multigallery/image

Can't retrieve entity config: multigallery/image

Wszystko o modułach i dodatkach dla Magento...


Posty: 7
Gadu-Gadu: 0

Jak to rozwiazać? Straciłem dzisiaj kilka godzin na to.... Mój config.xml

<?xml version="1.0" encoding="UTF-8"?>

<config>
<modules>
<BlueTree_MultiGallery>
<version>1.0.0</version>
</BlueTree_MultiGallery>
</modules>

<global>
<models>
<multigallery>
<class>BlueTree_MultiGallery_Model</class>
<resourceModel>multigallery_mysql4</resourceModel>
</multigallery>

<multigallery_mysql4>
<class>BlueTree_MultiGallery_Model_Mysql4</class>
<entities>
<multigallery>
<table>multigallery</table>
</multigallery>
</entities>
</multigallery_mysql4>

<image>
<class>BlueTree_MultiGallery_Model</class>
<resourceModel>image_mysql4</resourceModel>
</image>

<image_mysql4>
<class>BlueTree_MultiGallery_Model_Mysql4</class>
<entities>
<image>
<table>multigallery_image</table>
</image>
</entities>
</image_mysql4>
</models>

<resources>
<multigallery_setup>
<setup>
<module>BlueTree_MultiGallery</module>
<class>BlueTree_MultiGallery_Model_Resource_Setup</class>
</setup>
<connection>
<use>core_setup</use>
</connection>
</multigallery_setup>
</resources>

<blocks>
<multigallery>
<class>BlueTree_MultiGallery_Block</class>
</multigallery>
</blocks>
<helpers>
<multigallery>
<class>BlueTree_MultiGallery_Helper</class>
</multigallery>
</helpers>
</global>

<admin>
<routers>
<multigallery>
<use>admin</use>
<args>
<module>BlueTree_MultiGallery</module>
<frontName>multigallery</frontName>
</args>
</multigallery>
</routers>
</admin>

<adminhtml>
<translate>
<modules>
<mage_adminhtml>
<files>
<multigallery>BlueTree_MultiGallery.csv</multigallery>
</files>
</mage_adminhtml>
</modules>
</translate>

<acl>
<resources>
<admin>
<children>
<catalog>
<children>
<multigallery>
<title>Multigallery</title>
</multigallery>
</children>
</catalog>
</children>
</admin>
</resources>
</acl>

<layout>
<updates>
<multigallery>
<file>multigallery.xml</file>
</multigallery>
</updates>
</layout>
</adminhtml>
</config>

Can't retrieve entity config: multigallery/image

PostTeraz jest 24 lis 2024, o 13:02
Google

Posty: 427
Lokalizacja: Internet


Posty: 1575
Gadu-Gadu: 0

sam to pisałeś? bo nie wygląda mi to na poprawny plik config.xml
ściągnij jakiś moduł z działu download i porównaj pliki config.xml
hosting-magento.pl / magentohosting.eu - szybki hosting Magento
https://www.mage24.pl/ - twój sklep Magento 2 w 5 minut


Posty: 7
Gadu-Gadu: 0

tak, sam to pisałem i kurka nie widzę tam błędu


Posty: 1575
Gadu-Gadu: 0

popatrz na mój, jak mam zaimplementowane comparers/maps:

<?xml version="1.0"?>
<config>
  <modules>
    <Kkkonrad_Comparers>
      <version>0.5.2</version>
    </Kkkonrad_Comparers>
  </modules>
  <admin>
    <routers>
      <comparers>
        <use>admin</use>
        <args>
          <module>Kkkonrad_Comparers</module>
          <frontName>comparers</frontName>
        </args>
      </comparers>
    </routers>
  </admin>
  <adminhtml>
    <menu>
      <moduly_by_kkkonrad>
        <title>Moduły od kkkonrad-a</title>
        <sort_order>1000</sort_order>
        <children>
          <comparers module="comparers">
            <title>Porównywarki cen</title>
            <children>
              <generate module="comparers">
                <title>Generuj mapy</title>
                <action>comparers/adminhtml_maps</action>
              </generate>
              <config module="comparers">
                <title>Ustawienia</title>
                <action>adminhtml/system_config/edit/section/comparers</action>
              </config>
            </children>
          </comparers>
        </children>
      </moduly_by_kkkonrad>
    </menu>
    <acl>
      <resources>
        <admin>
          <children>
            <moduly_by_kkkonrad translate="title">
              <title>Modyły od kkkonrad-a</title>
              <children>
                <comparers translate="title">
                  <title>Porównywarki cen</title>
                  <children>
                    <generate translate="title">
                      <title>Generuj mapy</title>
                    </generate>
                  </children>
                </comparers>
              </children>
            </moduly_by_kkkonrad>
            <system>
              <children>
                <config>
                  <children>
                    <comparers>
                      <title>Sekcja map porównywarek cen</title>
                    </comparers>
                  </children>
                </config>
              </children>
            </system>
          </children>
        </admin>
      </resources>
    </acl>
  </adminhtml>
  <global>
    <models>
      <comparers>
        <class>Kkkonrad_Comparers_Model</class>
        <resourceModel>comparers_mysql4</resourceModel>
      </comparers>
      <comparers_mysql4>
        <class>Kkkonrad_Comparers_Model_Mysql4</class>
        <entities>
          <maps>
            <table>comparers_maps</table>
          </maps>
        </entities>
      </comparers_mysql4>
    </models>
    <resources>
      <comparers_setup>
        <setup>
          <module>Kkkonrad_Comparers</module>
          <class>Kkkonrad_Comparers_Model_Mysql4_Setup</class>
        </setup>
        <connection>
          <use>core_setup</use>
        </connection>
      </comparers_setup>
      <comparers_write>
        <connection>
          <use>core_write</use>
        </connection>
      </comparers_write>
      <comparers_read>
        <connection>
          <use>core_read</use>
        </connection>
      </comparers_read>
    </resources>
    <blocks>
      <comparers>
        <class>Kkkonrad_Comparers_Block</class>
      </comparers>
    </blocks>
    <helpers>
      <comparers>
        <class>Kkkonrad_Comparers_Helper</class>
      </comparers>
    </helpers>
  </global>
  <default>
    <comparers>
      <installation>
        <installed>nokaut,radar,interia,skapiec,okazje,kangoo</installed>
      </installation>
      <default>
        <hidden>brak ceny</hidden>
      </default>
    </comparers>
  </default>
</config>
hosting-magento.pl / magentohosting.eu - szybki hosting Magento
https://www.mage24.pl/ - twój sklep Magento 2 w 5 minut


Posty: 7
Gadu-Gadu: 0

Ty masz tak:
<models>
<comparers>
<class>Kkkonrad_Comparers_Model</class>
<resourceModel>comparers_mysql4</resourceModel>
</comparers>
<comparers_mysql4>
<class>Kkkonrad_Comparers_Model_Mysql4</class>
<entities>
<maps>
<table>comparers_maps</table>
</maps>
</entities>
</comparers_mysql4>
</models>


ja mam tak:
<models>
<image>
<class>BlueTree_MultiGallery_Model</class>
<resourceModel>image_mysql4</resourceModel>
</image>
<image_mysql4>
<class>BlueTree_MultiGallery_Model_Mysql4</class>
<entities>
<image>
<table>multigallery_image</table>
</image>
</entities>
</image_mysql4>

</models>


może żem ślepy, ale ja tu większej różnicy nie widzę


Posty: 1575
Gadu-Gadu: 0

no tak to masz chyba image/image :) a nie multigallery/image
hosting-magento.pl / magentohosting.eu - szybki hosting Magento
https://www.mage24.pl/ - twój sklep Magento 2 w 5 minut


Posty: 7
Gadu-Gadu: 0

no fakt
to teraz muszę wpaść na to jak zrobić, aby było po mojemu (multigallery/image)


Posty: 1575
Gadu-Gadu: 0

analogicznie do mojego tylko zamiast comparers dajesz multigallery a zamiast maps to image
hosting-magento.pl / magentohosting.eu - szybki hosting Magento
https://www.mage24.pl/ - twój sklep Magento 2 w 5 minut


Powrót do Moduły i dodatki