Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38
  1. #11
    Join Date
    Sep 2010
    Posts
    59
    Plugin Contributions
    0

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    Screenshot:

    Name:  uho-usps-module-screenshot.jpg
Views: 94
Size:  30.4 KB

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

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    This is really weird, to say the least ...

    Okay, let's start at the beginning ...

    In the Tools ... Install SQL Patches ... run this:
    Code:
    DELETE from configuration where configuration_key like 'MODULE\_SHIPPING\_USPS\_%';
    Yes, that will uninstall the USPS shipping module ...

    Next, delete the two files from the server for:
    /includes/modules/shipping/usps.php
    /includes/languages/english/modules/shipping/usps.php

    Now, reload clean copies of those two files to your server ...

    Then, go to the Modules ... Shipping ... and check if you can see the USPS module in the list of files ...

    If so, go ahead and do the INSTALL and configuration of the shipping module ...

    Meanwhile, I have to run out for an hour in a few minutes so don't think you are being ignored for awhile ...
    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!

  3. #13
    Join Date
    Sep 2010
    Posts
    59
    Plugin Contributions
    0

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    Unfortunately the same result as the screenshot I posted earlier. =(
    Thanks for all the help. Take your time, I don't want to rush you.
    We'll continue once you're back and settled in.

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

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    And in your /cache there are no debug logs generated when you just go to the Modules ... Shipping ... page?

    Did you ever make any changes to the file:
    /your_secret_admin/modules.php

    or is this the original file from v1.3.9d?

    Do you have any addons that would of changed any of the files in the:
    /your_secret_admin

    directory or subdirectories?
    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!

  5. #15
    Join Date
    Sep 2010
    Posts
    59
    Plugin Contributions
    0

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    The only other modules I have installed are:

    UPS (for shipping within Canada)
    Blank side box (for containing things like the Twitter widget)
    EZ Populate (for bulk importing new products/items)

    I haven't made any custom changes to anything within that directory.

    As for the cache:

    I deleted all debug logs for today and went through step by step to see when a debug log will be created.
    Navigating to the modules > shipping page alone does not generate a debug log file.
    Clicking on the 'nameless' USPS module, which brings up the "Install" option on the right, does not generate a debug log file.
    Clicking on "Install" DOES generates a debug log file containing:

    [05-Mar-2014 12:23:39] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/heros/public_html/zen-cart/admin/modules.php on line 282
    [05-Mar-2014 12:23:39] PHP Warning: Variable passed to each() is not an array or object in /home/heros/public_html/zen-cart/admin/modules.php on line 283
    Then the option to "Update" the module appears, even though there are no fields to update. When I click "Update", it generates another debug log file containing:

    [05-Mar-2014 12:26:47] PHP Warning: Variable passed to each() is not an array or object in /home/heros/public_html/zen-cart/admin/modules.php on line 56
    I hope this helps make more sense of things.

    Fretty
    www.universal-heros.com

  6. #16
    Join Date
    Sep 2010
    Posts
    59
    Plugin Contributions
    0

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    It appears as though both those lines that are in question in the debug log files refer to:
    $mInfo->keys

    Hopefully that sheds some light on the situation.

    Fretty

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

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    It is the nameless shipping name displayed for USPS that is the first concern, as that totally is making no sense ...

    Could you go to your phpMyAdmin and run this:
    Code:
    SELECT * FROM configuration WHERE configuration_key LIKE 'MODULE_SHIPPING_INSTALLED';
    If you edit that record that comes up, can you post what is in the field:
    configuration_value

    NOTE: you will need to EDIT it to be able to copy/paste the entire value ...
    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!

  8. #18
    Join Date
    Sep 2010
    Posts
    59
    Plugin Contributions
    0

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    Here it is:

    flat.php;freeoptions.php;freeshipper.php;item.php;storepickup.php;upsxml.php

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

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    If you go to the Modules ... Shipping ... and click once on the USPS module without the name, what do you see in the right hand panel?
    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!

  10. #20
    Join Date
    Sep 2010
    Posts
    59
    Plugin Contributions
    0

    Default Re: USPS Module 2014_0126_K1 Doesn't Have Module Name, Remove Properly or Enable

    Just the option to "Install", with nothing else written.

    Just like the screenshot I posted earlier.
    It shows "Update" and "Cancel", but no field to fill out.

    If I click it again, it just gives me the "Install" option again.
    Rinse and repeat.

    Fretty

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139d USPS Shipping Module Won't Uninstall/Reinstall Properly for Upgrading Purposes
    By Fretty in forum Built-in Shipping and Payment Modules
    Replies: 29
    Last Post: 20 May 2015, 12:07 AM
  2. v150 New USPS shipping module won't install properly
    By mallhattan in forum General Questions
    Replies: 8
    Last Post: 11 Mar 2014, 01:37 PM
  3. USPS module not working properly and Authorize.net SIM giving error
    By aikisho in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 3 Jul 2010, 12:44 AM
  4. I have a minor USPS Module problem...
    By RocketFoot in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 22 Sep 2009, 02:20 PM
  5. USPS module doesn't let me choose an option
    By MemooMeM in forum Built-in Shipping and Payment Modules
    Replies: 19
    Last Post: 12 Dec 2007, 04:22 AM

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