-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ps_metrics issue #776
Comments
NB: you see this error immediately after you log in. Debug mode should be enabled and the server should have open_basedir set. |
Hello @musicpanda ! Thx for this report. We have publish a new release of Metrics (4.0.6) on Addons Store. Can you try to install this version, and say me if your problem persist or not ? |
Hello @fox-john ! No, that does not solve the problem. |
@musicpanda ok thank you. We will investigate the issue further, and attempt to apply a fix later. |
An annoying warning within Prestashop 8.1.7 that has been around for more than two years:
According to the Prestashop Github (PrestaShop/PrestaShop#30531) this is an issue that is caused by the ps_metrix module.
The suspect is the ps_metrix.php file. It contains twice the code
return $this->display(__FILE__, '/views/templates/hook/HookDashboardZoneTwo.tpl');
I suspect this is one '/' too much and that it should be:
return $this->display(__FILE__, 'views/templates/hook/HookDashboardZoneTwo.tpl');
The text was updated successfully, but these errors were encountered: