gitlost
gitlost
@lkraav this doesn't look like the same issue to me. Could you create a new issue for this? (Though I note that woocommerce memberships is a paid-for plugin so it...
@AaronHolbrook I followed your steps and couldn't reproduce it. The `composer.lock` generated was the exact same as the one you posted. I suppose something to do to debug what's happening...
@edubacco was wondering if there were other errors thrown prior to the one reported above? I'm struggling to see how `$wpdb->dbname` could be empty. Also if you have the time...
@pdobrescu thanks, could you post the `wp-config.php` being used (with sensitive info redacted)? Also could you expand on what the custom setup is?
Thanks @zacscott , but could you post your `wp-config.php` please, it would help a lot. (The "fix" in a sense here is easy, just check whether `$wpdb->dbname` is empty, but...
> We are using HyperDB Ah thanks @zacscott , that explains your case at least as it doesn't select a database on construction (ie call `wpdb::db_connect()`) and that isn't catered...
Hi @pdobrescu, thanks for the feedback, no, the `wp-config.php` isn't needed anymore ta, if you don't think it'll help. > I remember that we had another case where $wpdb->dbname was...
Well I think it's just simpler to program, to escape once for the local shell and once for the remote. Is it causing an issue?
Hi, option (2) looks good to me. Zint should probably do the same, it's permissive at the moment like current BWIPP. On Fri, Feb 16, 2024 at 3:01 PM Caylan...
Hi, apologies, only just after noticing this. This is a read-only clone of the Source Forge repo at https://sourceforge.net/projects/zint/. Would you mind opening a Merge Request there? Thank you.