Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2007
    Posts
    37
    Plugin Contributions
    0

    Default Installed Paypal IPN and now get error messages

    Warning: Variable passed to each() is not an array or object in /home/kccae/public_html/global/includes/classes/db/mysql/query_factory.php on line 114

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/kccae/public_html/global/includes/classes/db/mysql/query_factory.php:114) in /home/kccae/public_html/global/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/kccae/public_html/global/includes/classes/db/mysql/query_factory.php:114) in /home/kccae/public_html/global/includes/init_includes/init_templates.php on line 78

    Installed Papal IPN, and now get a page full orf errors. restore backup and all is fine,

    Any idea what to do

    Thanks
    Mick

  2. #2
    Join Date
    Apr 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: Installed Paypal IPN and now get error messages

    will i be better using paypal express instead ??

    ti

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Installed Paypal IPN and now get error messages

    1. Are you using v1.3.7?
    2. Have you applied the latest PayPal patch for v1.3.7? It can be found here:
    http://www.zen-cart.com/forum/showthread.php?t=56216
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Apr 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: Installed Paypal IPN and now get error messages

    1.yes
    2.yes

    :) used the 10th of may patch ??

    Thanks

  5. #5
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Installed Paypal IPN and now get error messages

    I'm very confused about this myself. I'm getting ready to attempt to set up PayPal tonight for the store (regular PayPal, not express) and I found a message board thread here that indicated that there was a patch needed to get PayPal to work correctly with version 1.3.7.
    From reading this post, I am now assuming that you must use the patch even if you are using regular PayPal and not just PayPal Express, correct? But my question is... which patch? Or all of them I order? There are many patches listed in that thread that was posted.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Installed Paypal IPN and now get error messages

    Always get the current PayPal patch as it contains everything needed since v1.3.7 ...

    This is for all flavors of PayPal ...

    Be sure to Remoive, Install and Reconfigure PayPal after you install the patch ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Installed Paypal IPN and now get error messages

    Hi Linda!

    Thank you for your help. I haven't got the PayPal module installed at all yet, so do I apply the patch and then install the module? Or install the module, apply the patch, Remoive, Install and Reconfigure PayPal after I've installed the patch?

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Installed Paypal IPN and now get error messages

    Follow the instructions on:
    http://www.zen-cart.com/forum/showthread.php?t=56216

    Load the Patch ... Uninstall if any are installed ...

    Install both and remove the one you do not need ...

    Then configure for your site ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Apr 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: Installed Paypal IPN and now get error messages

    Ok tried installing paypal again and as usual it didnt work for me .

    Went to backup and can restore anything get this message .

    Warning: dir(DIR_FS_adminbackups/) [function.dir]: failed to open dir: No such file or directory in /home/kccae/public_html/global/admin/backup_mysql.php on line 402

    Fatal error: Call to a member function on a non-object in /home/kccae/public_html/global/admin/backup_mysql.php on line 404
    determined to get paypal working lol

    Thanks all

  10. #10
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Installed Paypal IPN and now get error messages

    Looks like you've messed up your admin configure.php file, which has *nothing* to do with any PayPal-related components.
    Quote Originally Posted by Mobilemick View Post
    dir(DIR_FS_adminbackups/) [function.dir]: failed to open dir: No such file or directory
    "DIR_FS_adminbackups/" should never happen.

    This is normally built from your /admin/includes/configure.php file, which should say:
    Code:
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    and, since that is dependent on DIR_FS_ADMIN being set correctly, you should also have this in the same file:
    Code:
      define('DIR_FS_ADMIN', '/name-of-my-admin-folder-here/');




    FURTHER .....
    When going to your site at http://www.globalantiques.co.uk/ it is getting redirected to http://www.globalantiques.co.uk/zcart2 for some reason. Perhaps you have some sort of .htaccess redirect happening? If so, you may need to rethink what you're doing there.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. changed server and get error messages
    By colorama in forum General Questions
    Replies: 5
    Last Post: 18 Nov 2010, 07:11 AM
  2. I installed the gift wrap module and get a blank page now
    By fermium1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Nov 2008, 08:55 PM
  3. Turned on Debug Email and now I get these messages
    By STFlats in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 May 2008, 04:44 AM
  4. site moved servers and updated, now having error messages
    By ithnkuno in forum General Questions
    Replies: 3
    Last Post: 4 Jun 2007, 02:20 PM
  5. Installed but get error messages
    By wormington in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 10 Nov 2006, 09:34 PM

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