It says “ERROR: ” but then only displays the button that brought me here. So I don’t have more info.
Any help appreciated!
]]>This time, however, when the wizard gets to the Generation stage I see this output:
If I copy the generated CRT, my web host tells me it is ALREADY EXPIRED. It looks like Let’s Encrypt is returning an expired cert. It occurs to me now that perhaps I should ask for help on their forum. But if anyone has an idea how I can proceed that would be v v helpful.
Thanks
]]>Our site is nearing #9999 in terms of unique user IDs.
I would assume that, when exceeding 4 digits, WordPress automatically adds a 5th and there is really nothing to be done on our end.
]]>
I use the following code to generate the invoice and i didn’t manage to make it work, I have the following error from my code :
Error: Call to a member function get_document() on null
The php code is the following :
include_once(WP_PLUGIN_DIR . "/woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php");
include_once(WP_PLUGIN_DIR . "/woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php");
include_once(WP_PLUGIN_DIR . "/woocommerce-pdf-invoices-packing-slips/includes/wcpdf-functions.php");
$order = wc_get_order(101618);
if ( !$order ) {
// Handle the case where the order doesn't exist
echo 'Order not found';
exit;
}
$invoice = wcpdf_get_document( 'invoice', $order, true );
Could you help me please it’s very urgent.
Kind regards
]]>How can this image size generation be disabled? It isn’t the theme (GeneratePress, which doesn’t generate additional image sizes, and it isn’t my WordPress core thumbnail, medium, or large image sizes). Using this PHP code doesn’t bring it up, either (I should just need the name it is registered under to disable it with some other PHP code):
add_action( 'admin_init', 'theme_additional_images' );
// Display all image sizes other than the custom, default, thumbnail, medium and large
function theme_additional_images() {
global $_wp_additional_image_sizes;
$get_intermediate_image_sizes = get_intermediate_image_sizes();
echo '<pre>' . print_r($_wp_additional_image_sizes) . '</pre>';
}
]]>I’ve tried everything, plugins, media cleaner, nothing seems to work. Looking at the web I also do not know what sizes should or should not be deleted. I’m using windows as a system, I don’t know if there is any way, but it’s crazy to try to clean this up.
So here I am trying to figure out where to start. If anyone has had this problem before, I would appreciate any information about it.
thank you very much
]]>