Page 12 of 48 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 475
  1. #111
    Join Date
    Nov 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    I seem to be getting the same error anyone know how to fix this problem ??

  2. #112
    Join Date
    Nov 2004
    Location
    Glasgow, Scotland
    Posts
    251
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Subb,

    There have been problems with differentt versions of PHP which are not quite as you describe but this post might give you a starting point as to where the problem may lie.

    http://www.zen-cart.com/forum/showpo...0&postcount=41

    Personally I have not tried running ZenCart on PHP 5x. The last time I looked PHP 5 is not officially supported - although I believe some run Zencart successfully on PHP 5. Anyway PHP 5 is coming eventually so it would be better to understand and fix this issue sooner rather than later.

    Let me know if this helps.

    Alan

  3. #113
    Join Date
    Nov 2004
    Location
    Glasgow, Scotland
    Posts
    251
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Oooops!!!

    Broken link - here it is:

    http://www.zen-cart.com/forum/showpo...0&postcount=41

    Alan

  4. #114
    Join Date
    Nov 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Still not working for me, im running zen cart 1.3.7 and php v5

  5. #115
    Join Date
    Oct 2006
    Posts
    26
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    hi alan

    thanks very much for your help.

    unfortunately i have tried the changes you suggest with no change in the outcome.

    since this problem started i have downgraded to php 4.4.4 and zencart 1.3.6 and although all of the php 5.2 issues have gone, this worldpay problem still happens.

    as i mentioned before everything works as it should in either test mode, just when the installation is live i get the error message when the user is transferred to worldpay.

    i know this seems like a dead end, but your help is very much appreciated!

    cheers

  6. #116
    Join Date
    Nov 2004
    Location
    Glasgow, Scotland
    Posts
    251
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Subb,

    What changes did you make exactly. I may have confused things a little by posting a link to an explanation of a possible cause of the problem rather than the full solution. A more full explanation of the solution can be found here:

    http://www.zen-cart.com/forum/showpo...4&postcount=32

    If you are still having difficulties I will need answers to the following:

    What exactly happens when you are transferred to WorldPay in Live mode?
    Do you get the error message right away or do you get to enter your credit card details and the transaction fails?
    Do you successfully complete the transaction and the callback fails?
    Is there a record of the transaction in the WorldPay control panel?

    Alan

  7. #117
    Join Date
    Oct 2006
    Posts
    26
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    alan, im so sorry to have wasted your time mate

    i just spoke to worldpay again and this time found out that they have been having issues of some sort, which is why the account wasnt activated even though they sent out an activation email!

    well, thanks so much for your time, and fingers crossed that everything else will work as expected!

    cheers mate

  8. #118
    Join Date
    Nov 2004
    Location
    Glasgow, Scotland
    Posts
    251
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Subb,

    No problem - just glad you've got things working.

    Alan

  9. #119
    kelvyn Guest

    Default Catchable fatal error: Object of class queryFactoryResult ...

    When trying to checkout using the latest version of world pay, I get

    Catchable fatal error: Object of class queryFactoryResult could not be converted to string in

    A bit odd!

    PHP Version: 5.2.0 (Zend: 2.2.0)
    Database: MySQL 4.1.21-standard-log
    HTTP Server: Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b

    Zen Cart 1.3.7
    Database Patch Level: 1.3.7

  10. #120
    kelvyn Guest

    Default Re: Catchable fatal error: Object of class queryFactoryResult ...

    Quote Originally Posted by kelvyn View Post
    PHP Version: 5.2.0 (Zend: 2.2.0)
    OK, that was my problem, now running PHP Version 4.4.4.

    I've tried the fix mention a few up by changing
    if(isset($HTTP_POST_VARS['transId'])) {$transId = $HTTP_POST_VARS[transId];}
    to
    if(isset($_POST['transId'])) {$transId = $_POST[transId];}

    but again, no luck. I just get the
    Code:
    Sorry, there was an error in processing this transaction:
    The information sent from the merchant's site is invalid or incomplete. Please send the following information to the merchant:
    
    The transaction cannot be processed due to one or more of the following:
    
        * the installation ID field is blank or contains invalid characters
        * a different submission protocol is required. For instance, a more secure submission may be required
        * the installation number is invalid
    screen again.

    We have completely changed the URL and server we operate from (which is listed in the config) but Worldpay say this doesn't matter, as long as Callback is working.

 

 
Page 12 of 48 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. v151 Worldpay module for 1.5.x is there one and where can I get it?
    By veronicathecow in forum Addon Payment Modules
    Replies: 26
    Last Post: 30 May 2015, 02:40 PM
  2. v153 WorldPay module for 1.5 ?
    By joecooper in forum Addon Payment Modules
    Replies: 2
    Last Post: 16 Mar 2015, 02:49 PM
  3. v150 WorldPay module
    By properjob in forum Addon Payment Modules
    Replies: 7
    Last Post: 16 Apr 2013, 11:55 AM
  4. Goldmine 8.5 and ZenCartv1.3.9d?
    By brackengirl in forum Managing Customers and Orders
    Replies: 0
    Last Post: 7 Jul 2010, 04:51 PM
  5. Worldpay Module
    By Steve B in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Jul 2008, 02:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR