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
Failure on install under php 8.4 (verified in a vanilla ZC220/dev version).
PHP Fatal error: Declaration of ScriptedInstaller::doUpgrade(string $oldVersion = ''): bool must be compatible with Zencart\PluginSupport\ScriptedInstaller::doUpgrade($oldVersion): ?bool in ...\zc_plugins\InstantSearch\v4.0.3\Installer\ScriptedInstaller.php on line 27
since function doUpgrade is intended to be an internal method of \includes\classes\PluginSupport\ScriptedInstaller.php
It should use the other methods as indicated in the comments in that file.