SharkTanq Posted August 18, 2014 Share Posted August 18, 2014 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 More sharing options...
SmartDataSoft Posted August 18, 2014 Share Posted August 18, 2014 Hello,SharkTanq Please open configuration for ddebug. config\defines.inc.php define('_PS_MODE_DEV_', true); the you will see the real error why it show 404 page Link to comment Share on other sites More sharing options...
SharkTanq Posted August 18, 2014 Author Share Posted August 18, 2014 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 More sharing options...
SharkTanq Posted September 5, 2014 Author Share Posted September 5, 2014 I changed host from Godaddy to Hostgator and they took care of this problem in no time. Link to comment Share on other sites More sharing options...
Recommended Posts