Search:

Type: Posts; User: divinelighting

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. v139h Re: Will an admin check that my IP is not blocked.

    Linda,
    I didn't see the attachment.

    Though unblocking the IP fixed the error. And it also seemed to fix the displaying of UPS rates estimation.
    Thanks for all your help.
  2. v139h Re: Will an admin check that my IP is not blocked.

    Yes, date is 2016-01-17
    Don't think I have made any modifications to shipping modules, but I've been using for 9 years so it is very possible. What files may have been edited?

    Attached zip file.
  3. v139h Re: Will an admin check that my IP is not blocked.

    That warning was displayed on my shipping module page. I found same error in debug log.

    This is what is in my debug log:

    [19-Jan-2016 02:36:30 UTC] PHP Warning: Creating default object from...
  4. v139h Re: Will an admin check that my IP is not blocked.

    I first noticed the message (and delay in page loading) when went to remove the old module today.
    I followed the procedure: remove old module, upload files, install new module. The message still...
  5. v139h Will an admin check that my IP is not blocked.

    When viewing shipping modules, I get this error


    Warning: file_get_contents(http://www.zen-cart.com/downloads.php?do=versioncheck&id=1292): failed to open stream: Connection timed out in...
  6. v139h Re: Server Settings preventing sending order number by javascript?

    Thanks for troubleshooting that. Lot's of time spent thinking I was doing something wrong...
  7. v139h Re: Server Settings preventing sending order number by javascript?

    Lhungil,
    Thanks for the help. I tried it and this is still the same issue. The problem is not retrieving the order number and email, as I can use the code to echo both on checkout success page. ...
  8. v139h Re: Server Settings preventing sending order number by javascript?

    It's a javascript image, clicking on that opens a new window. All that works fine. The problem is that the order number and email variables aren't being transmitted.
  9. v139h Server Settings preventing sending order number by javascript?

    Trying to add merchant review code to define_checkout_success. Unable to transmit order number or customer email to popup. Also tried tpl_checkout_success with the same result. The only thing I...
  10. Replies
    27
    Views
    9,195

    v150 Re: Google Checkout for ZC 1.5 & 1.3.X

    If I understand correctly, they are just switching to an API, like Paypal, which will be much superior.
  11. Re: UPS discounted rates not showing in UPS XML

    I think I finally figured out how to remove weight and number of packages:


    if ((is_array($upsQuote)) && (sizeof($upsQuote) > 0)) {
    if (DIMENSIONS_SUPPORTED) {
    ...
  12. Re: UPS discounted rates not showing in UPS XML

    Would a moderator please delete my post #43. The solution works only in Estimate Shipping. During the checkout, it actually prohibits UPS methods from showing.
  13. Replies
    27
    Views
    9,195

    v150 Re: Google Checkout for ZC 1.5 & 1.3.X

    Anyone have any ideas about Google Checkout accepting expired zencart coupons? I have customers checking out with google using coupons that expired years ago. I am open to disabling coupons in GC...
  14. Re: USPS v15 Rate 3b (latest) not working with First Class International

    Oops, not sure how I missed that. Thanks.
  15. USPS v15 Rate 3b (latest) not working with First Class International

    First Class International Parcel is not coming up as a shipping option in the latest release. I know that this is one of the mail classes that changed:


    First-Class Mail® International Parcel...
  16. Re: UPS discounted rates not showing in UPS XML

    I have also found that entering an invalid post code will return incorrect postage. For example, 1 oz item to France post code 4650 is $8.50, an order of magnitude off. Really France should have 5...
  17. Re: UPS discounted rates not showing in UPS XML

    To remove the weight part of the results, comment out

    // if (DIMENSIONS_SUPPORTED) {
    // $this->quotes = array('id' => $this->code, 'module' => $this->title . ' (' ....
  18. Re: USPS RateV4, IntlRateV2 Language File

    FYI, looks like our annual USPS change is coming. Hope someone will make the necessary changes to the code.
  19. Replies
    27
    Views
    9,195

    v150 Re: Google Checkout for ZC 1.5 & 1.3.X

    Issue with coupons. A customer can enter an expired coupon in GC, and it is then honored in ZC. 1.3.9h & 1.4.9
  20. Re: 1146 Tables error after installing ultimate SEO URLs.

    And to fix the problem, change /includes/classes/seo.install.php

    near the end

    ) TYPE=MyISAM;";

    to


    ) ENGINE=MyISAM;";
  21. Re: 1146 Tables error after installing ultimate SEO URLs.

    More info on what could be the cause of missing seo table
    http://www.zen-cart.com/showthread.php?201382-How-is-it-possible-for-seo_cache-database-tables-to-disappear&p=1159230#post1159230
  22. v139h Re: How is it possible for database tables to disappear?

    Thanks lhungil for that wisdom. I have nightly directadmin backups where presumably there are moments of database inaccessibility. Should I be taking other safeguards during the backup process?
  23. v139h How is it possible for seo_cache database tables to disappear?

    Twice now I have had seo_cache table disappear, which breaks the catalog. In neither case did I make any database or file changes between when it was working and when it stopped working. There are...
  24. Replies
    41
    Views
    8,611

    Re: Google Trusted Stores program

    I too hope someone posts a feed module for tracking numbers. However, order fulfillment is not what a shopping cart does. Zencart has nothing to do with tracking information, that is up to your...
  25. Replies
    41
    Views
    8,611

    Re: Google Trusted Stores program

    If it is "beyond your capacity to understand" then you could hire a developer here to help you out. You also could probably modify a different feed program like Easy Populate to send post sale data...
  26. Re: 1146 Tables error after installing ultimate SEO URLs.

    This is very disconcerting. Today my site was down with this very problem. What could have caused it? The only change I have made recently is to change configure files to always require https. ...
  27. v139h Re: Error: Unknown modifier '$' in main_product_image.php

    There are thousands of pictures. I've glanced through them and seen the following characters:
    ~._ [space]()#-
    Which of these aren't allowable?
  28. v139h Re: Error: Unknown modifier '$' in main_product_image.php

    IH3 download has "Required Core Edits/includes/modules/YOUR_TEMPLATE/main_product_image.php"
  29. v139h Re: Error: Unknown modifier '$' in main_product_image.php

    Unable to find images with '$'. This is the line the error refers to

    $products_image_base = preg_replace('/'.$products_image_extension . '$/', '', $products_image);
    replaced with
    ...
  30. v139h Re: Error: Unknown modifier '$' in main_product_image.php

    4a is my active template. I don't know the file, but it is triggered very frequently. Not with every page view, but maybe 1/10 page views.
  31. v139h Error: Unknown modifier '$' in main_product_image.php

    I'm getting this in my error log. Any ideas? I'm using Image Handle 3, but the error occurs whether or not Image Handler is active.
  32. Replies
    27
    Views
    9,195

    v150 Re: Google Checkout for ZC 1.5 & 1.3.X

    I found another issue. Here is a summary of my concerns so it is all in one post:

    1. To be clear, Google Checkout 1.5.1 should be used with ZC 1.5, and Google Checkout 1.4.9 must be used with ZC...
  33. Re: Server setting breaking php email, phpmyadmin, export tools???

    The only place that curl is mentioned in php.ini is under windows extensions, all of which are commented out. Should this be changed?
  34. Re: Server setting breaking php email, phpmyadmin, export tools???

    Ok, I found the problem, sort of. Yesterday I installed Google Checkout, and it had edits to orders.php, which broke paypal refund functionality. I'll go over to GC thread and see if I can figure...
  35. Re: Server setting breaking php email, phpmyadmin, export tools???

    I am still getting the error retriveing orders.php when I try to refund. Here is my curl info:
  36. Re: Server setting breaking php email, phpmyadmin, export tools???

    Solved the email problem. It was a typo in the form of name@!domain.com. For some reason, the email validator did not catch the ! during signup, then the customer sees a blank page with this...
  37. Re: Server setting breaking php email, phpmyadmin, export tools???

    php 5.3, and I just figured out the issue for phpmyadmin. I had disabled ini_set in php.ini
    Taking that out of the disabled list fixed phpmyadmin, but I found another problem.

    When I try to...
  38. Server setting breaking php email, phpmyadmin, export tools???

    I've recently set up a new server, and I think I was too strict in security settings. I have a variety of issues that may be related. Perhaps someone here knows what the cause could be.

    1. when...
  39. Replies
    27
    Views
    9,195

    v150 Re: Google Checkout for ZC 1.5 & 1.3.X

    In addition to my previous post... I used this solution http://www.zen-cart.com/forum/showthread.php?p=656187 (replace googlecheckout.php) to fix the issue of GC always showing free shipping. The...
  40. Replies
    27
    Views
    9,195

    v150 Re: Google Checkout for ZC 1.5 & 1.3.X

    To be clear, Google Checkout 1.5.1 should be used with ZC 1.5, and Google Checkout 1.4.9 must be used with ZC 1.3.9?
  41. v139h Re: Server Information page not updated with switch to new server.

    Sorry I wasn't clear about that. PHP and MYSQL versions had not updated, and presumably most everything else on the page. Apparently DNS had not propagated completely despite my having reduced TTL....
  42. v139h Server Information page not updated with switch to new server.

    I just used DirectAdmin user backup via ftp to move my store to a new server. New store seems to work flawlessly, except the Server Information page did not refresh to the new server (except for the...
  43. Replies
    0
    Views
    1,098

    v139h Custom Advanced Search Fields

    I would like to add some custom product fields to the advanced search page. For example, I have fields 'products_volts' and 'products_watts' that are part of my database.

    These are apparently the...
  44. Re: PayPal Payment Pro, no 'Decline error"?

    We have put this in "the cost of doing business" category. Lets me sleep at night.
  45. Re: site ssl stopped working after delete and restore files

    My computer skills are not advanced; I'm a tinkerer. That's why I get in 'trouble' so much. I only know very basic command lines, and look up something when I need to go beyond that. With the help...
  46. Re: site ssl stopped working after delete and restore files

    Solved! You were right about the symbolic link. I use directadmin.

    Symbolic link was broken. Found solution here: http://www.webhostingtalk.com/archive/index.php/t-315593.html

    Deleted...
  47. Re: site ssl stopped working after delete and restore files

    I guess it could be a sessions or cache issue, though I really don'tknow enough to say....
  48. Re: site ssl stopped working after delete and restore files

    Hi Rod,
    Thanks for your reply. We cross posted there. To answer your question, the store is in the root directory. I disabled ssl and the store functions normally. I don't see how this could be...
  49. Re: site ssl stopped working after delete and restore files

    Still no luck here getting https viewable. However, I did disable ssl (had to change config permissions to change files) and now the site appears fully functional.

    Hopefully, someone has some...
  50. Re: site ssl stopped working after delete and restore files

    I thought the same thing about htaccess. If I remove it, then I get 'not found' on all attempted pages.
    I tried deleting all but htaccess and index.php with the same result, I can browse catalog...
Results 1 to 50 of 119
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR