Page 133 of 202 FirstFirst ... 3383123131132133134135143183 ... LastLast
Results 1,321 to 1,330 of 2020
  1. #1321
    Join Date
    Jun 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I've now solved the problem, and the module appears to be working well. (My mistake was too dumb to mention here.)

    Thanks so much for the contribution!

    Quote:
    Originally Posted by dkoehler View Post
    I've run in to a problem trying to install the Super Orders module. I uploaded the Catalog files and (as far as I can tell) ran the SQL file. Super Orders does show up as entry under the Configuration menu in the Admin console, but when I went to install the Purchase Order module, it doesn't show up as an option under Modules / Payment. What did I do wrong?
    dkoehler is offline
    I have this very same issue, the op does not state what he did to solve the problem

    And now i am feeling really dumb, if it is a simple issue i have overlooked

    can anyone help me with this

  2. #1322
    Join Date
    Jun 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    pk sorted it, uploaded files to incorrect directory, the readme in not 100% clear, plus i should have read it better

  3. #1323
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I've installed the security_patch_v138_20090619 yesterday and now when I try to modify Order Payment Data using the 'Modify'-button it sends me to the Admin homepage instead of displaying the actual payment details. "Remove" on the other hand does seem to work!?

    Anyone else experience and maybe solved this? I seem to have missed one upgrade (using rev 46) so I'll upgrade as soon as possible to rev 47 to make sure it isn't related to that.

  4. #1324
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Super orders is not actively maintained and is full of security holes. There's at least one instance where 1.3.8 has stopped functions within it when you are searching for <= something as it strips out the < sign. My personal opinion is that it should be removed from the download section until a maintainer is found but I run more than 30 modules and apparently some of the features are going to be put into ZC 2.0 but it comes as no surprise that fixing a hole in ZC in general would wipe out function in super orders. Anyone is free to post an updated version if they solve the issues as the original maintainer has no further interest in it.

  5. #1325
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Greetings!

    I'm using ZC 1.3.8a with PHP 5.2.9

    I installed SuperOrders according to the directions, and when I go to Customers/Super Orders, it comes up with a blank page. In fact, every related page (except the configuration page) comes up blank. When I look at the source of the blank page all it says is:

    <!-- SHTML Wrapper - 500 Server Error -->

    The error logs provide no clues. We're using BlueHost as our web host, if that makes a difference.

    Even if I make the very first line of code in super_orders.php 'print "Made it here!";' it doesn't do anything but give the error above.

    The only other module I've installed is Export Shipping Information.

    Any ideas? Thank you!

    Emily

  6. #1326
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    That is most likely to be that you have uploaded the files with the wrong permissions on them and the webserver either cannot read them or thinks the permissions are not strict enough. In your ftp program right click the files and see what it says, the ownership and permissions should be the same as your existing files that work. a 500 error is web server related not PHP based.

    Thank you
    Philip

  7. #1327
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by philip_clarke View Post
    That is most likely to be that you have uploaded the files with the wrong permissions on them and the webserver either cannot read them or thinks the permissions are not strict enough. In your ftp program right click the files and see what it says, the ownership and permissions should be the same as your existing files that work. a 500 error is web server related not PHP based.

    Thank you
    Philip
    Philip, thank you so much!! The problem was too much permissions. They came in the archive as rw-rw-r and when I set them to rw-r-r everything started working. I would never have figured that out, so thank you again!!



    Emily

  8. #1328
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by davale View Post
    I've installed the security_patch_v138_20090619 yesterday and now when I try to modify Order Payment Data using the 'Modify'-button it sends me to the Admin homepage instead of displaying the actual payment details. "Remove" on the other hand does seem to work!?

    Anyone else experience and maybe solved this? I seem to have missed one upgrade (using rev 46) so I'll upgrade as soon as possible to rev 47 to make sure it isn't related to that.
    Rev 47 will not correct the problem.
    The new security patch file located in /youradminfolder/includes/init_includes is looking to see if you are using a 'get update', which the Modify Command uses. A quick work around until the problem is actually solved would be to remove ',update' from line 16 in the security file.

    if (isset ( $_GET ['action'] ) && in_array ( $_GET ['action'], array ('save', 'layout_save', 'update', 'update_sort_order', 'update_confirm', 'copyconfirm', 'deleteconfirm', 'insert', 'move_category_confirm', 'delete_category_confirm', 'update_category_meta_tags', 'insert_category' ) ))

    I realize that this defeats one purpose of the patch, but as I said, this is just a Quick Work Around.

  9. #1329
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Please Please Please take over this module. Remove all of the keywords like "update" and the one that does <= and gets clobbered by 1.3.8's security


  10. #1330
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by JTheed View Post
    Rev 47 will not correct the problem.
    The new security patch file located in /youradminfolder/includes/init_includes is looking to see if you are using a 'get update', which the Modify Command uses. A quick work around until the problem is actually solved would be to remove ',update' from line 16 in the security file.
    Thanx JTheed for this workaround. Tried it and indeed the function is restored. Still wondering if I should leave it out or let security prevail.

 

 

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. 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
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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