Search:

Type: Posts; User: gwynwyffar

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    448

    v156 Re: PHP Warning in AdminNotifications.php

    Thank you for your help. That 1.5.7 update did the trick.
  2. Replies
    2
    Views
    448

    v156 PHP Warning in AdminNotifications.php

    This just started happening this morning for some reason.
    Using Zen Cart 1.5.6c PHP version 7.1.8

    PHP Warning: array_keys() expects parameter 1 to be array, null given in ...
  3. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Most of our products do NOT have reviews (so wouldn't output a result - as you say) yet Google Web Master Tools lists not having a review field or aggregateRating field as a "Warning". Shouldn't the...
  4. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    It appears the plugin is still missing field for "aggregateRating" and "review" as recommended by Google. I uploaded the most recent version (from Feb 11, 2020)
  5. Replies
    1,621
    Views
    313,070

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    That's as I expected. Thank you for the information. My boss has been using an SEO Site Audit tool that complains about the underscores (because Google might interpret those incorrectly as part of a...
  6. Replies
    1,621
    Views
    313,070

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    I need a little help in configuring Ultimate URLs. Currently it is providing URLS that look like this /wall-series-wine-racks-c-130_58_85/le-rustique-p-1657.htm I am wondering if there is a way to...
  7. v156 Re: v156b PHP Warning: mysqli_connect(): (HY000/2002): Connection refused

    Thanks! I had my who's online database table completely crash over the weekend (thankfully a simple PHPMyAdmin repair worked) and over 19,000 debug logs so that would fall in with a suspected DDOS or...
  8. v156 v156b PHP Warning: mysqli_connect(): (HY000/2002): Connection refused

    I tried searching but could find no reference to my particular error. Periodically I'm getting a PHP warning debug log with the following info: (sensitive directories & IP x-ed out)


    [21-Aug-2019...
  9. v156 Re: Upgrade to 1.5.6b PHP Fatal error PayPal IPN

    Nevermind! Found the fix here: https://www.zen-cart.com/showthread.php?225496-1-5-6b-Paypal-paths-for-create_account-are-missing-slash
  10. Replies
    1,667
    Views
    287,068

    Re: Price Updater

    I apologize, those double slashes were my sloppy find/replace. The file paths are correct.

    The includes/auto_loaders/config.dynamic_price_updater.php is in place

    In terms of file changes, there...
  11. v156 Upgrade to 1.5.6b PHP Fatal error PayPal IPN

    [Note: remember to include site URL, ZC version, list of plugins, PHP version, etc ... read the Posting Tips shown above for information to include in your post here. And, remove this comment before...
  12. Replies
    1,667
    Views
    287,068

    Re: Price Updater

    I've recently updated to ZC 1.5.6b and also had some updates to my theme template (that came bundled with Dynamic Price Updater). Server is running PHP 7.1.5. I'm getting the following Debug error...
  13. v156 Re: PHP Warning: substr() expects at least 2 parameters - Salemaker

    Fixed! Thanks!
  14. v156 PHP Warning: substr() expects at least 2 parameters - Salemaker

    I received a couple of Admin debug logs with the following:

    Request URI: /catalog/ADMIN/salemaker.php?page=1&action=insert, IP address: 67.245.196.78
    #1 substr() called at...
  15. Replies
    858
    Views
    205,364

    Re: Sales report 2.0

    Thanks for the fix carlwhat. I checked most of the places I could remember that use the SpiffyCal (Specials, SaleMaker, Featured Products) and your fix doesn't seem to adversely affect the ability to...
  16. Replies
    858
    Views
    205,364

    Re: Sales report 2.0

    Any idea how to fix the SpiffyCal layout? I'm assuming this has to do with the new Bootstrap based Admin style or the updates to the calendar javascript in 1.5.6a, but when attempting to choose a...
  17. Replies
    807
    Views
    339,719

    Re: Dynamic Filter - Read Only attributes

    I'm having the same issue. Plugin was pre-installed in my template as well. I've contacted template author and will update here when I get a solution.
  18. v150 Re: Google Merchant Center Feeder for ZC v1.5.x

    Has anyone gotten this plugin to work with Zen Cart 1.5.6 on PHP 7+? I fixed the deprecated split() function, but now I get out Allowed Memory errors. I'm currently testing on my local server...
  19. Replies
    14
    Views
    26,302

    v156 Re: clean install Curl issue on WAMP

    I'm having similar issues running a clean install of 1.5.6a on Wampserver on Windows 10. I spent the morning battling just to get cURL to load - You may want to try making sure that both your PHP and...
  20. Replies
    10
    Views
    1,722

    v155 Re: Problem upfrading to 1.5.5f

    I'm running into something similar in my local development environment. I'm preparing to upgrade to 1.5.6 and wanted to copy my live (1.5.5f) database to my local server to test as I upgrade.

    Here...
  21. Replies
    3
    Views
    18,634

    v155 Re: How to find Discount Coupon

    You can bulk delete directly from the Coupon Table in your database if you have PHPAdmin access.
  22. v155 Re: Sudden Increase in failed credit card processing with paypal payment pro

    It may not necessarily be Paypal's fault. Our site recently had over a dozen charges that WENT THROUGH PayPal, but they were fraudulent as we found out later. It may be a huge bunch of compromised...
  23. v155 Re: PHP Warning: Illegal string offset 'versionMajor'

    In my case this was our live server that is definitely online. Not a local server. I made the changes to VersionServer.php and header.php as suggested in the thread you linked mc12345678 and I'm no...
  24. v155 Re: PHP Warning: Illegal string offset 'versionMajor'

    Yes, I just noticed a debug from another plugin that was trying to connect to the Zen Cart version server. I just wanted ZC staff to be aware, if they weren't already.
  25. v155 PHP Warning: Illegal string offset 'versionMajor'

    I'm running version 1.55f and this just started appearing in debug logs this morning along with some strange code next to a notice for a new version release in my admin. I've double checked the files...
  26. Replies
    634
    Views
    197,455

    Re: Local Sales Tax Mod - Support Thread

    I believe the module searches by zip code for the tax rate so whatever county name it has isn't going to matter. The name of the county is really only there to display for the customer in checkout....
  27. v155 Changing filename from specials.php to sales.php

    For SEO reasons we would like our Zen Cart specials page to have the url contain the word "sales" instead of "specials". I've changed the language files for the page title, etc. but, I realize to...
  28. v155 Re: Fatal error: 1048:Column 'value' cannot be null :: insert into sessions (sesskey

    You are correct Lat9 I did not edit the log, that was part of the session key and I thought it was odd too. I'll make the change you've suggested CarlWhat and see if that will at least curb the...
  29. v155 Re: Fatal error: 1048:Column 'value' cannot be null :: insert into sessions (sesskey

    I have recently begun running into this issue myself. I tried the solution suggested in post #34 above but that doesn't seen to be taking care of it. I'm posting one of the error logs below. I...
  30. Re: v155b-d - extremely difficult to check/uncheck checkbox when deleting linked item

    I'm having the issue mentioned by the original poster in Zen Cart 1.5.5e, however the style on my admin stylesheet at line 238 is for td.alert:not(.messageStackAlert),...
  31. Replies
    952
    Views
    210,164

    v151 Re: Winchester Responsive

    @JustinG - I'm sure Ann has a better answer for you, but I ran into the same issue. I found if I went directly into my database and pasted the html there, it came out fine. The table you want to...
  32. Replies
    7
    Views
    4,985

    v154 Re: Bridgeway Pay/GPS Payment module

    Here's another one:

    PHP Warning: DOMElement::__construct(): unterminated entity reference Mark in /usr/www/users/xxx/xxx/catalog/includes/modules/payment/gps.php on line 229

    The referenced...
  33. Replies
    7
    Views
    4,985

    v154 Re: Bridgeway Pay/GPS Payment module

    As we've processed plenty of payments without this error previously, I wonder if it's possible that a customer was a bad typist and used some strange character in their name or address and that threw...
  34. Replies
    7
    Views
    4,985

    v154 Re: Bridgeway Pay/GPS Payment module

    You were so helpful last time, maybe you can help me with this one. I received this debug log this morning:


    [29-Jun-2016 18:08:17 America/New_York] PHP Fatal error: Uncaught exception...
  35. Replies
    7
    Views
    4,985

    v154 Re: Bridgeway Pay/GPS Payment module

    Thank you! I believe you are correct, their system is set up to work on the Authorize.net AIM system so they probably cloned that payment module. I made the correction you provided and notified them...
  36. Replies
    7
    Views
    4,985

    v154 Bridgeway Pay/GPS Payment module

    Our bank recently transferred us to using Bridgeway Pay as our payment gateway and Bridgeway has their own Zen Cart payment module plugin. It seems we are able to process transactions successfully...
  37. Replies
    0
    Views
    695

    v155 Changed files list for 1.5.5a?

    Nevermind - found the changes, notated in the changed-files html file.
  38. Replies
    1,511
    Views
    246,110

    v154 Re: Responsive Sheffield Blue V 2.0!

    I was able to solve the issue I posted previously

    My WAMP server is running MySQL 5.7 and so the default value for datetime on admin\includes\installers\responsive_sheffield_blue\2_0.php was...
  39. Replies
    1,511
    Views
    246,110

    v154 Re: Trouble with clean install of v.1.5.5

    I didn't even get so far as upgrading my 1.5.4 db. I'm currently using a different template on my 1.5.4 site and would like to switch to Sheffield Blue so wanted to try it on a clean install first. ...
  40. Replies
    1,511
    Views
    246,110

    v154 Trouble with clean install of v.1.5.5

    I'm getting ready to upgrade our current 1.5.4 catalog and so did a fresh install of v.1.5.5 on my local WAMP server. Clean install, new database and first thing I attempted to install was the...
  41. Replies
    2
    Views
    780

    v154 Re: Help with cloned shipping module

    Thanks so much for checking my work. It appears to be working now. The only thing I can think is that I already had something in my cart testing other shipping modules before activating the new one...
  42. Replies
    2
    Views
    780

    v154 Help with cloned shipping module

    I'm building a website for our dealers who usually purchase in bulk and their product often ships via freight, so what we would like to do is not charge shipping at checkout and call them with a...
  43. Replies
    2
    Views
    534

    v154 Re: SSL Only Secure Content is Displayed

    You may want to check how you have your config files set up. By default, Zen-Cart only uses SSL once someone logs into an account or starts the check out process, otherwise it's standard HTTP. If...
  44. Replies
    942
    Views
    139,486

    Re: Mailbeez After Sales Modules

    I've made several attempts to upgrade MailBeez v. 3.0.2 to 3.23. Everything runs fine up until the Backup phase of the upgrade. The progress line fills like the backup has completed and then it just...
  45. Replies
    158
    Views
    74,006

    Re: TaxCloud Addon

    It also appears that the admin/includes/functions/general.php file from TaxCloud is missing a lot of the zen_record_admin_activity statements that were added for PCI Compliance in 1.5.4. If someone...
  46. Replies
    158
    Views
    74,006

    Re: TaxCloud Addon

    Here is the DEBUG info. Folder names have been changed to protect the innocent.


    [25-Mar-2015 14:37:00 UTC] PHP Fatal error: Call to undefined function zen_get_ip_address() in...
  47. Replies
    158
    Views
    74,006

    Re: TaxCloud Addon

    Has this been officially updated for 1.5.4? The download here on Zen-Cart.com still says 1.5.1. I downloaded the latest zip file from GitHub, but when installing it locally for testing it gave me...
  48. Replies
    634
    Views
    197,455

    Re: Local Sales Tax Mod - Support Thread

    Based on the TaxCloud forum thread, it appears that the current plugin version of TaxCloud here on Zen-Cart.com is not fully compatible with version 1.5.4. I'd be happy to use it if it were.
  49. v154 Re: Reoccuring DEBUG file functions_lookups.php

    I only edited the functions_lookups.php file, no DEBUG files yet.
  50. v154 Re: Reoccuring DEBUG file functions_lookups.php

    Just an update. After adjusting my configuration based on mc12345678's suggestion, I still had almost 30 debug files this morning. I think you were right in that someone is pounding on the site,...
Results 1 to 50 of 93
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR