Jump to content

Edit History

DanielaPetkova

DanielaPetkova

Hi all,

I have installed and assigned 3 modules to that hook. I'm seeing in the database all modules are assigned to the hook. The problem is that there is no way i can load the hook in products tab and to show that Modules tab with the options. 

I'm with v.1.7.3.3 , PHP 7.3 .

So far i tested.
 - All cache off. BO , the server everything.

- Disabled all none PS modules and overrides

- Switch PHP versions.

- Different hacks in Hook.php

- Many other things

 In  debug mode i see only 5 hooks loading in Product.
 

Quote

moduleRoutes,   displayBackOfficeHeader, actionAdminControllerSetMedia,  displayAdminNavBarBeforeEnd,  displayAdminAfterHeader

 

Here is the database query what i use for the check and is all good there - it returns that i have modules attached .

SELECT * FROM `ps4e_hook_module` hm INNER join ps4e_hook h on hm.id_hook = h.id_hook WHERE h.name like 'displayAdminProductsExtra';


Here is one of the modules that i use for testing.
 


Any ideas how to continue debugging would be appreciated.

belvg_samplemodule.zip

DanielaPetkova

DanielaPetkova

Hi all,

I have installed and assigned 3 modules to that hook. I'm seeing in the database all modules are assigned to the hook. The problem is that there is no way i can load the hook in products tab and to show that Modules tab with the options. 

I'm on v.1.7.3.3 , PHP 7.3 . Tried so many things and nothing. 

So far i tested.
 - All cache off. BO , the server everything.

- Disabled all none PS modules and overrides

- Switch PHP versions.

- In  debug mode i see only 5 hooks loading for Products
 

Quote

moduleRoutes, displayBackOfficeHeader,actionAdminControllerSetMedia,displayAdminNavBarBeforeEnd,displayAdminAfterHeader

 

Database query is what i use for the check and is all good there.

SELECT * FROM `ps4e_hook_module` hm INNER join ps4e_hook h on hm.id_hook = h.id_hook WHERE h.name like 'displayAdminProductsExtra';

I don't see displayAdminProductsExtra hook neither in called and NOT called hooks if that matter.

Here is one of the modules that i use for testing.
 


Any ideas would be appreciated.

belvg_samplemodule.zip

DanielaPetkova

DanielaPetkova

Hi all,

I have installed and assigned 3 modules to that hook. I'm seeing in the database all modules are assigned to the hook. The problem is that there is no way i can load the hook in products tab and to show that Modules tab with the options. 

I'm on v.1.7.3.3 , PHP 7.3 . Tried so many things and nothing. 

So far i tested.
 - All cache off. BO , the server everything.

- Disabled all none PS modules and overrides

- Switch PHP versions.

- In  debug mode i see only 5 hooks loading for Products
 

Quote

moduleRoutes, displayBackOfficeHeader,actionAdminControllerSetMedia,displayAdminNavBarBeforeEnd,displayAdminAfterHeader

 

Database query is what i use for the check and is all good there.

SELECT * FROM `ps4e_hook_module` hm INNER join ps4e_hook h on hm.id_hook = h.id_hook WHERE h.name like 'displayAdminProductsExtra';

I don't see displayAdminProductsExtra hook neither in called and NOT called hooks if that matter.


Any ideas would be appreciated.

DanielaPetkova

DanielaPetkova

Hi all,

I have installed and assigned 3 modules to that hook. I'm seeing in the database all modules are assigned to the hook. The problem is that there is no way i can load the hook in products tab and to show that Modules tab with the options. 

I'm on v.1.7.3.3 , PHP 7.3 . Tried so many things and nothing. 

So far i tested.
 - All cache off. BO , the server everything.

- Disabled all none PS modules and overrides

- Switch PHP versions.

- In  debug mode i see only 5 hooks loading for Products
 

Quote

moduleRoutes, displayBackOfficeHeader,actionAdminControllerSetMedia,displayAdminNavBarBeforeEnd,displayAdminAfterHeader

 

Database query is what i use for the check and is all good there.

SELECT * FROM `ps4e_hook_module` hm INNER join ps4e_hook h on hm.id_hook = h.id_hook WHERE h.name like 'displayAdminProductsExtra';

 


Any ideas would be appreciated.

DanielaPetkova

DanielaPetkova

Hi all,

I have installed and assigned 3 modules to that hook. I'm seeing in the database all modules are assigned to the hook. The problem is that there is no way i can load the hook in products tab and to show that Modules tab with the options. 

I'm on v.1.7.3.3 , PHP 7.3 . Tried so many things and nothing. 

So far i tested.
 - All cache off. BO , the server everything.

- Disabled all none PS modules and overrides

- Switch PHP versions.

- In  debug mode i see only 5 hooks loading for Products
 

Quote

moduleRoutes, displayBackOfficeHeader,actionAdminControllerSetMedia,displayAdminNavBarBeforeEnd,displayAdminAfterHeader



Any ideas would be appreciated.

×
×
  • Create New...