dvir Posted February 5, 2015 Share Posted February 5, 2015 hi , after upgrading my prestashop to 1.6.0.11 i'm gettin this : Fatal error: Call to undefined method Translate::ppTags() in /home/adobesa1/public_html/controllers/admin/AdminLoginController.php on line 72 WHAT TO DO ??? link : http://www.allsoft.co.il/admin123/index.php?controller=AdminLogin&token=0a776202614a1dcd70eaa8aca6d47cab Link to comment Share on other sites More sharing options...
NemoPS Posted February 6, 2015 Share Posted February 6, 2015 Check this file:classes/Translate.php At the end, if it's not there, add /** * Helper function to make calls to postProcessTranslation more readable. */ public static function ppTags($string, $tags) { return Translate::postProcessTranslation($string, array('tags' => $tags)); } } Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now