TheVilleOrg / phpbb-groupsub

This is a extension for phpBB3 that allows you to create paid subscriptions for members to gain access to usergroups.
https://www.phpbb.com/customise/db/extension/groupsub/
GNU General Public License v2.0
10 stars 11 forks source link

Add error logging #29

Closed margau closed 4 years ago

margau commented 4 years ago

Hi, thanks for this plugin! I'm running 1.1.2 with phpBB 3.3.0. I see IPN Requests in my access log, but all of them are answered with 400. The transaction table is empty. The PayPal transaction itself is successfull.

Is there any way to get debug output out of groupsub to know where the problem is? Thanks! margau

margau commented 4 years ago

I've found out the problem (#30) with placing many "error_logs" in the operator/transaction.php.

I wonder if there is more any elegant way to let the admin know where the processing of a transaction fails, as it is very black box at the moment. Would the usage of these error_logs be an option for upstream?

stevotvr commented 4 years ago

I'll look into adding some kind of logging to the extension.