-
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. |
Hil, @fox-john As @oclavero menioned here on Mar 23, 2023: PrestaShop/PrestaShop#26783 (comment) Just have to remove the starting slash... |
Hello @carlos-blazquez-global Sorry, the fix was applied, but the release was not effective due to a pipeline issue. A new version (4.0.10) has just been deployed. Could you check if the problem persists? Thanks, and sorry for the delay. |
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: