Hi Folk,
Red screen of death when opening the Joomla application after installing EasyStore.
I am not experianced with web configurations whatsoever. Apologies if I missed a readme or previous post on similar topic.
I saw the keyword EasyStore in this error after installing it. No success to fix it and so I uninstalled Joomla and started with this extension (EasyStoreV1.5.0) first, same error. As an additional test, I did unistalled Joomla applications and started again, but installed only the other packages. At the moment, no problems with current extensions though I have not installed EasyStore again. The website chat team directed me to this platform.
Please advise how do I fix this?
--- start of error snip:
Attempted to load class "EasyStoreProfile" from namespace "JoomShaper\Plugin\User\EasyStoreProfile\Extension".
Did you forget a "use" statement for another namespace?
Symfony\Component\ErrorHandler\Error\ ClassNotFoundError
in /home/**/public_html/plugins/user/easystoreprofile/services/provider.php (line 38)
{
$container->set(
PluginInterface::class,
function (Container $container) {
$dispatcher = $container->get(DispatcherInterface::class);
$plugin = new EasyStoreProfile(
$dispatcher,
(array) PluginHelper::getPlugin('user', 'easystoreprofile')
);
$plugin->setApplication(Factory::getApplication());
$plugin->setDatabase($container->get(DatabaseInterface::class));
--- end of error snip.
Thank you
New User
Vaughan