You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried the webhooks on Suite 8.8 beta and it only installed up to 80 something % in the module loader.
Then, I've check via CLI for 8.3 compatibility and syntax and found an issue:
find . -type f -iname '*.php' -exec /usr/bin/php -l {} \;
No syntax errors detected in ./manifest.php
No syntax errors detected in ./SugarModules/custom/Extension/modules/Administration/Ext/Language/en_us.lang.php
No syntax errors detected in ./SugarModules/custom/Extension/modules/Administration/Ext/Language/ru_ru.lang.php
No syntax errors detected in ./SugarModules/custom/Extension/modules/Administration/Ext/Administration/WEB_HOOK REQUEST.php
No syntax errors detected in ./SugarModules/language/application/en_us.lang.php
No syntax errors detected in ./SugarModules/language/application/ru_ru.lang.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/vardefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/Menu.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/SenderRequest.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/language/en_us.lang.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/language/ru_ru.lang.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/WEBH_HOOKS_REQUEST.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/dashletviewdefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/editviewdefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/listviewdefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/detailviewdefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/studio.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/metafiles.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/searchdefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/quickcreatedefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/SearchFields.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/popupdefs.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/metadata/subpanels/default.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/Dashlets/WEBH_HOOKS_REQUESTDashlet/WEBH_HOOKS_REQUESTDashlet.meta.php
No syntax errors detected in ./SugarModules/modules/WEBH_HOOKS_REQUEST/Dashlets/WEBH_HOOKS_REQUESTDashlet/WEBH_HOOKS_REQUESTDashlet.php
PHP Fatal error: Duplicate declaration of static variable $sfh in ./SugarModules/modules/AOW_WorkFlow/aow_utils.php on line 638
Errors parsing ./SugarModules/modules/AOW_WorkFlow/aow_utils.php
But I'm not certain, whether this issue caused the installation to fail.
Do you still need / maintain this module?
The text was updated successfully, but these errors were encountered:
Hi Alex,
I've just tried the webhooks on Suite 8.8 beta and it only installed up to 80 something % in the module loader.
Then, I've check via CLI for 8.3 compatibility and syntax and found an issue:
But I'm not certain, whether this issue caused the installation to fail.
Do you still need / maintain this module?
The text was updated successfully, but these errors were encountered: