Jump to content

Errore link "le mie segnalazioni" [Risolto]


Gianni

Recommended Posts

ragazzi ho un problema con il link "le mie segnalazioni" quando clicco mi appare questo errore


Warning: require_once(/home/mhd-01/.........../htdocs/prestashop/config/../classes/MailAlerts.php) [function.require-once]: failed to open stream: No such file or directory in /home/mhd-01/......./htdocs/prestashop/config/config.inc.php on line 20

Fatal error: require_once() [function.require]: Failed opening required '/home/mhd-01/........../htdocs/prestashop/config/../classes/MailAlerts.php' (include_path='./:/usr/share/php/') in /home/mhd-01/......../htdocs/prestashop/config/config.inc.php on line 20


Da cosa dipende?

EDIT: Scusate ho sbagliato sezione visto che non posso cancellare il post se un moderatore lo sposta nella sezione giusta Grazie

Link to comment
Share on other sites

Ho trovato la soluzione in questo post www.prestashop.com/forums/viewthread/28772/P0/help_configuration___use/resolved__my_alerts_in_my_account_block_problems

in pratica bisogna aggiungere questa riga:

include(dirname(__FILE__).'/mailalerts.php');

nel file myalerts.php
subito dopo

include(dirname(__FILE__).'/../../header.php');

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...