Hello Everyone,
On Friday my zen cart site suddenly stopped completing paypal orders. I receive the payments but the orders are not copied into the orders table.
My webhosts switched of base64_decode() function that day for security purposes and this affected my sites. They switched it back on after a lot of complaints but my paypal ipn is still not working.
Could this be linked? Its very strange that it has worked for the past 12months with no problems and has only stopeed since the hosts security changes.
They have moved my sites to another server but the issue persists. I have enabled the debug option and I am not receiving alerts unless i access the IPN page directly.
I installed the view paypal stuck orders mod on Saturday but even that doesn't work. It fails with the following error: Catchable fatal error: Object of class shoppingCart could not be converted to string in /home/account/public_html/admin/view_stuck_paypal_orders.php on line 87
Line 87: $mysess = unserialize(base64_decode($stored_sessions->fields['saved_session']));
Note the base63_decode() again! It seams this would all relate to my hosts changes but i cant find out how to test/prove this. Unfortunately php is not my bag baby so ANY help would be HUGELY appreciated!



