Hi,
Glad to hear everything is working now.
To clarify the issue: the message you were seeing was caused by a PHP deprecation notice. This happens when your server is running a newer PHP version (e.g., PHP 8.1+), and certain older syntax or parameters in an extension are marked as “deprecated” by PHP. These notices are not actual errors, but they can appear on the screen when Error Reporting is set to Maximum, which can interrupt normal processes during installation.
In your case, I adjusted the Joomla Error Reporting setting to System Default, which prevents these deprecation notices from being displayed. This is why the EasyStore installation now completes without interruptions.
I’ve already informed our development team about the specific PHP deprecation notice so they can include a fix in an upcoming update.
If you run into anything else or need further assistance, feel free to let me know.