Page 29 of 81 FirstFirst ... 1927282930313979 ... LastLast
Results 281 to 290 of 805
  1. #281
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    88
    Plugin Contributions
    1

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by Trademagic View Post
    Yes, blank page, and cannot figure where I get an error code from. Please advise so I can get it for your review. Using firefox for mac 23.01 and have firebug installed, though I do not know how to use it to full advantage.
    Firebug won't help in this case. The error is not in your browser, but on the server hosting ZenCart. You need to look at the error logs on your server, probably via the control panel on your hosting service.

    Have you read mc12345678's post above where he mentions the fpdf.php problem and links to this post?

    http://www.zen-cart.com/showthread.p...32#post1218332
    Last edited by BillJ; 12 Sep 2013 at 09:39 PM.

  2. #282
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Fixed the problem using the log files, a new downloaded php text editor with lines showing, and following the information provided. Your clues were essential. Thank you.

    I have all modifications working it seems, and the offending file corrected for function, removed the recaptcha junk I wasn't wanting to use. I posted my admin renamed, and have renamed it again. I changed my bookmark, but is there anywhere in the code that needs to have the name entered for use by the site? My thanks for your effort and time.

    Marc

  3. #283
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Thanks for your advise, Diva. Fixed it with almost no knowledge due to your recommendations. I feel more confident of what I am doing, and it proves the value of close knit knowledgesharing...

    Thank you ever so much!

    Marc Trademagic

  4. #284
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by Trademagic View Post
    Fixed the problem using the log files, a new downloaded php text editor with lines showing, and following the information provided. Your clues were essential. Thank you.

    I have all modifications working it seems, and the offending file corrected for function, removed the recaptcha junk I wasn't wanting to use. I posted my admin renamed, and have renamed it again. I changed my bookmark, but is there anywhere in the code that needs to have the name entered for use by the site? My thanks for your effort and time.

    Marc
    Because you are using ZC 1.5.1, the code of ZC does not need any updating to reflect your new admin directory; however, depending on other setup information your .htaccess file that is located in the root of your store may need to be updated. (For example, CEON's URI Mapping (SEO) requires/advises the .htaccess to contain the admin directory name so that there is no remapping of addresses by that program.) To tell if a change is needed, take a look at the .htaccess file(s) at/before the root of your store. If the/a previous admin directory is specifically identified, then you would want to change it to your new directory name. Regarding the recaptcha, ZC 1.5.1 is designed to support preventing bot's from successfully filling out submission forms. Just like a recaptcha, it does not prevent a person from manually submitting false information, but it does prevent computers from autopopulating and successfully submitting the form(s).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Super Orders v4.0.6 submitted tonight

    Change Log v4.0.6

    • correct issue with fpdf.php clss file
    • Improved Ty Package Tracker integration code (lhungil)
    • Hide Ty Package Tracker and Edit Orders stylesheets if these modules are not installed
    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. #286
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Super Orders v4.0.6 submitted tonight

    Hey Zen Masters,

    Thanks for the continued thoughts MC, and you Diva, again. Here is tonights issue, and curious what I should do about 4.06, does it upgrade? What must I change if I just installed 4.05?

    Trying to access the orders page, it wouldn't go there...Blank Page. Learning from you I sought my error code, and received this.

    [13-Sep-2013 22:29:52] PHP Fatal error: Call to a member function get_content_type() on a non-object in /home/content/69/11416569/html/admintower/includes/classes/order.php on line 243

    I don't know if this is due to merging, and worry about the upgrade for that reason. It gets confusing and I don't have the right side my side merge utility yet, using TextWrangler, have older iMac, also have P4Merge, but that different story. Anyhoo, what do I do with the note above, seek paranthesis?

    Here is the offending line... $this->content_type = $_SESSION['cart']->get_content_type();

    Thanks again for everyones help and concern.

    Trademagic
    Last edited by Trademagic; 14 Sep 2013 at 06:58 AM.

  7. #287
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by cageman5555 View Post
    i fixed it and now feel stupid for wasting your time i know your busy. thank you though for your help and input!!!

    Fix was separate add-on that had an extra "." so i deleted it.
    Cageman and all,

    My problem the same. What was the application, and how do I find the offending "." as I am flying blind and the error code not in SO, but I don't know the problem file. Have Ty Tracker and Edit Orders.

  8. #288
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Where is a current delogger for 1.5.1 Would you recommend something for mac?

    Many thanks. I want to debug inside if possible.

    Marc Sorry, tried to post in the referred location.

  9. #289
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I don't think the root folder of the site holds an .htaccess file. It is in the admin and other folder though.

    Am I missing one?

    Quote Originally Posted by mc12345678 View Post
    Because you are using ZC 1.5.1, the code of ZC does not need any updating to reflect your new admin directory; however, depending on other setup information your .htaccess file that is located in the root of your store may need to be updated. (For example, CEON's URI Mapping (SEO) requires/advises the .htaccess to contain the admin directory name so that there is no remapping of addresses by that program.) To tell if a change is needed, take a look at the .htaccess file(s) at/before the root of your store. If the/a previous admin directory is specifically identified, then you would want to change it to your new directory name. Regarding the recaptcha, ZC 1.5.1 is designed to support preventing bot's from successfully filling out submission forms. Just like a recaptcha, it does not prevent a person from manually submitting false information, but it does prevent computers from autopopulating and successfully submitting the form(s).

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

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Too many posts.. all over the place.. I have NO IDEA what exactly the issue is at this point, but I'm pretty sure it's NOT Super Orders based on the ONE error log message you posted..

    So here's what I will say.. It sounds like you may have other NON SUPER ORDERS related changes that were made to the /admintower/includes/classes/order.php file (and again I HOPE this is NOT your REAL admin folder name). What ever module you've installed that makes changes to this file is the issue and you need to re-examine whatever changes you've made to this file..

    Quote Originally Posted by Trademagic View Post
    Hey Zen Masters,

    Thanks for the continued thoughts MC, and you Diva, again. Here is tonights issue, and curious what I should do about 4.06, does it upgrade? What must I change if I just installed 4.05?

    Trying to access the orders page, it wouldn't go there...Blank Page. Learning from you I sought my error code, and received this.

    [13-Sep-2013 22:29:52] PHP Fatal error: Call to a member function get_content_type() on a non-object in /home/content/69/11416569/html/admintower/includes/classes/order.php on line 243

    I don't know if this is due to merging, and worry about the upgrade for that reason. It gets confusing and I don't have the right side my side merge utility yet, using TextWrangler, have older iMac, also have P4Merge, but that different story. Anyhoo, what do I do with the note above, seek paranthesis?

    Here is the offending line... $this->content_type = $_SESSION['cart']->get_content_type();

    Thanks again for everyones help and concern.

    Trademagic

    This is NOT related to Super Orders support.. This discussion needs to be continued in a NEW THREAD...
    Quote Originally Posted by Trademagic View Post
    Where is a current delogger for 1.5.1 Would you recommend something for mac?

    Many thanks. I want to debug inside if possible.

    Marc Sorry, tried to post in the referred location.
    NOT related to Super Orders support..
    Quote Originally Posted by Trademagic View Post
    I don't think the root folder of the site holds an .htaccess file. It is in the admin and other folder though.

    Am I missing one?

    This issue is one you said you already fixed.. (remember the fix to the fpdf.php file mc12345678 gave you the link to?????????)
    Quote Originally Posted by Trademagic View Post
    Cageman and all,

    My problem the same. What was the application, and how do I find the offending "." as I am flying blind and the error code not in SO, but I don't know the problem file. Have Ty Tracker and Edit Orders.
    Last edited by DivaVocals; 14 Sep 2013 at 04:54 PM.
    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 29 of 81 FirstFirst ... 1927282930313979 ... 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