Jump to content

Translating modules problem


Recommended Posts

I have newest Prestashop installed on my Go Daddy domain/hosting.

 

The problem is when I try to translate modules.

 

First, I changed php.ini to “max_input_vars = 10000;” to be able to see translations.

 

BUT, when I click "Save" or "Save and stay", then I am taken straight to 404 Page not found!

 

http://awesomescreenshot.com/05b3by2kd8

 

What is wrong here? 

 

Link to comment
Share on other sites

Thanks for your suggestion.

 

I did change false -> true but still 404 Page cannot be found shows up.

 

Here is my code:

 


/* Debug only */
if (!defined('_PS_MODE_DEV_'))
define('_PS_MODE_DEV_', true);
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
if (_PS_MODE_DEV_)
{
	@ini_set('display_errors', 'on');
	@error_reporting(E_ALL | E_STRICT);
	define('_PS_DEBUG_SQL_', true);
}
else
{
	@ini_set('display_errors', 'off');
	define('_PS_DEBUG_SQL_', false);
}
Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...