Jump to content

[SOLVED] Warning messages too short


Beluga

Recommended Posts

I am missing vital information from a payment gateway, because PS cuts the warning messages short.

I have tried to log the warnings with for example

at the start of payment.php:

ini_set("log_errors", 1);
ob_start();

at the end of payment.php:

$Out=ob_get_contents();
ob_end_clean();
ini_set("error_log", "/mypath/php-error.log");
error_log( $Out );

But I only get the short messages logged. How can I stop Prestashop from behaving in this way?

Edited by Beluga (see edit history)
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...