Page 83 of 102 FirstFirst ... 3373818283848593 ... LastLast
Results 821 to 830 of 1019
  1. #821
    Join Date
    Dec 2011
    Location
    Boise, ID
    Posts
    28
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    I had a similar issue upon upgrading. The fix was to simply eliminate the common_orders_functions file. The coding is, basically, repeated in the new SO ver. 4 files elsewhere.

  2. #822
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Hi again, just curious if this change will affect any future installs of sql plug-ins?

    Thanks!

  3. #823
    Join Date
    Mar 2005
    Posts
    229
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by DivaVocals View Post
    When you see the error message there should be an error log file in the Zen Cart cache folder.. What does that error log file say??
    Great ! I didn't know that I could see the log there. Here is the error message :

    Code:
    PHP Fatal error:  1054:Unknown column 'split_from_order' in 'field list' :: select split_from_order, is_parent from orders	where orders_id = '2595' in /catalog/includes/classes/db/mysql/query_factory.php on line 101

  4. #824
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by hubert View Post
    Great ! I didn't know that I could see the log there. Here is the error message :

    Code:
    PHP Fatal error:  1054:Unknown column 'split_from_order' in 'field list' :: select split_from_order, is_parent from orders    where orders_id = '2595' in /catalog/includes/classes/db/mysql/query_factory.php on line 101
    You have an incomplete install.. Suggest re-installing.. You don't need to re-upload all the files, but will need to login to the admin, re-upload the 1_Base_Files/YOUR_ADMIN_FOLDER/includes/auto_loaders folder, and then click any link in the admin to re-execute the auto-installer.

    Are you by chance upgrading a Super Orders version older than v3.0??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #825
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by Zadris View Post
    Hi again, just curious if this change will affect any future installs of sql plug-ins?

    Thanks!
    Not sure which post you are responding to.. What change are you referring to?? Explain what you mean by "sql plugin-ins"??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #826
    Join Date
    Nov 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by richardtuttle View Post
    I had a similar issue upon upgrading. The fix was to simply eliminate the common_orders_functions file. The coding is, basically, repeated in the new SO ver. 4 files elsewhere.
    Thank You sir, that worked perfectly. Now we will install edit orders and see how that goes.

  7. #827
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Not sure which post you are responding to.. What change are you referring to?? Explain what you mean by "sql plugin-ins"??
    Go to your SQL and change

    TYPE=MyISAM ;

    to

    ENGINE=MyISAM ;

    I am just curious by changing the sql will it create any future problems or does this modification just benefit Super Orders...I hope I made myself clear...Thanks again

  8. #828
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by Zadris View Post
    Go to your SQL and change

    TYPE=MyISAM ;

    to

    ENGINE=MyISAM ;

    I am just curious by changing the sql will it create any future problems or does this modification just benefit Super Orders...I hope I made myself clear...Thanks again
    It simply allowed your Super Order SQL install to work..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #829
    Join Date
    Mar 2005
    Posts
    229
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    You have an incomplete install.. Suggest re-installing.. You don't need to re-upload all the files, but will need to login to the admin, re-upload the 1_Base_Files/YOUR_ADMIN_FOLDER/includes/auto_loaders folder, and then click any link in the admin to re-execute the auto-installer.

    Are you by chance upgrading a Super Orders version older than v3.0??
    Yes and no, I'm upgrading from 1.3.7 with SO 3.0 but keeping the previous database upgraded by install scripts.

    In fact the error log was right :-), some fields were missing so I reviewed the SO 4 SQL file, removed all that already exists in the MySQL tables and did the remaining SQL request.

    No more errors.

    Thanks you very much.

  10. #830
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!

    Quote Originally Posted by hubert View Post
    Yes and no, I'm upgrading from 1.3.7 with SO 3.0 but keeping the previous database upgraded by install scripts.

    In fact the error log was right :-), some fields were missing so I reviewed the SO 4 SQL file, removed all that already exists in the MySQL tables and did the remaining SQL request.

    No more errors.

    Thanks you very much.
    Not sure what you mean by "removed all that already exists in the MySQL tables and did the remaining SQL request", but glad it worked out.

    If you were indeed missing the "split_from_order" column as stated in the error, then you MUST be upgrading from a version of Super Orders Older than 3.0.. Given that you were upgrading a 1.3.7 store this would have to be the case as Super Orders v3.0 was not backwards compatible (would be UNLIKELY to work on a Zen Cart v1.3.7 store)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 83 of 102 FirstFirst ... 3373818283848593 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

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