Page 2 of 2

Re: Paypal Transaction Complete Error

Posted: Sun Sep 27, 2009 5:46 pm
by Jeff
If you are having the same issue as cj83 the fixed should be in the next release of CGExtensions. The developer is currently testing the solution. But the preferred solution as kendo451 stated is to use the Paypal IPN which I believe has been released.

Re: Paypal Transaction Complete Error

Posted: Mon Sep 28, 2009 6:10 am
by jpcarvalhinho
But I have IPN active on the module...

I have made sure all the steps above are ok... but even so, it isn't working.
I will wait for the cgextensions update :)

The updated module solves these problems

Posted: Mon Feb 15, 2010 5:35 pm
by kendo451
These problems are solved using:

Orders 1.6.12
PayPalGateway 2.5.1
CGPaymentGatewayBase 1.0.3

Re: Paypal Transaction Complete Error

Posted: Thu Jun 17, 2010 3:21 am
by ridemore
Hello:

I've been trying to get this stuff working. The latest modules still have the same problem. In my case, I think the transaction ID isn't being passed correctly and does not show up when I dump the variables in the gateway-complete template. I don't see my system post the token and other stuff back to PayPal.

Can anybody enlighten me as to how to get this stuff working or at least point me to a site who is using it? If you have it working, perhaps you can share the module versions with us...

Here's my config:

----------------------------------------------

Cms Version: 1.7.1

Installed Modules:

    * CMSMailer: 2.0
    * FileManager: 1.0.2
    * MenuManager: 1.6.3
    * nuSOAP: 1.0.1
    * News: 2.10.5
    * Printing: 1.0.4
    * Search: 1.6.3
    * ThemeManager: 1.1.1
    * Classifieds: 1.0
    * TinyMCE: 2.7.0
    * FormBuilder: 0.6.2
    * Cataloger: 0.7.7
    * CGExtensions: 1.18.8
    * NMS: 2.3.2
    * CGSimpleSmarty: 1.4.4
    * Products: 2.8.2
    * Comments: 1.9.2
    * Glossary: 0.6.8
    * Questions: 1.0.3
    * Gallery: 1.3
    * NeoModule: 0.2.4
    * Thumbnails: 0.1.1
    * NeoGallery: 0.1.1
    * ModuleXtender: 1.5.0
    * Articles: 0.0.3.6
    * FeedbackForm: 0.9.15
    * PolyXtend: 0.0.11
    * AjaxMadeSimple: 0.1.6
    * MCLibrary: 0.0.2.4
    * MCFactory: 2.5.8
    * FrontEndUsers: 1.9.3
    * Forum: 0.9.4
    * MailTrain: 1.0
    * SelfRegistration: 1.4.2
    * SimpleFeedback: 0.3
    * Uploads: 1.11.2
    * CGCalendar: 1.5.2
    * FEUMailer: 0.9.2.BETA
    * Captcha: 0.4
    * Archiver: 0.2.3
    * SiteMapMadeSimple: 1.2.1
    * CategoryManager: 0.0.3
    * FrontEndUserListing: 0.4-beta-3
    * CGUserDirectory: 1.2.1
    * FormBrowser: 0.3
    * PHPMyAdmin: 3.1.1
    * Polls: 0.2.0
    * MemberAds: 0.1
    * Skeleton: 1.7
    * PageBlocks: 0.1.5
    * CustomContent: 1.5.3
    * ModuleManager: 1.3.3
    * SystemInfo: 0.1.2
    * PayPalButtonMaker: 0.6
    * CGEcommerceBase: 1.1.1
    * FLVPlayer: 1.0.3
    * CGBlog: 1.4
    * Backup: 0.5
    * Antz: 1.0.2
    * DBManager: 1.0
    * TreeManager: 0.6.0
    * CGPaymentGatewayBase: 1.0.5
    * PaypalGateway: 2.1.8
    * Orders: 1.8.6
    * Cart: 1.6.2
    * OpenSSL: 0.3


Config Information:

    * php_memory_limit:
    * process_whole_template: false
    * max_upload_size: 4500000
    * default_upload_permission: 777
    * assume_mod_rewrite: false
    * page_extension: .html
    * internal_pretty_urls: false
    * use_hierarchy: true


Php Information:

    * phpversion: 5.2.13-0.dotdeb.1
    * md5_function: On (True)
    * gd_version: 2
    * tempnam_function: On (True)
    * magic_quotes_runtime: Off (False)
    * memory_limit: 128M
    * max_execution_time: 60
    * safe_mode: Off (False)
    * session_save_path: /var/lib/php5 (1733)
    * session.use_cookies: On (True)


Server Information:

    * Server Api: apache2handler
    * Server Db Type: MySQL (mysql)
    * Server Db Version: 5.0.51a


----------------------------------------------