It might work by editing the categories_ul_generator.php file by adding the additional AND statement as shown:
function __construct($load_from_database = true)
{
global $db;
...
Type: Posts; User: DrByte
It might work by editing the categories_ul_generator.php file by adding the additional AND statement as shown:
function __construct($load_from_database = true)
{
global $db;
...
and maybe inspect your /logs directory for errors logged by zcInstall during the upgrade
and check your database's upgrade_exceptions table to find out what statements failed
1. it's in init_sanitize.php because at that point in time that was the best location for doing that particular sanity check (which has mostly the same letters as 'sanitize')
2. outside of this USU...
It seems you've turned on the Admin->Configuration->Sessions->Check SSL Session ID which is off by default.
I'm guessing that your webserver's configuration (not in your control) isn't currently...
You can probably resolve it with this instead:
Create a file named /includes/extra_configures/samesite_cookie.php containing the following:
<?php
// -----
// Samesite cookie needs to be...
If you treat the upgrade as a "rebuild my site on the new version", you can upgrade all the way in one big step.
And copying the database over to the new server will retain everything in it, and you...
Those logs point out the existence of two old payment modules that are no longer part of core Zen Cart.
I'm guessing you did an upgrade recently but didn't delete obsolete files from your server?
...
As discussed in the threads mentioned, most likely you have a fatal PHP error that's stopping the rest of the page from being drawn (as evidenced by having no footer and no sidebar on that admin...
You need to get your hosting company to upgrade your server's SSL/TLS infrastructure to a modern secure version.
SSLv3 is no longer secure enough for modern payment transactions.
Ya, Siteground's new cache that they forced on everyone does have plenty of side-effects.
No, the banners aren't cached in the customer's browser.
Once you turn a banner off, or it expires, it no longer shows to anyone.
If your old configure.php files are no longer valid (evidenced by invalid paths in them, especially if you've switched hosts/servers/etc), you can build new configure.php files.
In such a case I...
There's no built-in functionality for that. But, since you're in the same screen when updating its status to shipped, you can easily do the capture from the section higher on the screen.
Wait. You said you did a re-install of your site. You didn't say here "why".
(Okay, well, I assume that means you "copied the Zen Cart files to your server", but you didn't say whether you did more...
I suppose yes you could also edit the HTTP_SERVER and HTTPS_SERVER to use the new domain name, but that will only work after they first click something on your old domain. So, yes you can change...
No, this section needs to be copied from the new server to the old:
/**
* The following settings define your database connection.
* These must be the SAME as you're using in your admin copy...
Every Zen Cart store (at least until until v1.5.7 which is the most recent as of today) has two configure.php files: /includes/configure.php and /admin/includes/configure.php ... and both need the...
Are they actually physically separate "servers"? Or just different domains on the "same server" hardware?
Apart from security, the main concern is speed of database queries:
Fastest: both...
The transaction data sent to PayPal includes the store name in the "Invoice Number" field (not the "order number", not the "transaction number").
It's "customer ID" + "current time" + "store name":...
If your database is still on the same physical server there should be no lag involved by specifying the "new" database in the "old" site's configure.php files.
What?
https://docs.zen-cart.com/user/admin_pages/catalog/attributes_controller/#attribute-images
This page is probably the simplest of all the admin pages. Nothing much to "go wrong" with it.
/admin/countries.php
But, if these basic things aren't working with it then:
- every customization...
I just checked a fresh install of v157c and the green status buttons on the admin country edit screen are working fine there. I also used the Edit sidebox and unchecked the Status tickbox and saved,...
If a template's tpl_header and tpl_main_page files have had the banner code hacked out of them by a template designer then naturally those banners won't display.
In a fresh v1.5.7 site using Responsive Classic, the 3 banners at the top of the page and 3 banners at the bottom of the page work just fine when you enable them in Layout Settings.
Using the...
Sideboxes are "one" way of displaying ads/banners. There are 2 single-ad banner sideboxes, and a multiple-ad sidebox ("banner all" is its name).
You can also display full-width banners in the 4...
Most unfortunate. Too bad their own tech support can't see that it's their own server config that can't properly lookup their own other server within their own network!
I don't recall anything changing in this regard in any of the v1.5.x releases.
When your site jumps to main_page=page_not_found it is a result of the combination of two factors:
a. your...
Moderator note: Relocated this post by moving it out of the Bug Reports area.
Report that to your hosting company. Looks like they've broken DNS on your server.
At a raw technical level, if you're using SMTPAUTH mode, you could temporarily make this edit:
/includes/classes/vendors/PHPMailer/src/SMTP.php
Change:
public $do_debug =...
Sounds like a hosting company issue.
Odd. Maybe the hosting company's email system is having issues.
"with no additional information" ... that's normal because there typically isn't any...
The OP didn't say they were planning to collect and store card numbers. In fact they specifically said they intend to use PayPal to handle it.
So, while @dbltoe is correct that collecting cards...
At the present time there's no official subscription plugin for Zen Cart to do automated repeated product sales. This is mostly because people then expect it to auto-generate orders AND also control...
https://docs.zen-cart.com/user/troubleshooting/error_occurred/
MySQL has smaller/stricter limits in its default configuration than MariaDB does. That "might" be a reason, assuming you've added a lot of complex additional very long custom fields and custom...
Regarding it showing the wrong PHP version, note that webservers which offer multiple PHP versions allow(require) you to specify the PHP version "per directory".
If you've put this code into a...
It's starting to really look like you can't run it in your current configuration.
IIRC the readme and/or the language file contain instructions on specifying the correct mysql binary/application for...
Ask your hosting company to inspect false rejections caused by server-imposed security rules. Perhaps in SELinux.
Maybe it can't find the MySQL application properly on your computer.
Since you're using phpMyAdmin you can import the backup that way instead.
This is strange. In v1.5g of the BackupMySQL plugin there is *no* use of "continue" anywhere, let alone on line 519.
Thus it would seem that your /admin/backup_mysql.php file is not actually the...
Are you sure "none has been imported"? Or is it just "zc_install doesn't recognize the tables because they have a different DB_PREFIX on the other site"?
Fortunately if they all have the same PayPal Transaction ID and timestamp, that indicates there's only one payment that's been collected.
Given that they all happened within a 50-second time...
It seems you've got some erroneous hard-coded paths in whatever files control your mega-footer in your specific template.
I'm not familiar with your template, but you could search your site's files...
Also: Visitors using browsers with first-party cookies disabled
(or bot browsers without cookie capability).
Short answer: no, as of today March 31 2021 the Square module (currently at v1.5) doesn't yet support SCA or PSD2.
It's on a long list of things that all claim to be "urgent" and "time sensitive"...
Yes, brittainmark's query should be fine.
Updated version attached.
?
Whenever extra_definitions files appear to not be being used it's because:
- the file isn't actually in the extra_definitions directory
- the file is in a different template's subdirectory...
Nothing required in the module.
You'll note that in their email they're talking about firewalls, not about payment modules.
Thus, as long as your server isn't behind a firewall that only accepts...
Agreed. The "disk full" error is more of a general system error than an account-specific error.
However, deleting from your account all files that are no longer needed can go a long way to helping...