Page 68 of 80 FirstFirst ... 1858666768697078 ... LastLast
Results 671 to 680 of 798
  1. #671
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    96
    Plugin Contributions
    2

    Default Re: Super Orders v4.0 Support Thread

    Github has a Super Orders version that is updated to v1.5.4

  2. #672
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Super Orders v4.0 Support Thread

    A blank page, means there is a debug file created. Look in your logs folder,and paste the contents of the file here in the thread.
    Quote Originally Posted by Zoloworld View Post
    Yikes. I was reading that it may have issues with earlier Zen Cart models. If i figure out what is causing this issue, I will update it here.

    Just so everyone knows, if you have 1.5.5e, the admin side works flawlessly. If you have edit orders installed, this also works well as long as you tell the mod you are using it on the admin side. The issue you face is the customer side. When the customer goes to view previously purchased items, it brings up a blank white screen under the history.

    The above error codes is what is seen when you look them up.

  3. #673
    Join Date
    Jul 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by Design75 View Post
    A blank page, means there is a debug file created. Look in your logs folder,and paste the contents of the file here in the thread.
    One error shows this: The error log shows this [07-Mar-2019 15:47:25 UTC] PHP Fatal error: Cannot redeclare class order in /home/f4v2tpa9vpps/public_html/includes/classes/order.php on line 1117

    Then when i clear that and log in and go through the process I get this:


    [07-Mar-2019 17:01:07 UTC] Request URI: /adminsection123/orders.php?page=1&oID=6364&action=edit, IP address: 68.81.65.173
    #1 mysql_query() called at [/home/f4v2tpa9vpps/public_html/adminsection123/orders.php:1217]

    [07-Mar-2019 17:01:07 UTC] PHP Warning: mysql_query(): Access denied for user 'f4v2tpa9vpps'@'localhost' (using password: NO) in /home/f4v2tpa9vpps/public_html/adminsection123/orders.php on line 1217
    [07-Mar-2019 17:01:07 UTC] Request URI: /adminsection123/orders.php?page=1&oID=6364&action=edit, IP address: 68.81.65.173
    #1 mysql_query() called at [/home/f4v2tpa9vpps/public_html/adminsection123/orders.php:1217]

    [07-Mar-2019 17:01:07 UTC] PHP Warning: mysql_query(): A link to the server could not be established in /home/f4v2tpa9vpps/public_html/adminsection123/orders.php on line 1217
    [07-Mar-2019 17:01:07 UTC] Request URI: /adminsection123/orders.php?page=1&oID=6364&action=edit, IP address: 68.81.65.173
    #1 mysql_fetch_array() called at [/home/f4v2tpa9vpps/public_html/adminsection123/orders.php:1218]

    [07-Mar-2019 17:01:07 UTC] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/f4v2tpa9vpps/public_html/adminsection123/orders.php on line 1218

  4. #674
    Join Date
    Jul 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    PHP Fatal error: Cannot redeclare class order in /home/f4v2tpa9vpps/public_html/includes/classes/order.php on line 1061


    The real odd part I am not understanding is that 1061 is also the last line in the order.php

  5. #675
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: Super Orders v4.0 Support Thread

    The code being used is not updated to use ZC basic functions and/or is using mysql_ functions that have become deprecated. They should use mysqli_ related functions and/or call formatting if not using ZC functions.

    Also, it is possible that in replacing files that somehow the order class is being called an additional time. If I recall, this was likely to happen if admin files were put into catalog locations.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #676
    Join Date
    Jul 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    i was doing some further research and found the error. As Dr. Byte always says, check the files for duplicate entries. I had a dupe entry at the account history folder. I searched out the line : require(DIR_WS_CLASSES . 'order.php') and found that there were a number of entries that had this. So yes, this mod works for 1.55e. I am doing some more research on this issue and will report back my findings.

  7. #677
    Join Date
    Jul 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    The code being used is not updated to use ZC basic functions and/or is using mysql_ functions that have become deprecated. They should use mysqli_ related functions and/or call formatting if not using ZC functions.

    Also, it is possible that in replacing files that somehow the order class is being called an additional time. If I recall, this was likely to happen if admin files were put into catalog locations.
    The largest issue with this mod is that you have to pay attention to the error, but also look at the address where the page is pointing. I noticed that the account history.php seemed to come up a number of times. I believe is was caused from having edit orders installed. As many would say on these threads, check for repeat files. It is easily overlooked.

  8. #678
    Join Date
    Jul 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Now I am trying to fix this next issue on the admin side. I dont understand why this is coming up as the back end is working.. well as far as I can see.

    It is throwing this error message still:

    [09-Mar-2019 16:56:30 UTC] Request URI: adminside/ orders.php?page=1&oID=6371&action=edit, IP address: 68.81.65.173
    #1 mysql_query() called at [/home/f4v2tpa9vpps/public_html/adminside/orders.php:1217]

    [09-Mar-2019 16:56:30 UTC] PHP Warning: mysql_query(): Access denied for user 'f4v2tpa9vpps'@'localhost' (using password: NO) in /home/f4v2tpa9vpps/public_html/adminside/orders.php on line 1217
    [09-Mar-2019 16:56:30 UTC] Request URI: /adminside/orders.php?page=1&oID=6371&action=edit, IP address: 68.81.65.173
    #1 mysql_query() called at [/home/f4v2tpa9vpps/public_html/adminside/orders.php:1217]

    [09-Mar-2019 16:56:30 UTC] PHP Warning: mysql_query(): A link to the server could not be established in /home/f4v2tpa9vpps/public_html/adminside/orders.php on line 1217

  9. #679
    Join Date
    Jul 2011
    Posts
    35
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Ok, this may have been an old log file as i cannot replicate it again. Everything is working on both sides. The admin side shows all the versatility of Super Orders 4.x and also I have Edit Orders installed. The customer end is also working correct and not throwing any codes.

  10. #680
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Super Orders v4.0 Support Thread

    The mysql errors were resolve in the version on github years ago

 

 
Page 68 of 80 FirstFirst ... 1858666768697078 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1786
    Last Post: 10 Apr 2024, 03:17 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