Page 22 of 188 FirstFirst ... 1220212223243272122 ... LastLast
Results 211 to 220 of 1873
  1. #211
    Join Date
    Feb 2013
    Posts
    41
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I have this error in admin



    Filesystem Error: Unable to delete '/var/www/vhosts/myserver.co.uk/joblotdeals/zen_admin/includes/functions/extra_functions/common_orders_functions.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
    Filesystem Error: Unable to delete '/var/www/vhosts/myserver.co.uk/joblotdeals/zen_admin/includes/extra_datafiles/edit_orders_defines.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
    Edit Orders installation / upgrade failed!

    How can I fix this please?

  2. #212
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by Quality Refurbished View Post
    Filesystem Error: Unable to delete '/var/www/vhosts/myserver.co.uk/joblotdeals/zen_admin/includes/functions/extra_functions/common_orders_functions.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.

    Filesystem Error: Unable to delete '/var/www/vhosts/myserver.co.uk/joblotdeals/zen_admin/includes/extra_datafiles/edit_orders_defines.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
    This message appears when permissions are not configured to allow the web server to delete those files. Give the web server access to delete those two files (via FTP, CPanel, etc). Afterwards run the installer again.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  3. #213
    Join Date
    Mar 2013
    Location
    South Carolina, United States
    Posts
    23
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Ok, I have somehow successfully broken everything. So, I originally had a problem with a shipping address. I went into an order and edited it, and then got the problem of the subtotals not updating correctly. So, I decided to try to update to 4.1.1 to have the problem fixed. But, I still had the subtotal problem and then I messed something up and have tried to revert back and then re-do and now I am just stuck. I made the stupid mistake of not backing up before beginning this process. I am willing to let the order just be messed up due to the frustration it has caused me. BUT, now when I try to edit an order, I get a Page Not Found Error on - admin/FILENAME_ORDER_EDIT.php?origin=index&page=1&oID=XXXX&action=edit So, I believe I am missing a page on my Edit Order install, any suggestions? I also notice when trying to print a packaging slip it is showing the same image for 2 products, which makes me think it is messed up on them.

    So, I have Edit Orders 4.1.1, Super Orders 4.0.5 and Ty Tracker 3.1.3 - Zen Cart 1.5.1 and I would love any suggestions please?

  4. #214
    Join Date
    Feb 2013
    Posts
    41
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Thank you for your reply and help

  5. #215
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders 4.1.1 Released!

    Quote Originally Posted by su35 View Post
    ... I found a mistake in the shipping.php that made when I merged Edit order with others. thanks again.
    No problem, glad you were able to find the mistake and get everything up and running!

    Quote Originally Posted by Quality Refurbished View Post
    Thank you for your reply and help
    No problem.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #216
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by RyanEOD View Post
    ...But, I still had the subtotal problem and then I messed something up and have tried to revert back and then re-do and now I am just stuck. ...
    Re-install Edit Order's 4.1.1 (all steps to make sure your files are up to date) and make note of any messages. If you replaced "orders.php" with the one from "Super Orders" or any other module after the installation of "Edit Orders", the changes made during installation of "Edit Orders" will no longer be present in "orders.php". If you re-install "Edit Orders" the installer should automatically make the needed changes to "orders.php".

    The "Edit Orders" installer changes all instances of FILENAME_ORDER_EDIT to FILENAME_EDIT_ORDERS if a version of "Super Order" <= "4.0.5" is installed.

    Quote Originally Posted by RyanEOD View Post
    ...I am willing to let the order just be messed up due to the frustration it has caused me. ...
    Once "Edit Orders" 4.1.1 is re-installed (and working), you have two options to fix the "messed up" order's subtotal:
    1. Write down a list of products (including attributes and price) from the order. Remove all products from the order using "Edit Orders". Use phpMyAdmin or similiar to manually correct the "text" and "value" for subtotal and total (if nothing is in the order these should be "$0.00" and "0.0000" in the orders and orders_total database tables (for the specific order_id). This should fix the order to have correct subtotal and total data. You can then go back to "Edit Orders" and re-add the products.
    2. Simply create a new order for the customer (see the "Admin New Order" plugin or "Encrypted Master Password" plugin). You can then use "Edit Orders" to re-create the order information in the "messed up" order. When done, you can delete the "messed up" order (so it does not show in invoices or the customer history).
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #217
    Join Date
    Mar 2013
    Location
    South Carolina, United States
    Posts
    23
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lhungil View Post
    Re-install Edit Order's 4.1.1 (all steps to make sure your files are up to date) and make note of any messages. If you replaced "orders.php" with the one from "Super Orders" or any other module after the installation of "Edit Orders", the changes made during installation of "Edit Orders" will no longer be present in "orders.php". If you re-install "Edit Orders" the installer should automatically make the needed changes to "orders.php".

    The "Edit Orders" installer changes all instances of FILENAME_ORDER_EDIT to FILENAME_EDIT_ORDERS if a version of "Super Order" <= "4.0.5" is installed.


    Once "Edit Orders" 4.1.1 is re-installed (and working), you have two options to fix the "messed up" order's subtotal:
    1. Write down a list of products (including attributes and price) from the order. Remove all products from the order using "Edit Orders". Use phpMyAdmin or similiar to manually correct the "text" and "value" for subtotal and total (if nothing is in the order these should be "$0.00" and "0.0000" in the orders and orders_total database tables (for the specific order_id). This should fix the order to have correct subtotal and total data. You can then go back to "Edit Orders" and re-add the products.
    2. Simply create a new order for the customer (see the "Admin New Order" plugin or "Encrypted Master Password" plugin). You can then use "Edit Orders" to re-create the order information in the "messed up" order. When done, you can delete the "messed up" order (so it does not show in invoices or the customer history).
    Thank you very much for the help! The steps worked, I wanted to keep that order as the same one due to the customer had already paid with Paypal so I didn't know how bad it would jack things up to cancel that order and redo a new one. So, I followed the steps for getting into SQL and after editing it there and then adding everything back in I am now good to go on that side!

    I have one more problem but I think it is a Super Orders thing, when I go to bring up the Packaging Slip, and I have images on, it shows the same thumbnail for 2 different products. Any thoughts or should I move this over to the support thread for it?

    Thanks again for all your help!

  8. #218
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Edit Orders v4.0 Support Thread

    I've got Edit Orders 4.1.1 installed on a client's v1.5.1 site (running PHP 5.2.17). The store has products with a bunch of attributes and I'd asked the owner to perform a bit a verification of some of the issues he'd found with EO v4.1. He was editing a test order, adding a product that includes a checkbox attribute and indicated that the option didn't have a label in the "add product" screen. I didn't think much about it until I was checking the store's /logs folder and found:
    Code:
    [26-Jul-2013 15:50:46] PHP Warning:  array_shift(): The argument should be an array in <ADMIN/includes/functions/extra_functions/edit_orders_functions.php on line 486
    [26-Jul-2013 15:50:46] PHP Warning:  Invalid argument supplied for foreach() in <ADMIN>/includes/functions/extra_functions/edit_orders_functions.php on line 487
    I'm thinking that they're related ...

    Any insight or additional tests I could perform are welcomed.

  9. #219
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    ... adding a product that includes a checkbox attribute and indicated that the option didn't have a label in the "add product" screen. ...
    Not sure exactly what would cause the label to not show... Except maybe if no products_options_id existed for the admin language (the query would pull the products_attributes_id but would not be able to match a products_options / products_options_values)... Is the store by any chance a multilingual store?

    Quote Originally Posted by lat9 View Post
    ...
    Code:
    [26-Jul-2013 15:50:46] PHP Warning:  array_shift(): The argument should be an array in <ADMIN/includes/functions/extra_functions/edit_orders_functions.php on line 486
    [26-Jul-2013 15:50:46] PHP Warning:  Invalid argument supplied for foreach() in <ADMIN>/includes/functions/extra_functions/edit_orders_functions.php on line 487
    ...
    Not related. The function containing those lines is not called when listing the options (attributes) on the "add product" page. Should not affect functionality (just does not add the attribute to the product as none were checked).

    Thank You for reporting this debug message. It seems when I switched the test environments over to suphp I forget to change the php.ini settings from production to development (so they were not reporting warnings). I'll take care of the specific case generating that warning in the next release.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  10. #220
    Join Date
    May 2013
    Location
    hogn kong
    Posts
    7
    Plugin Contributions
    0

    Default Edit Orders v4.0 Support Thread

    hi
    i find a bug of the module,
    the subtotal still not work 100% correctly
    if only one product it working fine..
    if more than one product and try to change the quantity or unit price the subtotal will go wrong
    i am not sure how to fix it
    if any help will be thankful

 

 

Similar Threads

  1. 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
  2. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  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. 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
  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