Guest Posted September 1, 2005 Share Posted September 1, 2005 After succesfully placed my order and payment, the 3rd party site wants to re direct to my webshop; which works fine. However, when it arrives at my webshop the following error occurs: ==== Warning: Missing argument 1 for before_process() in /home/webwinkel/domains/webshop.redbullet.nl/private_html/includes/classes/payment.php on line 166 Warning: Cannot modify header information - headers already sent by (output started at /home/webwinkel/domains/webshop.redbullet.nl/private_html/includes/classes/payment.php:166) in /home/webwinkel/domains/webshop.redbullet.nl/private_html/includes/functions/general.php on line 29 === Who can tell me how to fix this ? Tx Gerard Link to comment Share on other sites More sharing options...
jlh42581 Posted September 1, 2005 Share Posted September 1, 2005 Not sure if this is the problem but your redirect should be located above the doc type, if you put it below all the garbage that the browser needs... indeed the headers have already been sent. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 1, 2005 Share Posted September 1, 2005 After succesfully placed my order and payment, the 3rd party site wants to re direct to my webshop; which works fine. However, when it arrives at my webshop the following error occurs: ==== Warning: Missing argument 1 for before_process() in /home/webwinkel/domains/webshop.redbullet.nl/private_html/includes/classes/payment.php on line 166 Warning: Cannot modify header information - headers already sent by (output started at /home/webwinkel/domains/webshop.redbullet.nl/private_html/includes/classes/payment.php:166) in /home/webwinkel/domains/webshop.redbullet.nl/private_html/includes/functions/general.php on line 29 === Who can tell me how to fix this ? Tx Gerard <{POST_SNAPBACK}> headers already sent by ... normally means that there is an empty line above or under the php tag (top and bottom) ... in your case I'd check that payment file from the error message! :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted September 1, 2005 Share Posted September 1, 2005 Yes indeed the payment.php was corrupted. I uploaded a new one and all works fine now. TX Gerard Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.