Hello,
The following URL helped me out:
http://www.zen-cart.com/forum/showthread.php?p=384852
So it seems a WP <--> PHP-5 problem???
Best regards!
Printable View
Hello,
The following URL helped me out:
http://www.zen-cart.com/forum/showthread.php?p=384852
So it seems a WP <--> PHP-5 problem???
Best regards!
Hello
I've had the problem in functions_general.php and got round it thanks to the post above.
However I'm now getting the same error in /includes/modules/payment/worldpay.php on line 153 which is as follows;
Any ideas anybody?PHP Code:
$md5_signature = MODULE_PAYMENT_WORLDPAY_MD5KEY . ':'.$OrderAmt.':' . $language_code . ':' . $order->customer['email_address'];
Thanks
Andy
Worldpay are upgrading / changing something for worldpay customers soon , do you think it will have any impact on us ?
If so is someone available to make the changes needed .
Or are we all uncertain of the changes and awaiting worldpay's advice ont he 15th October ?
Some info here http://www.worldpay.com/support/upgrade/home.php
Hi all.
I have installed this, and my client already has a live WP acount, though I have setup the Zen side to test only, and I have a few questions I need help with if possible.
1. What is the actual calback url I need to put into worldpay?
2. Can the Cart ID be a little friendlier than 2cc701ba65919e5b3da2e0ee534133a9 at all.
Thanks in advance.
ok I figured out the callback URL is and also what needs to be enabledd at WP for the callback to work, and assume this information is correct
Callback URL: http://<wpdisplay item="MC_callback">
Callback Enabled: box ticked
Use callback response? : box ticked
Attach callback data to failure email? : box ticked
However, when using the module in test mode, I go through the checkout process, into WP, and the transaction is made without issue however I do not at any time rerturn to the Zencart.
I cant figure out why this is not happening.
I believe my host is using PHP5, however the one it will be installed on is PHP4, so if I am using PHP5 is their anything I ned to do.
I have tried replacing the parts as per ref in this thread a ways back, but it had no effect.
I dont seem to get any error message or error email telling me the calback has failed, it just simply does nothing, and the cart shows the product still in my basket and no order has been received in the cart.
Please help , thanks in advance
Alan - you are very patient person! - i've just read through all the posts in this thread and see that you've repeated yourself quite a few times because people don't read all the posts.
Unfortunately I'm having problems with the worldpay module after upgrading a site to 1.3.7 and moving to a server with php 5.1.6.
I've tried all the suggestions in the forum re. php5 but still get the:
.. your payment has been cancelled!
Response from WorldPay:
This is a TEST TRANSACTION. No money has changed hands
and, of course, the order doesn't get processed in zencart.
We tried the site on a different server (PHP4) and it was fine.
Are there some ssl settings I need to look at?
After returning from worldpay; the url is: https://select.worldpay.com/aequitas...=1190100180110
I don't have any ssl on the domain.
Or does the module simply not work yet with php5?
I'm stuck!
Thanks
Paul
Hello All...
I've not yet got the the bottom of the problem on my shop - we are running php5.2 and since the upgrade to that version the WorldPay mopdule has not worked.
I'm getting "Catchable fatal error: Object of class queryFactoryResult could not be converted to string " in /includes/modules/payment/worldpay.php on line 153
I think I may have to move the site to a server running php 4x until such time as the WorldPay module is compatible with php5.2
Has anybody actually got the Worldpay module to work on php5.2?
Thanks
Andy
http://www.zen-cart.com/forum/showpo...0&postcount=41
Have you tried the above solution?
Hi CES
Thanks for the heads up on that solution - I've made those changes as that makes sense. However it still doesn't solve my problem which occurs on the checkout_confirmation page.
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/ukequipm/public_html/shop/includes/modules/payment/worldpay.php on line 153
Andy
Hello
As an update on this - I have set the Use MD5 value to false - which prevents the error. Now to see what the implications of that are!
Andy