lat9
lat9
My _feeling_ is that it's *complicated*, since the database's permissions, user and password need to be 'created' as well for the database to be accessible.
Converted to draft, awaiting review.
@torvista, waiting for your review to remove the 'Draft' status.
> I don't get the null error. The language selection still does not work for me (shop language as EN still gets PP language as ES). I see why, but...
> I think I also have a solution to my previous issue. Change line 49 in include>modules\order_total\ot_gv.php from `if (IS_ADMIN_FLAG !== true) {` to `if (IS_ADMIN_FLAG !== true && zen_is_logged_in())...
> Yes, putting KeepCart into core makes sense. > > A couple suggestions: > > * change the `change me` string value in the Install/Upgrade SQL to auto create a...
Looks like a good idea, although the function would need to 'adapt' to use the VersionServer class as in the `plugin_support.php` functions' `plugin_version_check_for_updates` function.
A copy (or a section) of the logged warnings would help.
Yikes, this is going to be a major PITA. See this (https://php.watch/versions/8.2/dynamic-properties-deprecated) link for additional details.
> I tested a change to server info for HTML5 complience in php 8.2 all i did to get it to work was declare the variable as Public in the...