Jump to content

[PS 1.6.24] Erreur getImage() sur profile.prestashop.com


Gu1llaume

Recommended Posts

Bonjour,

 

La fonction getImage() dans classes/Employee.php est cassés depuis quelques heures, ce qui pose des problème d'affichage dans Clients / SAV...

    public function getImage()
    {
        if (!Validate::isLoadedObject($this)) {
            return Tools::getAdminImageUrl('prestashop-avatar.png');
        }
        return Tools::getShopProtocol().'profile.prestashop.com/'.urlencode($this->email).'.jpg';
    }

 

En cause https://profile.prestashop.com/ qui renvois une erreur car le domaine n'existe plus :(

erreur1016.png.e17381720ab6da15b461f8c66778f097.png

Bonne soirée,

Guillaume

 

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...