Jump to content

page payment in BO->modules->payment is empty


Recommended Posts

thanks vekia,

 

 

please turn on error reporting 

do you mean this?

 

 
/* Debug only */
 
define('_PS_MODE_DEV_', true);

if (_PS_MODE_DEV_)
{
@ini_set('display_errors', 'on');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', true);
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);
}

else
{
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', false);
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
}

 

 


I've already put "true" but do not go out errors

 

 

you mean other?


i use ps 1.5.6.1

Link to comment
Share on other sites

thank you for responding

 

 

 

try selecting for a shop in multishop, not all shops

img 1 

 

 

 

also, if you search for module, in modules (not using payment tab), can you see payment modules?

img 2

 

 

 

does your front office show the correct payment modules?

in front office not have error 
 

post-721668-0-57908600-1404144254_thumb.jpg

post-721668-0-74461200-1404144257_thumb.jpg

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...