Blocks in oxid v4.5.x not functioning

Hi there,

I have this strange Problem and can’t seem to find any solution for it… I have written a module on Oxid v4.6.x basis and I am trying to make it compatible with Oxid v4.5.x, but for some reason the blocks won’t appear when I import the blocks from my v4.6 shop… The module is functioning correctly everything works just fine, it even reads the moduele language file and so on, [B]but just[/B] not the blocks they won’t appear.

INSERT INTO `oxtplblocks` (`OXID`, `OXACTIVE`, `OXSHOPID`, `OXTEMPLATE`, `OXBLOCKNAME`, `OXPOS`, `OXFILE`, `OXMODULE`) VALUES
('fkg587121d1d47be0bda2253922d4e26', 1, 'oxbaseshop', 'layout/base.tpl', 'base_js', 1, 'xmodule_js', 'xmodule'),
('fkg1172f5c45aacbdfacb077863f7e9c', 1, 'oxbaseshop', 'layout/base.tpl', 'base_js', 1, 'xmodule_html', 'xmodule'),
('fkge433390e3a250448330d64cb8f3b2', 1, 'oxbaseshop', 'layout/base.tpl', 'head_css', 1, 'xmodule_css', 'xmodule');

this is my module tree


root
----modules
------|-----xmodule
------------|---core
------------|---out
------------------|------blocks
---------------------------|-----xmodule_css.tpl
---------------------------|-----xmodule_html.tpl
---------------------------|-----xmodule_js.tpl
------------|---src
------------|---lang
------------|---admin
------------|---core

the names and all are correct I double checked them multiple times… and it functions correctly with v4.6

any help is appreciated… thanks!

ok nevermind this thread I fixed it --
the problem was a typo -
-