manged to solve the problem ... due to the function being called from a file in another folder the output.txt was not showing up where i expected it to
so i have made some progress.
i have confirmed that my fopen / fwrite code works on this server .. i am now almost 100% of the conclusion that the function to capture the payment is not being called ... how can i tell this?
Hi,
are there any functions for writing to log files. i am in the process of writing a gateway module, and without being able to write anything to a file i have no idea where or why its not working.
i tried using standard php fopen / fwrite, but that does nothing ... any ideas?