

DKarr
Members-
Content count
19 -
Joined
-
Last visited
Profile Information
-
Real Name
Deb Karr
-
DKarr started following Heads Up: July 28, 2013 USPS Name Change for Express Mail
-
Heads Up: July 28, 2013 USPS Name Change for Express Mail
DKarr replied to krdito's topic in Shipping Modules
It appears that this updated code is lacking First-Class Mail Parcel....... could you assist in getting that put back in? Thanks! -
I waded thru the fixes and have functional carts Except there is no First Class Package option available.... which effectively shuts down the entire store. Anyone else need First Class Mail Package all the time instead of First Class Mail Letter?
-
Same problem on 5 different websites! I was really hoping somebody here was already on top of it! Deb
-
Parse error: syntax error, unexpected $end in /hsphere/local/home/----mydomain----/includes/boxes/categories.php on line 138
DKarr replied to waleed_hagag's topic in Templates and Images
Where can I find a .Zip file of the Product Tabs 2.1 ( Fixed and Full English Version Modified by Waleed Hagag ) Package (OsC Contribution 2610) ? Thanks! -
After some very serious bang-head-on-monitor time, I finally decided to try it on a different server..... many more hours later, I found that it works on Php 5.2.5..... with one small error that "does not seem" to impact anything: After completing the upload it says: File uploaded. Temporary filename: /tmp/phpKpZWZb User filename: EP2008Feb09-2210.txt Size: 464 | 1 | Test | testing th | | | 1 | 99 | 0.01 | | 2006-12-13 | | test | coming_soo | | | | | Taxable Go | Active Updated No products_model field in record. This line was not imported: | | | | | | | | | | | | | | | | | | | Warning: array_walk() expects at most 3 parameters, 5 given in /home/premium/public_html/shop/admin/easypopulate.php on line 962 Lines 961 & 962 are: // isn't working in PHP5 array_walk($readed, $filelayout, $filelayout_count, $default_these, 'process_row'); And, I only said "does not seem" because my prelimiary checks revealed nothing wrong.... The servers that it would NOT work are running Php 5.2.3 (Yes, I have carts on 2 different 5.2.3 servers and carts on a 5.2.5 server - so you can plainly see I REALLY DO LOVE EASY POPULATE!)
-
Thank you:) I 'thought' you had covered the globals.... EP (jb globals fix removed) found the file I ftp'd into the Temp folder as you suggested.... but, I get the same Error when I clicked UpLoad. Could this still be a server mod_security issue?
-
I have been using EasyPopulate for 3 years now and have thoroughly enjoyed it! I know what to change to make it do pretty much whatever I want all by myself and it dependably responds! Thank you soooo Much for this wonderful code! With a forced migration coming to php5 and register globals off, I decided it was time to rebuild my cart with a more recent version of OsC - which led me to a shiny new EasyPopulate: Sadly, I am totally stopped - Only being a 'Very Adept Copy-and-Paste' person, after two days of banging my head on my monitor, I must beg for your help.... I installed EP - and the register globals fix by jb 20040815 from a previous posting - and uncommented the php5 line.... EP vers: 2.76f-MS2 r1 Temp Dir: /home/myaccount/public_html/shop/temp/ Temp Dir is Writable Magic Quotes is: off register_globals is: off Split files on: 300 records Model Num Size: 12 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: tab Excel safe output: false Preserve tab/cr/lf: false Category depth: 3 Enable attributes: false SEF Froogle URLS: false More Pics: false Unknown Pics: false HTC: false SPPC: false Extra Fields: false Every time I go to the EP page, the error log shows; PHP Warning: Invalid argument supplied for foreach() in /home/myaccount/public_html/shop/admin/easypopulate.php on line 45 LIne 45 is the foreach line of the register globals fix by jb 20040815: foreach( $HTTP_POST_FILES as $varname => $fileinfo ){ I can download just fine even though the error log shows the same Php Warning for line 45 but I can not upload at all: Error 406 Not Acceptable An appropriate representation of the requested resource /shop/admin/easypopulate.php could not be found on this server. Apache/1.3.39 Server at myaccount Port 80 The error log shows nothing. If I take Out the register globals fix by jb 20040815, I get the same 406 page with NOTHING in the error log. If I take out the Php5, I get the same 406 page with NOTHING in the error log. If I take them Both out, I get the same 406 page with NOTHING in the error log. I am at a loss where to go from here: I just can't imagine a store without EasyPopulate! Help, please......
-
It's been a long time since I installed manually but I believe I recall that there truly is a folder named "install" that should be removed..... You will need to do this thru your cPanel as it is not something controlled by the OsCommerce Cart Administration Panel.
-
Everything was fine after I changed all the Capital Letters, etc. as posted 11/19: but this morning, International will only show one option even though 2 or 3 options should be available AND it isn't the same option on different sites. First Class International has totally disappeared everywhere and only one option is available: PRIORITY INTL FLATENV on some sites and EXPRESS on others. The only difference in the programming between the six sites is the Methods Offered by the store owner... the code is identical.
-
New Wrinkle this morning! Both Domestic and International worked fine with the Capitalization Changes but as of this morning, International is wonky again.... on 6 sites! Anyone else?
-
I am on the phone with a programmer as I type: To avoid loosing sales, I activated a rate table shipping module that I used to use a very long time ago. I had to "pick shipping" costs for set weight or price amounts but it has allowed us to keep the shops open while we work on the USPS module.
-
My USPS Module set for production - on multiple sites on multiple servers - worked fine up until today - now all customers everywhere return an error. Nothing I do will correct the problem. I am totally stumped. Anybody else having a problem? Anyone have any any ideas? Deb
-
Hello, I am interested in this mod to get customer and order reports emailed to me. My question is: What is the necessity/purpose of the FCKEditor? Thank you -Deb
-
Though I am only 'copy and paste' programmer, I have this mod installed and am loving it! I can't thank you enough for making this available. I am curious though, if someone could help me make a small tweek... I would like to see the number of orders each customer has placed. I have figured out how to make the number of log-ins show but the number of orders just will not show no matter "what" I try.... Any Suggestions? Thank you! Deb
-
Please pardon my ingnorance... I am "learning": To what file do we make the listed "Three easy changes"? Thank you!