Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2008
    Posts
    14
    Plugin Contributions
    0

    Default Missing "Paypal Express Checkout" module after installation

    Good day zen-cart masters!

    After fresh install of zencart in public server, Paypal Express Checkout module is missing in the Modules->Payment page of the Admin section and there is no edit options which supposed to be displayed in the right side for each item selected. I also tried installing it to my local machine but there is no problem with that.

    Could someone please help me on this because my shopping site will soon be launched in public so I needed to check the process of payment using Paypal express checkout method.
    Last edited by n0odle96; 18 Dec 2008 at 03:12 AM. Reason: insufficient content

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    Reupload the files from the distribution.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Sep 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    Thank you for your reply Kim.

    Installation file used was from the distribution, no files were modified yet.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    Your FTP program has missed or currupted one or more of the files needed - re-upload ALL of the files.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Sep 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    I uploaded the installer file in zip format to make sure I will not miss anything upon uploading then extracted it using putty.

    Anyway, I'll double check the uploaded files. thanks!

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

    Default Re: Missing "Paypal Express Checkout" module after installation

    Quote Originally Posted by n0odle96 View Post
    Paypal Express Checkout module is missing in the Modules->Payment page of the Admin section
    Quote Originally Posted by n0odle96 View Post
    ... and there is no edit options which supposed to be displayed in the right side for each item selected.
    Both of those symptoms are a direct result of a PHP error occurring when the system is trying to initialize the details for the next (undisplayed) payment module in the list.

    So, as Kim mentioned, re-uploading the original files would normally aid in resolving files that didn't get transferred to the server correctly the first time.
    Either that, or you've attempted to add another payment module but done it incompletely, or tried to physically remove one but done so incompletely.

    You may need to use a debug logging tool to properly identify the PHP errors you're getting as a result of whatever is unique to your situation.

    The debug logging tool mentioned in step 2a of this FAQ can be applied to the admin side and/or the catalog side as necessary: https://www.zen-cart.com/tutorials/index.php?article=82
    .

    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.

  7. #7
    Join Date
    Sep 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    Hi Dr. Byte! I installed the debug function as you mentioned and found out the error.

    [18-Dec-2008 18:21:08] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /var/www/html/myShop/includes/modules/payment/paypalwpp.php on line 1691

    Line 1691 refers to a blank line and the next line is this
    $this->zcLog('ec-step1-addr_check3', 'address details from override check:'.print_r($address_arr, true));

    Is there anything I need to configure to make this work?? I already checked the files in the server and compared it
    to my local copy and found none were missing.

    Thanks in advance.

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

    Default Re: Missing "Paypal Express Checkout" module after installation

    Quote Originally Posted by n0odle96 View Post
    [18-Dec-2008 18:21:08] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in
    ...
    That message means the maximum memory limit setting in your PHP configuration which sets the maximum amount of RAM per connection ... is too low.

    Work with your hosting company to increase that setting.
    .

    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.

  9. #9
    Join Date
    Sep 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    OK, I will coordinate this problem tomorrow to our administrator and will inform you about the result.. Thanks again doctor byte!!

  10. #10
    Join Date
    Sep 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Missing "Paypal Express Checkout" module after installation

    Hi Dr. Byte, maximum memory limit was adjusted by the administrator and the item I'm looking for is now available and can be configured.

    Arigatou sensei!!

 

 

Similar Threads

  1. Both "Go to checkout" & "paypal express" shows up
    By stefanl in forum Basic Configuration
    Replies: 1
    Last Post: 8 Dec 2009, 10:28 PM
  2. "10408 Express Checkout token is missing" error message
    By bowbiz in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 25 Mar 2009, 05:33 AM
  3. missing step via the "paypal express checkout button"
    By szarin in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 28 Aug 2008, 02:55 AM
  4. "confirmed address" issue - PayPal Express Checkout
    By smkeith in forum Addon Payment Modules
    Replies: 7
    Last Post: 9 May 2008, 05:55 PM
  5. PayPal Express Checkout - not "on" the site?
    By RobM in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 26 Nov 2007, 09:59 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