Haven't read the post just 7 posts before on the same page of this original post when listed a default way: https://www.zen-cart.com/newreply.ph...eply&p=1392327
Haven't read the post just 7 posts before on the same page of this original post when listed a default way: https://www.zen-cart.com/newreply.ph...eply&p=1392327
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
trying to delete this, sorry
Last edited by cindygordon; 9 Feb 2023 at 12:03 AM.
I have no idea why the link I pasted had been captured instead of this one: https://www.zen-cart.com/showthread....28#post1392328
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
They are going to give you a bunch of gibberish BUT, ask them about the MySQL connection that is being used for your sites.
Not only did they drop PHP 5.4 and 5.6 (later to reinstated after customers complained) , they also changed the database connections from MySQL to MySQLi. All without telling the customer.
It is a better connection BUT, for some reason, you get a 503 error with any PHP below 7
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
My query_factory.php file has no such code as posted in the fix
private $link; // mysqli object
see below
/**
* Queryfactory - A simple database abstraction layer
*
*/
class queryFactory extends base {
var $link, $count_queries, $total_query_time, $dieOnErrors;
var $error_number = 0;
var $error_text = '';
function __construct() {
$this->count_queries = 0;
$this->total_query_time = 0;
}
The issue, based on your description is with the second problem identified in the previous discussion. It comes down to alignment of import language identifiers as compared to what the file contains. Your file has the language id (1), but the default install/upgrade for import incorrectly sets to language_code_only. This means that if a file had for example: categories_name_1 and categories_name_en columns, then only the data in categories_name_en would be imported. Not having that column in a default install causes no category names being found.
So, change the setting to literally anything else (recommendation is language_id_only) and that problem will be resolved. The issue quoted above about that file is in reference to the original distribution of Zen Cart 1.5.8.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Thank you for this fix! :)
Last edited by webmanstudios; 16 Feb 2023 at 01:49 PM.
hello all - I am creating a Google Merchant Center data file for ads/free listings that requires amongst other things full Image URL - I've searched the thread and checked the Github - I can see that to do this will require a code change/addition so;
a) wondering if anyone has done this successfully and if so are you willing to share the changes made?
or b) can someone give me a hint as to how to do this please, what file etc.
many thanks, Mike
Bookmarks