Jump to content

can't access admin panel in prestashop after upgrading to 1.6.0..11


Recommended Posts

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

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