CasesJjwg_MapsLogicHook.php

Anyone know what this file does? I’m getting errors in the log:

Unable to load custom logic file: custom/modules/Cases/CasesJjwg_MapsLogicHook.php

Doesn’t seem to effect anything we do. Think it’s been like this for a long time. I’m about 7 updates behind the current release. Wondering if I can just remove it from the logic_hook definitions file for cases module in custom.

Hi
find in file
custom/modules/Cases/CasesJjwg_MapsLogicHook.php
replace with
modules/Cases/CasesJjwg_MapsLogicHook.php

7.4 i think all cutom file are moved in module directory

… and if you get into trouble, this might help you sort things out:
https://github.com/salesagility/SuiteCRM/issues/2587

And also a zip of all the files in a fresh installation of 7.7.9, which I provided here:
https://suitecrm.com/forum/suitecrm-7-0-discussion/12834-unable-to-load-custom-logic-file

Be careful with all those changes, and be minimalistic, change only one thing at a time, and as few as possible.

You might also want to check if your threaded case updates are working, they also depend on hooks (if you don’t know what I’m talking about, you can see some screenshots here: https://github.com/salesagility/SuiteCRM/issues/2015 )