Page 12 of 81 FirstFirst ... 210111213142262 ... LastLast
Results 111 to 120 of 805
  1. #111
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Yeah honestly I try to find the solution before I come to the forums and I tried to get it to show strict error reporting but it didn't work out. All that showed was the server error 500 page. I made the file in extra configures and I also tried to create a configure.php file in the local directory but it didn't show any errors. I don't know why the log files for the Admin won't show up though.

  2. #112
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by novastar View Post
    Yeah honestly I try to find the solution before I come to the forums and I tried to get it to show strict error reporting but it didn't work out. All that showed was the server error 500 page. I made the file in extra configures and I also tried to create a configure.php file in the local directory but it didn't show any errors. I don't know why the log files for the Admin won't show up though.
    Got the log file this is it:

    Code:
    [15-Jan-2013 05:07:22 UTC] PHP Parse error:  syntax error, unexpected '.' in /html/admin/includes/classes/fpdf/fpdf.php on line 1047
    I removed the dot that was in the ini_set function and tried again but it still doesn't work.

  3. #113
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Got it, there was another occurrence of the same code further into the script. Removed both of the concatenation operators (one on each line that is) and it works now. Thanks.

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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by novastar View Post
    Got it, there was another occurrence of the same code further into the script. Removed both of the concatenation operators (one on each line that is) and it works now. Thanks.
    Yes the solution for that error was posted just a few pages back..
    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. #115
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    I just installed Super Orders 4 and all seems well except any orders previously in the system do not have item prices in the order details area. Please excuse me if this has already been addressed I didn't find it with my search.
    Owner - MatchLock Arms, LLC and M&M Toys (Yes I sell toys and guns, but not toy guns)
    http://www.matchlockarms.com
    http://www.mandmtoys.com

  6. #116
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by matchlock View Post
    I just installed Super Orders 4 and all seems well except any orders previously in the system do not have item prices in the order details area. Please excuse me if this has already been addressed I didn't find it with my search.
    I just did a test order and this applies to new orders as well.
    Owner - MatchLock Arms, LLC and M&M Toys (Yes I sell toys and guns, but not toy guns)
    http://www.matchlockarms.com
    http://www.mandmtoys.com

  7. #117
    Join Date
    Jun 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by matchlock View Post
    I just did a test order and this applies to new orders as well.
    sorry for the multiple hosts. Hopefully this last bit of log info will help

    [27-Jan-2013 16:07:23] PHP Fatal error: Call to undefined method currencies::get_decimal_places() in /xxxxx/orders.php on line 1260
    Owner - MatchLock Arms, LLC and M&M Toys (Yes I sell toys and guns, but not toy guns)
    http://www.matchlockarms.com
    http://www.mandmtoys.com

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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by matchlock View Post
    sorry for the multiple hosts. Hopefully this last bit of log info will help

    [27-Jan-2013 16:07:23] PHP Fatal error: Call to undefined method currencies::get_decimal_places() in /xxxxx/orders.php on line 1260
    Sounds like your install is incorrect or you've installed something else that also modifies orders.php and those edits are the source of your issue..
    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. #119
    Join Date
    Dec 2007
    Posts
    102
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Hi I have installed Super orders V4 on zen 1.51 everything seems to be working ok apart from I am 2 style sheets missing that are refered to in admin/orders.php

    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
    <title><?php echo TITLE; ?></title>
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/super_stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/edit_orders.css">
    <link rel="stylesheet" type="text/css" href="includes/typt_stylesheet.css">
    <link rel="stylesheet" type="text/css" media="print" href="includes/stylesheet_print.css">
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
    <script language="javascript" src="includes/menu.js"></script>
    <script language="javascript" src="includes/general.js"></script>
    <script type="text/javascript">

    edit_orders.css and typt_stylesheet.css don't exist I found this out by checking the servers error logs.

    Is this something that has been left over from previous versions?

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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by AfterHouR View Post
    Hi I have installed Super orders V4 on zen 1.51 everything seems to be working ok apart from I am 2 style sheets missing that are refered to in admin/orders.php

    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
    <title><?php echo TITLE; ?></title>
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/super_stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/edit_orders.css">
    <link rel="stylesheet" type="text/css" href="includes/typt_stylesheet.css">
    <link rel="stylesheet" type="text/css" media="print" href="includes/stylesheet_print.css">
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
    <script language="javascript" src="includes/menu.js"></script>
    <script language="javascript" src="includes/general.js"></script>
    <script type="text/javascript">

    edit_orders.css and typt_stylesheet.css don't exist I found this out by checking the servers error logs.

    Is this something that has been left over from previous versions?
    They are for Ty Package Tracker and Edit orders.. just remove them.. But if you use these modules later you will need to add them back..
    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 12 of 81 FirstFirst ... 210111213142262 ... 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. 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
  3. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 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