Today updating Module Anywhere 8.1.4 --> 8.1.5 gives a problem on different modules.
Examples:
1. Message: property_exists(): Argument #1 ($object_or_class).
- line: if(property_exists($fresh_token_json, 'access_token'))
2. Message implode(): Argument #1 ($array) must be of type array, string given
- line: $categoryId = implode(',', $categoryId);
Other modules gives disturbed layout.
Going back to version 8.1.4 solved all the problems.
If that doesn't fix it, can you give me (super) admin and (s)ftp access so I can take a look?
And tell me on what url I can see/reproduce the issue.
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
Your last development version v8.1.6-dev3227477 does completely fix the problem: no warnings anymore with maximum error reporting.
Glad that I could help you in debugging Modules Anywhere.
Thanks for your quick repair.