Page 31 of 102 FirstFirst ... 2129303132334181 ... LastLast
Results 301 to 310 of 1019
  1. #301
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Thanks for your assistance.

    The problem is with this file:

    catalog\includes\templates\template_default\common\tpl_tabular_display.php on line 36

    line 36 is:

    <?php echo '<' . $cell_type . $c_params . '>'; ?><?php echo $list_box_contents[$row][$col]['text'] ?><?php echo '</' . $cell_type . '>' . "\n"; ?>

    Still not sure what the prob is.

    Thanks.

  2. #302

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by elninomago View Post
    Thanks for your assistance.

    The problem is with this file:

    catalog\includes\templates\template_default\common\tpl_tabular_display.php on line 36

    line 36 is:

    <?php echo '<' . $cell_type . $c_params . '>'; ?><?php echo $list_box_contents[$row][$col]['text'] ?><?php echo '</' . $cell_type . '>' . "\n"; ?>

    Still not sure what the prob is.

    Thanks.
    What is the actual text from the error log in the cache folder?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  3. #303
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    [07-Apr-2011 06:38:18] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\xxxxxxx.com\catalog\includes\templates\template_default\common\tpl_t abular_display.php on line 36

  4. #304

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by elninomago View Post
    [07-Apr-2011 06:38:18] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\xxxxxxx.com\catalog\includes\templates\template_default\common\tpl_t abular_display.php on line 36
    Hmmm...ok...I'm not an expert at reading error log files, but based on the info you provided (both the error log and the line info from the file it points to), I'm going to guess that this file isn't loading:

    admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php

    I think we're going to need Diva's help on this one. But while we're waiting for her to chime in, here are a couple things I would try if your situation was my own:

    1. Re-upload that file and see what happens. Maybe the original got corrupted during the upload on the install.

    2. If that doesn't work, check to make sure all files were uploaded to their proper places, and then

    3. Re-Read the ReadMe to make sure you followed all instructions exactly. If you did not, then uninstall (per the uninstall instructions) and reinstall.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by elninomago View Post
    Also, in the installation instructions, it was stated to rename the "YOUR_TEMPLATE" folders. There were no folders of this kind in the installation pack. Just Admin and Includes folders.

    Please help.
    These are GENERAL instructions as the usual cause for failed module installs is that shopowners forget to rename certain store folders in the module files to match their store.

    Quote Originally Posted by elninomago View Post
    Hoping someone can help.

    I've installed super orders 3.0. Everything looks good from the admin side as far as menus go, but nothing will fire in the customers, Super Orders menu. I just get a error page.
    Quote Originally Posted by elninomago View Post
    [07-Apr-2011 06:38:18] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\xxxxxxx.com\catalog\includes\templates\template_default\common\tpl_t abular_display.php on line 36
    Let me start with I don't think you've provided enough or the right information to get a sense of what is going on with your install..

    Referring to the text highlighted in red above: Is this the error message you said you see when accessing Super Orders or is this from a Zen Cart error log file?????

    If this is coming from a Zen Cart error log file this is unrelated to Super Orders.

    If you are getting some kind of error message when you go to Customers > Super Orders, you need to post that error message.. It's not enough to simply say "I get an error".


    Quote Originally Posted by ScriptJunkie View Post
    Hmmm...ok...I'm not an expert at reading error log files, but based on the info you provided (both the error log and the line info from the file it points to), I'm going to guess that this file isn't loading:

    admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php

    I think we're going to need Diva's help on this one. But while we're waiting for her to chime in, here are a couple things I would try if your situation was my own:

    1. Re-upload that file and see what happens. Maybe the original got corrupted during the upload on the install.

    2. If that doesn't work, check to make sure all files were uploaded to their proper places, and then

    3. Re-Read the ReadMe to make sure you followed all instructions exactly. If you did not, then uninstall (per the uninstall instructions) and reinstall.
    and this is also my guess that this is an incomplete SO3 install..
    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. #306
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread

    Hi All!

    I'm receiving this error in my admin debug log:

    [07-Apr-2011 13:39:38] PHP Warning: stripslashes() expects parameter 1 to be string, array given in /home/server/public_html/admin/super_orders.php on line 131

    Also, I am not getting the shipping detail line to show anywhere. But order total shows the shipping costs added in.

    Any ideas? Oh, I do have TY Tracker installed and turned on/linked.

  7. #307
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Okay,

    I understand what you were saying before about the template override system. I get it.

    I checked all of the files that were part of the installation pack.

    Here's what I found:
    1. In the Install directory, no files are actually named the same as my zen cart files. ie. no files would have been overwritten.
    2. In the require Core Edit files, the following files were overwritten:

    Admin/Includes/general.js
    Admin/Includes/Modules/orders_download
    Includes/Classes/order.php

    Just thought I'd give you more info.

  8. #308

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by elninomago View Post
    Okay,

    I understand what you were saying before about the template override system. I get it.

    I checked all of the files that were part of the installation pack.

    Here's what I found:
    1. In the Install directory, no files are actually named the same as my zen cart files. ie. no files would have been overwritten.
    2. In the require Core Edit files, the following files were overwritten:

    Admin/Includes/general.js
    Admin/Includes/Modules/orders_download
    Includes/Classes/order.php

    Just thought I'd give you more info.
    Right, but because these files are outside of the override system, they won't require a custom template. However, this is why it's very important to keep a copy of the original core file as a back up - in case you need to uninstall this mod. Keeping a zipped copy of the zen cart version you're using should be sufficient for that purpose.

    In the meantime, your real problem seems to be an incomplete installation - meaning that one or more files were not uploaded, were corrupted on upload, were uploaded to the wrong folder, or some other mistake in the installation process was made.

    I would go back and re-read the ReadMe file to make sure you've understood everything correctly. Be sure and read ALL the tabs in the ReadMe, but especially these: Installation & Settings, Configure & Features, and Add-Ons Integration.

    This is particularly important if you have any of these add ons:

    • Edit Orders
    • USPS Autofill Click-N-Ship
    • FedEx Automated Shipping Labels
    • Ty Package Tracker

    I believe your best bet is to uninstall by deleting all the files you uploaded and then running the uninstall sql file included in the package, and then reinstall - but only after you completely read the Read Me file.

    Also, note that there are different directions depending on whether this is a new install or an upgrade from a previous version.

    Lastly, if uninstall/reinstall does not work, then in your next post, please include what version of SO3 you're using, what version of Zen Cart you're running, what version of PHP is installed on your server, what you've tried so far to make it work and the results of those tries.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  9. #309
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Thanks, I will try that.

  10. #310
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread

    Hi...thanks for monitoring this mod...just upgraded to 1.3.9h and this is our first install of super orders.

    I'm getting this error on my super orders detail page beneath the product listing.

    I've carefully redone all my edits for all mods and checked my file uploading and everything looks good. Mods include the newest Edit Orders, Ty tracker (what a bugger that code is to integrate twice) click and ship, and info at a glance:

    Code:
    1054 Unknown column 'total_weight' in 'field list'
    in:
    [select total_weight from orders where orders_id = '10727']
    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.

 

 
Page 31 of 102 FirstFirst ... 2129303132334181 ... LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  2. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1783
    Last Post: 20 Mar 2024, 01:11 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