Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Unable to INSTALL modules

    I have installed an add-on on my test store and everything works fine. Now, time to install it on the live store and i run into a problem. I need to "INSTALL" it, but i am not seeing the right side of the panel in the Module > Order Total (i see it on all other panels though). Here is what i get:

    Here is my Module > Order Total when i try to access it:



    And from there, if i switch to French, this is what appears:



    That made me think it was the French part that was corrupt but it turns out that from there, if i switch to English, i get this:



    Whenever i click on Module > Order Total i am back to the first image (be it in French or in English).

    I have already replaced all the files in the module/order_total by those from the test store (which is working fine). But it does not solve the problem. I am pretty sure that problem was there BEFORE i installed the add-on cause i remember noticing that one page was different than the others, however, i didn`t know it should have been the same (meaning with somethin on the right side).

    Any idea where my problem is and mostly how to fix it? I really dont want to reinstall everything from scratch!

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

    Default Re: Unable to INSTALL modules

    Could you look, with your FTP program, at all of the filenames in the directory;
    /includes/modules/order_total

    and post them ...

    Could you then look at all of the files, on your server, in the directory:
    /includes/modules/order_total

    and confirm that all of these are the code for each order total module and not the language file ...

    Could you then look at all of the files, on your server, in the directory:
    /includes/languages/english/modules/order_total

    and confirm that all of the files are the language files and not the code files ...

    Could you then look at all of the files, on your server, in the directory:
    /includes/languages/french/modules/order_total

    and confirm that all of the files are the language files and not the code files ...
    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. #3
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Unable to INSTALL modules

    Detail question: how do i confirm that all of these are the code for each order total module and not the language file ...? and vice versa? (especially since i copied all the files from those folders from the test store to the live store)

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

    Default Re: Unable to INSTALL modules

    Code files will contain a line similar to:
    Code:
      class ot_total {
    where the class name matches the filename ...

    Language files will contain just define statements such as:
    Code:
      define('MODULE_ORDER_TOTAL_TOTAL_TITLE', 'Total');
    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. #5
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Unable to INSTALL modules

    Thanks for the clear explanation. I checked all the files, one by one, and the code ones are in the right place and the language ones are in the right place.

    So, i guess the problem is somewhere else. I am sure it is likely a little thing, but with my limited knowledge, i rely heavily on your help.

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

    Default Re: Unable to INSTALL modules

    Look, via FTP, at the directory:
    /includes/modules/order_total

    what are the filenames that you see?

    Look in the directory:
    /cache

    do you see any debug logs in there? If so, what are the errors that are created when you go to the Modules ... Order Total ...
    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 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Unable to INSTALL modules

    The filenames i see are these:

    ot_better_together.php
    ot_cod_free.php
    ot_coupon.php
    ot_group_pricing.php
    ot_gv.php
    ot_loworderfree.php
    ot_shipping.php
    ot_subtotal.php
    ot_tax.php
    ot_total_freegifts.php

    In the Cache directory, i see a ton of files: adminDebug, catalogueDebug, index.php (only one of this), myDEBUG.

    Should i delete them all (or move them somewhere) and create one when i go in the admin panel?

  8. #8
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Unable to INSTALL modules

    OK, after posting the previous message, i thought of maybe checking one of the adminDebug log (in case i could understand something), and well... it seems to refer to the freegift module!

    I am not sure i could do much edition in this (since the module DOES work correctly) but i can recheck with the tech who coded it and installed it. Unless you have another idea for something *I* could do?

    Thanks for directing me to the cache folder. I never thought of checking that since i didn`t know about those.

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

    Default Re: Unable to INSTALL modules

    I do not see the filename ot_total.php in your list of files on the server for:
    /includes/modules/order_total

    What is the class line in the:
    ot_total_freegifts.php

    file that is on there server?
    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. #10
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Unable to INSTALL modules

    Oops... ot_total.php was there (typing error)

    As for the class line (hoping i know what you mean), i have this:
    class ot_total {
    var $title, $output;

    And the third question, i do not understand (about the server)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Unable to take out of Maintenance & Reinstall payment modules
    By seattleannie in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 12 May 2010, 02:59 AM
  2. Unable to Install
    By Marie M in forum Installing on a Windows Server
    Replies: 12
    Last Post: 27 Aug 2009, 06:17 PM
  3. unable to install :blink:
    By 8ball in forum Installing on a Mac Server
    Replies: 1
    Last Post: 24 Dec 2008, 06:32 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