Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    154
    Plugin Contributions
    0

    Default Trouble with Export Shipping Information Module

    Hi,

    I'm using 1.3.7 currently, and have attempted to install the export shipping information module, but I continuously get an error, when I follow the instructions to add a line into the "Install SQL Patches"

    when I add the line as instructed:
    ALTER TABLE orders ADD downloaded_ship ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no';

    I get the following error:

    1142 ALTER command denied to user: '' for table 'zen_orders'
    in:
    [ALTER TABLE zen_orders ADD downloaded_ship ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Can someone tell me what I'm doing wrong? I also tried doing it as a file, and still received the same error. Perhaps the line is incorrect in the instructions?

  2. #2
    Join Date
    Feb 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Trouble with Export Shipping Information Module

    I just installed that same mod and it works fine. Based on the error you're getting it seems that you don't have rights to make changes to the database. Some hosts, when setting up the database, assign one user with full rights (meaning you can write to the DB) and another user with read only permission. So you can see all the data but can't make changes.

  3. #3
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Trouble with Export Shipping Information Module

    I am getting an error with this mod -

    Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/rbjc/public_html/shop/admin/includes/functions/html_output.php on line 262

    here is line 262 -

    if ( ($checked == true) || (isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ($GLOBALS[$name] == 'on')) || (isset($value) && isset($GLOBALS[$name]) && (stripslashes($GLOBALS[$name]) == $value)) || (zen_not_null($value) && zen_not_null($compare) && ($value == $compare)) ) {


    I have a test order in and there is no export button just the error.

  4. #4
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Trouble with Export Shipping Information Module

    Anybody??

  5. #5
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Trouble with Export Shipping Information Module

    Quote Originally Posted by raspberryjamcloth View Post
    I am getting an error with this mod -

    Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/rbjc/public_html/shop/admin/includes/functions/html_output.php on line 262

    here is line 262 -

    if ( ($checked == true) || (isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ($GLOBALS[$name] == 'on')) || (isset($value) && isset($GLOBALS[$name]) && (stripslashes($GLOBALS[$name]) == $value)) || (zen_not_null($value) && zen_not_null($compare) && ($value == $compare)) ) {


    I have a test order in and there is no export button just the error.
    Quote Originally Posted by raspberryjamcloth View Post
    Anybody??
    I found the solution. Apparently some legacy codes in Zen Cart are not compatible with php5 and that's the reason for error. Update your html_output.php files with the ones on this page:
    http://www.zen-cart.com/forum/showpo...0&postcount=10
    and that should resolve your issue.
    cheers!

  6. #6
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Trouble with Export Shipping Information Module

    Thank you! Fixed!!

  7. #7
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Trouble with Export Shipping Information Module

    Quote Originally Posted by raspberryjamcloth View Post
    I am getting an error with this mod -

    Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/rbjc/public_html/shop/admin/includes/functions/html_output.php on line 262

    here is line 262 -

    if ( ($checked == true) || (isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ($GLOBALS[$name] == 'on')) || (isset($value) && isset($GLOBALS[$name]) && (stripslashes($GLOBALS[$name]) == $value)) || (zen_not_null($value) && zen_not_null($compare) && ($value == $compare)) ) {


    I have a test order in and there is no export button just the error.
    I have the same exact problem. Running v1.3.8a

 

 

Similar Threads

  1. v138a trouble activating my fedex shipping module with my 1.3.8 version
    By nicko in forum Addon Shipping Modules
    Replies: 1
    Last Post: 20 Mar 2013, 07:04 PM
  2. v138a Trouble Installing Export Shipping+Order Information
    By scripto in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Jan 2013, 11:36 PM
  3. Export Shipping Information
    By Aderra in forum Basic Configuration
    Replies: 0
    Last Post: 24 Nov 2009, 03:57 PM
  4. Trouble with free shipping module
    By ChrisDrumm in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 1 Nov 2006, 04:44 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