Page 7 of 48 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 476
  1. #61
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Dear lat9,

    I have the same issue as one of the first topics. I receive the following message:
    The DbIo Manager does not support your installation, due to a mismatch between your DB_CHARSET (DB_CHARSET) and CHARSET (utf-8) values.

    You have given a solution in the beginning, to change the configure.php file (define ('DB_CHARSET', 'utf-8'); into define ('DB_CHARSET', 'utf8');)

    But.. I do not have that line into my configure file, only in the dis-configure.php file, but there is already the following line:

    define('DB_CHARSET', 'utf8');

    , is there an another way to solve this?

    Best Regards,
    Last edited by LadyoftheCave; 9 Jun 2017 at 02:57 PM.

  2. #62
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,495
    Plugin Contributions
    88

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    @LadyoftheCave, I just posted on the thread that brought you here ... what version of Zen Cart are you running?

  3. #63
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Ohh thank you, I will check :) I have 1.5.4

  4. #64
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,495
    Plugin Contributions
    88

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Hmm, that's not right; for ZC 1.5.4, you should have a DB_CHARSET definition within both /includes/configure.php and /YOUR_ADMIN/includes/configure.php, towards the bottom, with the other database definitions.

    You should check your database via phpMyAdmin to make sure that the "collation" setting for the tables is something on the order of utf8_general_ci. If that's the case, then just edit those two files to add the line
    Code:
    define('DB_CHARSET', 'utf8');
    to each. Remember that the /includes/configure.php file is normally marked read-only, so you'll need to change those permissions before editing!

    If the collations show latin1_{something}, then there are more corrections needed.

    Converting from iso-8859-1 to utf8

  5. #65
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Quote Originally Posted by LadyoftheCave View Post
    Ohh thank you, I will check :) I have 1.5.4
    I am guessing that you still use an old configure.php set, one maybe from ZC 1.3.9x, which has never been updated. If you do have a configure.php file with the definition as per above, then, yes, it is the correct one and only needs the definition updated.

  6. #66
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Quote Originally Posted by frank18 View Post
    I am guessing that you still use an old configure.php set, one maybe from ZC 1.3.9x, which has never been updated. If you do have a configure.php file with the definition as per above, then, yes, it is the correct one and only needs the definition updated.
    It could be, I have updated once from 1.3.9, I will check this, thank you :)

  7. #67
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Quote Originally Posted by lat9 View Post
    Hmm, that's not right; for ZC 1.5.4, you should have a DB_CHARSET definition within both /includes/configure.php and /YOUR_ADMIN/includes/configure.php, towards the bottom, with the other database definitions.

    You should check your database via phpMyAdmin to make sure that the "collation" setting for the tables is something on the order of utf8_general_ci. If that's the case, then just edit those two files to add the line
    Code:
    define('DB_CHARSET', 'utf8');
    to each. Remember that the /includes/configure.php file is normally marked read-only, so you'll need to change those permissions before editing!

    If the collations show latin1_{something}, then there are more corrections needed.

    Converting from iso-8859-1 to utf8
    Hi lat9,

    I have added the lines to the configure.php files and now it works like a charm :)

    Thank you

  8. #68
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Hi lat9,

    Sorry, I have still one more question. You told me that it was possible to select only order files from a certain period, but I cannot find it, could you tell me where I can select this?

    Best Regards,

  9. #69
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,495
    Plugin Contributions
    88

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Quote Originally Posted by LadyoftheCave View Post
    Hi lat9,

    Sorry, I have still one more question. You told me that it was possible to select only order files from a certain period, but I cannot find it, could you tell me where I can select this?

    Best Regards,
    To export orders based on status, date- or id-range:
    • Click Tools->Database I/O Manager
    • Choose the Orders handler from the top-most dropdown
    • Tick the Show/Hide filters box
    • Make your selections from the form fields now exposed.
    • Click the Export button

  10. #70
    Join Date
    Jan 2016
    Location
    Netherlands
    Posts
    150
    Plugin Contributions
    0

    Default Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Quote Originally Posted by lat9 View Post
    To export orders based on status, date- or id-range:
    • Click Tools->Database I/O Manager
    • Choose the Orders handler from the top-most dropdown
    • Tick the Show/Hide filters box
    • Make your selections from the form fields now exposed.
    • Click the Export button
    ahhh that is great, I totally missed that one, thank you :)

 

 
Page 7 of 48 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR