Quote Originally Posted by magicpants View Post
Hey Blindside,

Okay, I verified I had installed rev45. I redownloaded the latest version from this site and went through each file, verifying that the modified dates were the same. They are. Plus, this snippet I got when running the upgrade file is in the latest version of the super_upgrade.php.

I got a little thrown by the idea it was an older version, because I can't find any mention of this installation step in the README or anywhere else. If this was just a mistake, no problem -- just let me know because I'm waiting to try to find the right place in that file to add the snippet.

I'm being cautious as I can too easily create bugs by doing things I don't understand.

I include our previous posts on this subject so you know what I'm talking about. :) And, thanks for being so thorough by responding to everyone's issues!
Take a look at step 7 in the "REQUIRED FILE EDITS" section of the readme. The update script is displaying an older setup that this step replaces.

Obviously, you should ignore that instruction in the update script (like I said, that needs major work).
Quote Originally Posted by jettrue View Post
Is anyone having an issue with this mod with apostrophe's? I'm having a client with issue with either updating products that have apostrophe's in their name, or apostrophe's in their customer's data. They cannot update the order as delivered. without a mysql error.
Yes, to all who reported apostrophe bugs, it's caused when you have magic quotes enabled. I have fixed this issue for the next release.
Quote Originally Posted by Danielle View Post
Hi there, I have found a really odd bug, I cannot imagine what could be causing it. When I use the split packing slip feature, everything works great, the packing slips comes up with a checkmark beside the products I'm shipping and an x beside the products that aren't being shipped. Down at the bottom there is the legend where it shows the checkmark and x again and lets customers know what they mean. If I print the packing slip in black and white, it works fine. But if I print in color, which I always do, the checkmark and x in the legend don't show up at all, even though they're onscreen! They show up fine when printed in black & white! The checkmark and x beside the products show up fine in color. What on earth could be causing that? It's so bizarre!!! It's not a huge deal, but I always print in color because of my logo, and the legend at the bottom looks a little odd without the check and the x. Anyone have any insight on this?
At first I was going to say that it was your print driver, but then I thought about it some more...

Make sure you color ink cartridge isn't empty...
Quote Originally Posted by mafiasam View Post
Hello I am having some serious issues with this contribution:
well then you came to the right place.
First of all I attempted to install this contribution and followed the instructions exactly and still ran into problems with running the sql because it kept telling me that there were duplicate entries.
Stopping you right there. If you got dupe entry errors, that means the script was already run. If you're certain you didn't do it, then your host likely installed the mod for you. Just FYI...
So I decided not to install and had a full backup restored by my hosting company which should have put everything back to previous. However now I am getting these errors:
Code:
1054 Unknown column 'balance_due' in 'field list'
in:
[UPDATE orders SET balance_due = '8.8' WHERE orders_id = 32]
That is an SO-only function (which is why your searches ended up here); it's trying to update the balance of the order, and that only occurs in SO files. Are you sure you removed admin/super_orders.php, and are no longer using it?