Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    > Are your language files missing from /includes/languages/english/modules/order_totals/ ?

    No, there is the same list of file names in that directory.

    > Have you added any new code or anything to your site recently?

    Well, um, I'm trying to sort out a problem with the Edit Orders plugin. A long story, but in the context of working through that, ie., to get back to a base install with no trace of files from that plugin, I noticed the anomaly with the order total modules. I thought I needed to deal with that first, before trying to sort out the Edit Orders mess. I should say that the mess is not down to the plugin.

    I am assuming that if I get back to the original install state vis. all that kind of stuff, I can clear that up. The essence of that problem though, is that order totals aren't displayed. Hence, my newfound interest in the order totals modules!

  2. #12
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    On the PDO_SQLITE.so error, my server people said I should talk to [zencart]. Not looking to criticise anyone, but what is the essence of this error? What steps need to be taken to overcome this?

  3. #13
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Order totals modules not appearing in admin

    Quote Originally Posted by godt View Post
    On the PDO_SQLITE.so error, my server people said I should talk to [zencart]. Not looking to criticise anyone, but what is the essence of this error? What steps need to be taken to overcome this?
    Are you using a custom php.ini file?
    When my host upgraded from php 5.2 to 5.3 It gave me similar errors as I was still using the php.ini file from php 5.2
    When I replaced it with the 5.3 php.ini file this error went away.
    Again this is something your host should help with.

    The PDO_SQLITE.so file was referenced in the earlier php.ini file
    I believe it was commented out in the current version
    Last edited by gilby; 7 Mar 2014 at 08:30 AM.

  4. #14
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    Interesting. No custom ini file. But I get the idea that it has something to do with a php upgrade. My server people are really good. But the response from a 'first level' support person was that I should talk to [me]. I recall a similar thing some time ago - may not have been with zencart - and a higher level support person said something about PHP versions. But nothing specific. (server people good? Generally, yes, very good. There must be a too-hard basket nearby.)
    Last edited by godt; 7 Mar 2014 at 08:51 AM.

  5. #15
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Order totals modules not appearing in admin

    Quote Originally Posted by godt View Post
    I also get this error constantly, which I am told is to do with PHP:

    [07-Mar-2014 03:47:05 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/PDO_SQLITE.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/PDO_SQLITE.so: undefined symbol: php_pdo_register_driver in Unknown on line 0.
    PHP triggers that error every time it starts (which on some server configurations could actually be on every page visit) when the PHP configuration on the server is set to specifically load support for that driver but the driver can't be located. In this case it's for the PDO driver for the sqlite engine.
    A competent server tech support person would know this.

    Zen Cart doesn't use SQLITE, nor does it use PDO. Thus why Ajeh advised you that the problem must be fixed by the server administrator.
    .
    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.

  6. #16
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    Thank you for that explanation Dr Byte. I will put that to my people in precisely that way. Much appreciated.

  7. #17
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    On the other matter, any thoughts on how to get order_total modules appearing? It doesn't seem likely that edit_orders files would cause that.

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

    Default Re: Order totals modules not appearing in admin

    Could you check the files in:
    /includes/modules/order_total

    and make sure that those files are the Code files and not somehow the language files?

    Could you compare the file, on the server, for:
    /your_secret_admin/modules.php

    to a clean Zen Cart v1.5.1 copy of that file?

    A good compare tool is Beyond Compare from scootersoftware.com ...
    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. #19
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    Thanks. I'll do that.

  10. #20
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Order totals modules not appearing in admin

    I compared the admin/modules.php file on the server to a clean ZC copy, and Winmerge showed no difference. And then copied new versions of /includes/languages/english/modules/order_totals files to the server, as well new copies of /includes/english/modules/order_totals. Then replaced all files that the 'Edit Orders' module had added or changed.

    I still have no totals showing, and no order_total modules displayed.

    I also logged in through a second admin directory that I had installed some time ago for another purpose, and I get the same absences there. Which would seem to suggest a corrupted file outside of /admin, or a database issue.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 22 Jun 2013, 02:57 AM
  2. Replies: 1
    Last Post: 5 Sep 2012, 11:57 AM
  3. is this correct in the listing of the order modules in order totals?
    By willie bee in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 7 May 2011, 04:24 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