Haithem_Tebib Posted October 20, 2016 Share Posted October 20, 2016 Hello, Actually, i've developped a payment gateway using Third Party Gatewy module.The module works fine.The only problem i have that the payment gateway's callback doesnt work and when i try to display the callback'url "www.mydomain.com/modules/gateways/callback/gatewaymodule.php" the web browser displays error message that page doesnt work, so i want to make this url works. Could you please help to find a solution for this issue? thanks 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 20, 2016 Share Posted October 20, 2016 is it 404 error or what? make sure file was upload in the right path! 0 Quote Link to comment Share on other sites More sharing options...
Haithem_Tebib Posted October 21, 2016 Author Share Posted October 21, 2016 http error 500,i think that the right path 0 Quote Link to comment Share on other sites More sharing options...
viaBowl Posted December 10, 2016 Share Posted December 10, 2016 i get a 500 too 0 Quote Link to comment Share on other sites More sharing options...
pablobaldovi Posted December 10, 2016 Share Posted December 10, 2016 Hi. add at the start of your callback.php and call it again direct in browser <?php error_reporting(E_ALL); ini_set("display_errors", 1); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.