php version 5.2.1
mysql version 5
I am getting this error message:
PHP Fatal error: Using $this when not in object context in vbdonator_gateway.php
i have the vbdonator.php amd vbdonator_gateway.php file in the same directory as my forum index.php file
how do i fix this? the donations come in, but i never see them show up on the page unless i manually edit the database
also, can someone clarify exactly whats being said with the IPN thing? in mbmpayment i see this:
$url .= "¬ify_url=".urlencode($vbulletin->options["bburl"] . "/vbdonator_gateway.php?method=paypal");
so isnt that essentially building the IPN 'callback'? are the posts above for calling the script manually?
would something like suhosin and/or eaccellerator affect this?
|