Page 19 of 66 FirstFirst ... 9171819202129 ... LastLast
Results 181 to 190 of 657
  1. #181
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Great point!!!

    This DEFINITELY a Zen Cart thing, and I ran into the same kind of issues myself when testing this and other modules.. Apparently Zen Cart doesn't like it when you keep previous versions of other files. So regardless as to whether you are installing this module or others, if you are doing file merges, ALWAYS make sure that you do not upload the .bak files your file merge program may create.. AND do not even upload previous version of the same files along with the new version (even if you rename them you may run into erros from blank pages or other related errors)

    Quote Originally Posted by soxophoneplayer View Post
    Admin login lost when updating.

    I updated this mod from v 3.02 to 3.03 on my zc 1.3.9h (test site only). I lost my admin login, replaced with a blank page. Front end of store worked fine.

    Peeking in the cache/debug files, I was getting a "can not re-declare zen_bd_scrub in ()..." message. This was in ref to admin/includes/functions/extra_functions/common_orders_functions.php.

    When I edit/merge or replace files there is always a .bak file created - I don't know if this is a zen cart thing or a windows thing. But anyway, common_orders_functions.php.bak was clearly not playing nice with the new file. When I removed the .bak file everything returned to normal and my login worked fine.

    I post this in case someone else hits the same snag ;o)
    Last edited by DivaVocals; 19 Jan 2011 at 08:10 PM. Reason: Goodness.. I really CAN spell.. **LOL**
    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.

  2. #182
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    I've run into the 'blank admin' issue.

    I initially installed ver 3.02 per instructions and everything looked fine except the 'update' button was not showing in the orders. Once I clicked where the button should be, everything went away.

    So I came here, found the new version 3.03, followed the directions in it. Same result. Blank admin.

    I went thru and removed all of the Edit Orders files, reuploaded the original 1.3.9h orders.php and ran the uninstall sql via phpMyAdmin in cpanel (since I couldn't access my admin to do it).

    It's still blank and I'm getting the following in my debug file:

    Code:
    [21-Jan-2011 23:17:01] PHP Warning:  require(includes/languages/1.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/xxxxxx/includes/init_includes/init_languages.php on line 35
    [21-Jan-2011 23:17:01] PHP Warning:  require(includes/languages/1.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxx/public_html/xxxxx/includes/init_includes/init_languages.php on line 35
    [21-Jan-2011 23:17:01] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/languages/1.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/xxxxx/includes/init_includes/init_languages.php on line 35
    Note: This is the same thing it said when the blank pages originally appeared. So I'm getting the same error even after uninstalling everything which makes no sense to me. I've uninstalled many a mod and everything always went back to normal.

    I'm running:

    Zencart version 1.3.9h (new install - not an upgrade)
    PHP Version: 5.2.15
    Server OS: Linux 2.6.34.6
    Database: MySQL 5.1.52

    Using Filezilla 3.3.5.1 to FTP


    Mods Installed:

    User Tracking
    Database Backup - MySQL
    Easy Populate
    Reward Points Suite
    Image Handler
    Fual Slimbox
    Quick Updates
    Black-Admin Theme
    Sales Report


    I tried // out the line referred to in the debug file (includes/init_includes/init_languages.php on line 35) just to see what would happen and the admin did come back, but all the headers/text was fubarbed. (EX: HEADER_TITLE_TOP)

    If you can help me figure out how to get my admin back to normal, I will be eternally grateful.
    I'll finish that project tomorrow, I've made enough mistakes today!

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

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Dunno what else to say here.. v3.03 resolves the blank page and language errors. The code that was the cause of the problem is no longer there and there is no other reason for the error to appear unless you have somehow not replaced your current files with the ones from the v3.03 fileset..

    Suggest making a backup and doing a file comparison between the v3.03 fileset and files in your store.. I'm fairly certain you will find that somehow the files in place are not from the current fileset..

    Quote Originally Posted by Boggled View Post
    I've run into the 'blank admin' issue.

    I initially installed ver 3.02 per instructions and everything looked fine except the 'update' button was not showing in the orders. Once I clicked where the button should be, everything went away.

    So I came here, found the new version 3.03, followed the directions in it. Same result. Blank admin.

    I went thru and removed all of the Edit Orders files, reuploaded the original 1.3.9h orders.php and ran the uninstall sql via phpMyAdmin in cpanel (since I couldn't access my admin to do it).

    It's still blank and I'm getting the following in my debug file:

    Code:
    [21-Jan-2011 23:17:01] PHP Warning:  require(includes/languages/1.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/xxxxxx/includes/init_includes/init_languages.php on line 35
    [21-Jan-2011 23:17:01] PHP Warning:  require(includes/languages/1.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxx/public_html/xxxxx/includes/init_includes/init_languages.php on line 35
    [21-Jan-2011 23:17:01] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/languages/1.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/xxxxx/includes/init_includes/init_languages.php on line 35
    Note: This is the same thing it said when the blank pages originally appeared. So I'm getting the same error even after uninstalling everything which makes no sense to me. I've uninstalled many a mod and everything always went back to normal.

    I'm running:

    Zencart version 1.3.9h (new install - not an upgrade)
    PHP Version: 5.2.15
    Server OS: Linux 2.6.34.6
    Database: MySQL 5.1.52

    Using Filezilla 3.3.5.1 to FTP


    Mods Installed:

    User Tracking
    Database Backup - MySQL
    Easy Populate
    Reward Points Suite
    Image Handler
    Fual Slimbox
    Quick Updates
    Black-Admin Theme
    Sales Report


    I tried // out the line referred to in the debug file (includes/init_includes/init_languages.php on line 35) just to see what would happen and the admin did come back, but all the headers/text was fubarbed. (EX: HEADER_TITLE_TOP)

    If you can help me figure out how to get my admin back to normal, I will be eternally grateful.
    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.

  4. #184
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Hello Diva et al, Thank you for the great job.

    Zen Cart 1.3.9h
    Database Patch Level: 1.3.9h
    PHP Version 5.2.15
    super_orders_30
    edit_orders_v3.02
    better_together_2.3a
    jscroller_sidebox_package_2-1
    return_authorization_v2-3-3a
    order_total_insurance by Numinix
    userCurrency (when a customer logs in currency is auto selected)
    simple_google_analytics_ver1-2-2
    corner_site_seal_1.0
    FR-lang-zen-cart-v1.3.9-1.0 (not being used)

    Everything works great, no blank pages no error messages. I have looked through both forums for others with my situation but no luck.
    I use Super Orders and Edit orders to simply add a serial# to the product description line. The Edit order page comes up fine except that the tax is set at 0% beside the shipping charge. If I do not insert the correct tax rate before I update the total gets reset to no tax on shipping. Any help would be appreciated. Thanks again for all your hard work.
    Niko

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

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Edit Orders has ALWAYS worked this way (hence the on-screen hint that indicates that the shipping tax rate is not saved in the database)

    Quote Originally Posted by gearheadniko View Post
    Hello Diva et al, Thank you for the great job.

    Zen Cart 1.3.9h
    Database Patch Level: 1.3.9h
    PHP Version 5.2.15
    super_orders_30
    edit_orders_v3.02
    better_together_2.3a
    jscroller_sidebox_package_2-1
    return_authorization_v2-3-3a
    order_total_insurance by Numinix
    userCurrency (when a customer logs in currency is auto selected)
    simple_google_analytics_ver1-2-2
    corner_site_seal_1.0
    FR-lang-zen-cart-v1.3.9-1.0 (not being used)

    Everything works great, no blank pages no error messages. I have looked through both forums for others with my situation but no luck.
    I use Super Orders and Edit orders to simply add a serial# to the product description line. The Edit order page comes up fine except that the tax is set at 0% beside the shipping charge. If I do not insert the correct tax rate before I update the total gets reset to no tax on shipping. Any help would be appreciated. Thanks again for all your hard work.
    Niko
    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. #186
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Thanks Diva, I'll look forward to any updates on this great add on
    Niko

  7. #187
    Join Date
    Apr 2008
    Location
    internet
    Posts
    41
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Busy with a nice update for you guys
    [ updates | coding | maintenance | bug fixes | dedicated servers ]

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

    application error Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Quote Originally Posted by xcooling View Post
    Busy with a nice update for you guys
    Can't wait to see it...
    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. #189
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Run into a "bummer" - Edit order (V3.03) doesn't take multiple taxes as well as ZenCart (1.3.9h). I do understand that this is a minor issue for most, but it would of course be nice if the functionality was consistent throughout the system....

  10. #190
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Forgot to mention - it DOES show all the tax classes, but the value is the same in all, which is shouldn't be, as the order contained only one tax this time...

 

 
Page 19 of 66 FirstFirst ... 9171819202129 ... 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. 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
  3. 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
  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