Search:

Type: Posts; User: terraGirl

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    528

    v154 Re: Best Cart to Migrate FROM Zencart

    I agree with carlwhat that ease of migration should be the lowest priority. Yes, it's a huge pain, but it's a one off task. I've used a migration service in the past and whilst it's not perfect it...
  2. Replies
    2
    Views
    228

    Re: Encapuslated plugin randomly disappears

    Thank you very much, yes, that matches my problem! Fix applied and fingers crossed :smile:
  3. Replies
    2
    Views
    228

    Encapuslated plugin randomly disappears

    Bit of an odd one, wondering if anyone has come across this?

    Back in March I installed an encapsulated plugin I wrote, all working. Now for two days it disappears from the menu. When I look at the...
  4. what is the "official" method for adding CSS to admin?

    Hi Zen Cart team,

    I'm doing some admin styling which requires CSS changes.

    Query: is there an auto load function for CSS in admin? Or do I need to manually add the reference to...
  5. v157 Re: includes/modules/pages/index/header.php causes empty homepage

    Yes, the "all business" is pretty old. I did update it so it runs fine on PHP 7.3, but I appreciate it's on borrowed time.

    I've traced the issue back to the "status" check. On the homepage, the...
  6. v157 Re: includes/modules/pages/index/header.php causes empty homepage

    Thank you! Yes, it's not a blank page, no Fatal PHP error. Just the category grid is missing. Logs are not recording anything unfortunately.

    Thank you for confirming that over-ride of...
  7. v157 includes/modules/pages/index/header.php causes empty homepage

    The site I'm working on uses quite an old theme (all business). After upgrading to Zen Cart 1.5.7b, the homepage is empty; whereas previously it would display the categories in a grid.

    I've...
  8. v157 Re: Email query / PDF Attachment / Disabling plain text emails

    Thank you, good suggestions!
  9. v157 Re: Email query / PDF Attachment / Disabling plain text emails

    Hi DrByte,

    I've tested an HTML email with attachment, and it displays fine in HTML (tested with Apple Mail on Mac); and in plain text (tested with RoundCube, with plain text display selected). So...
  10. v157 Re: Email query / PDF Attachment / Disabling plain text emails

    Thank you, that's very helpful! I'll see how my testing goes, and if all okay I can post back the code in case anyone else wants it.
  11. v157 Re: Email query / PDF Attachment / Disabling plain text emails

    Hi swguy,

    I'm working on the order confirmation email, which is sent via $order->send_order_email(). I'm writing this with an observer class hooking into...
  12. v157 Email query / PDF Attachment / Disabling plain text emails

    I'm modifying ZC 1.5.7 to attach a PDF file with DOMPDF to an email sent by the ZC shop. This is working great, but I've noticed the following message in the mail.php file:



    I'm fine with only...
  13. v156 Re: payer auth verifier causes session timeout error

    Addendum: Looking at the logs, the PHP warning persists, but payment / checkout now works. For both successful payments I tested today, I got corresponding entries in the logs with my IP address:
    ...
  14. v156 Re: payer auth verifier causes session timeout error

    Hi lat9,

    Many thanks! I've tested the suggested code & my test order worked :) As this is a such a serious bug, can I ask that this information is included in the official 1.5.7 bug thread? To...
  15. v156 Re: payer auth verifier causes session timeout error

    Apologies for incorrect information. The error occurs (at least with my tests) only with "PayPal Website Payments Pro (UK)". The PayPal Express is working fine; and PayPal Website Standard is...
  16. v156 Re: payer auth verifier causes session timeout error

    Thank you for your reply! Do you mean the change suggested by DrByte here https://github.com/zencart/zencart/pull/3802/files? I've applied these changes, but it does not fix the error for me. I can...
  17. v156 Re: payer auth verifier causes session timeout error

    I can replicate this error with the following:

    Location: UK
    Website Payment Pro
    Card details are entered on checkout page
    continues to 3D Secure
    message appears that my bank has approved 3D...
  18. v156 Re: payer auth verifier causes session timeout error

    This is now a major issue :(

    Upgraded to Zen Cart 1.5.7 and PHP 7.3 two days ago. No problems before with PayPal, now issues with clients being unable to pay.

    Location: UK
    Payment modules:...
  19. v157 Re: What is the most stable version till date

    I've just updated from 1.5.5a to 1.5.7. My experience:

    * the core code is stable, but make sure to apply the fixes posted on the forum
    * plugins are trickier, but for common plugins the forum...
  20. v157 Re: PHP file in /admin/includes/javascript/ folder

    Thank you for the explanation, much appreciated!
  21. v157 PHP file in /admin/includes/javascript/ folder

    I've read in another discussion on this forum that JS files autoload & therefore must not contain PHP (this was mentioned in connection with the Advanced Shipper module by CEON).

    I noticed that...
  22. v156 Re: payer auth verifier causes session timeout error

    Watching this thread, I'm seeing the same error messages in my log since upgrading to 1.5.7 yesterday. No customer complaints yet, but it's only been live for a few hours.


    [15-Sep-2020 07:46:06...
  23. v156 Re: Use of undefined constant MODULE_PAYMENT_PAYFLOW_TRANSACTION_MODE

    The Software Guy is spot on, thank you for the fix!
  24. v156 Re: Use of undefined constant MODULE_PAYMENT_PAYFLOW_TRANSACTION_MODE

    I have the same problem, and looking at the Zen Cart code I cannot find the "install" code for constant "MODULE_PAYMENT_PAYFLOW_TRANSACTION_MODE". It's mentioned twice in file...
  25. Replies
    2,105
    Views
    422,536

    Re: SitemapXML v.2

    I'm using the plugin for Zen Cart 1.5.7 on PHP 7.3 and got this fatal error when trying to update the sitemap settings in admin:

    --> PHP Fatal error: Uncaught Error: Call to undefined function...
  26. Re: Empty HTML define files show as "does not exist"

    Thank you! That fix works for me :cool:
  27. v157 Re: Issues with Advanced Shipper js files when accessing methods in admin since upgra

    I'm using the same shipping module, it was originally written by CEON, but is no longer available in the Zen Cart plugin directory. A commercial version is available, but the changelog gives no info...
  28. [Done v157a] Empty HTML define files show as "does not exist"

    Hi Zen team,

    Not sure if this intentional or a bug? Noticed when upgrading to Zen Cart 1.5.7

    In Zen Cart admin > Tools > Define Pages Editor, when a file is empty (0 KB), it shows as "does not...
  29. Replies
    37
    Views
    1,722

    v155 Re: DATABASE IMPORT PROBLEM AND GZIP extention not enabled.

    Hi muah,

    Jumping in this thread & trying to understand why it can't read the DB. From a hosting perspective, the DB connection script is super straight forward. It just needs correct hostname,...
  30. Replies
    4
    Views
    454

    v154 Re: ZC v154 php 7

    Security Updates for PHP 5.6 will be available until 31 Dec 2018, so it's safe to use. PHP have extended this to give developers more time to adapt.

    From a hosting perspective, it's really simple...
  31. Replies
    201
    Views
    38,659

    Re: Support Thread for CKEditor Plugin for Zen Cart

    I installed CK Editor in Zen Cart 1.5.5.a but the editor bar did not show up in the product pages. Re-uploading the editor from http://ckeditor.com/download resolved it. Hope this helps somebody else!
  32. Replies
    81
    Views
    15,437

    Re: All Invoices Report [support]

    Just a quick query if there's an updated version for 1.5.5a in the pipeline? Thank you for making this available!
  33. Re: Searched SSL, no answers, so asking directly

    Insecure items on a page are usually quite easy to find eg in Chrome, if you active the Developer tool, the problematic content will be shown as an error message.
  34. Replies
    25
    Views
    1,294

    v154 Re: redirects in htacess help

    The code given above should work, same one I use on sites.

    Have you made sure that in your site's /include/configure.php (frontend & admin), you are using "www.anarchyangels.net" as domain name?
  35. Replies
    9
    Views
    809

    v154 Re: Cpanel login link help please

    Your host does not appear to be using cPanel as all the usual cPanel URLs are not working:
    http://www.magicfairygifts.com:2083/
    http://www.magicfairygifts.com:2082/

    I recommend to ask your host...
  36. Replies
    6
    Views
    696

    v150 Re: Warning: Headers already sent

    how does the beginning of your file look like?

    The very first characters should be:
    <?php

    If you don't have any PHP code to follow you can use:
    <?php ?>

    Nothing should come before this.
  37. Re: Can't access processor gateway after server migration.

    Have you tried increasing time out limits in case the connection is timing out before it completes?
  38. Replies
    11
    Views
    4,241

    v154 Re: Paypal time out problems

    Hi Zen Cart team,

    We are looking into this issue for clients hosted with us. We found issues with the CA bundle in use, Cardinal appears to be picky with regards to the certificate chain, which...
  39. Replies
    1,621
    Views
    313,015

    v150 Re: New Version 2.212

    Hi guys,

    I had an error running the install file for Ultimate SEO URLs on Zen Cart 1.5.3 on my localhost install on macbook pro:


    1366 Incorrect integer value:

    The fix was to amend the file...
  40. v153 Re: 1.5.3 PayPal Payment Standards orders not generated

    Just to say Express does work perfectly, no issues, so we are using this now.

    I am still a bit perplexed as to why Standard worked on 1.5.1 and doesn't after upgrade to 1.5.3 but there's a time...
  41. v153 Re: 1.5.3 PayPal Payment Standards orders not generated

    The template is the "all business" template http://www.zen-cart.com/downloads.php?do=file&id=1174 and the template files appear okay when compared against the default 1.5.3 files.
  42. v153 PayPal Payment Standards orders not generated

    A shop that was upgraded from 1.5.1. to 1.5.3 now has failing PayPal Payment Standards orders.

    The payment is taken by PayPal, the customer is returned to the checkout success page but the order...
  43. Replies
    5
    Views
    1,147

    v151 Re: PHP5.4 and Zen Cart 1.5.x?

    I believe the custom php.ini file on your account was still there from an older Zen Cart version, the newer Zen Cart you are using right now works fine with 5.4 but the php.ini file with these...
  44. Replies
    5
    Views
    1,147

    v151 Re: PHP5.4 and Zen Cart 1.5.x?

    Thank you Steve & Design75, that's very good news!
  45. Replies
    5
    Views
    1,147

    v151 PHP5.4 and Zen Cart 1.5.x?

    I'm keen to find out if anyone is running Zen Cart 1.5.x on PHP5.4 and has found any issues?

    I'm about to commission a new server with PHP5.4 but need to ensure that the current version of Zen...
  46. Replies
    5
    Views
    696

    v151 Re: allowed memory size error

    90MB is not a lot for memory allowance. A quick fix would be to ask your host to increase memory allowance, or to switch host to someone with higher settings.

    For your site to work you should...
  47. Replies
    5
    Views
    1,480

    v151 Re: "500" on Cleanup Debug Log Files, PHP 5.4

    500 is a server error, so this does need to be looked at by your host. Your hosting provider has access to logs which may contain the reason for the error - best advice is to put in a quick support...
  48. v150 Re: URGENT: No product information displays in website & http:500 error at admin area

    It's completely risk free - take a backup of your old configure files, and if it doesn't work, just switch back to using the other database. I'm not recommending to delete the old DB, just create a...
  49. v150 Re: URGENT: No product information displays in website & http:500 error at admin area

    For site restores, with the database, you can create a new (empty) database, import the backup into that, and then change the DB connection details in the two configure.php files to link to the new...
  50. Re: configure.php misconfigured, the site works partially

    With SEO, I meant URL rewriting for SEO purposes such as rewriting URLs into search engine friendly format.

    Session time out basically means the session cookie is having problems. Based on my...
Results 1 to 50 of 121
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR