“Service has been disabled, please renew the license.” I purchased the license that gives 3 keys. One site is working fine, but this one is giving the error after the update.
Any help would be greatly appreciated.
]]>Site https://aloc.com.br
]]>Here’s what I’ve done so far:
1. I’ve obtained my API key from Google Cloud.
2. I understand that the basic URL structure looks like this:
https://maps.googleapis.com/maps/api/staticmap?parameters&key=YOUR_API_KEY
For example, to display a map centered on Stockholm with a red marker, I used:
https://maps.googleapis.com/maps/api/staticmap?center=Stockholm,Sweden&zoom=14&size=600×400&maptype=roadmap&markers=color:red|59.3293,18.0686&key=MY_API_KEY
Could you confirm if the setup is correct or let me know if I need to add a URL signature for my API usage? If a signature is needed, could you guide me on how to generate it and where to include it in the URL?
Thank you in advance for your help!
]]>I have disabled several plugins to find out if there is interference but without result.
Any idea?
[31-Aug-2024 00:51:38 UTC] PHP Warning: Undefined array key "C:/laragon_new/www/XXX/wp-content/themes/XXX/parts/header.html" in C:\laragon_new\www\XXX\wp-content\plugins\query-monitor\output\html\theme.php on line 163
[31-Aug-2024 00:51:38 UTC] PHP Warning: Undefined array key "C:/laragon_new/www/XXX/wp-content/themes/XXX/parts/footer.html" in C:\laragon_new\www\XXX\wp-content\plugins\query-monitor\output\html\theme.php on line 163
For info, i use PHP 8.3 at the moment but i don’t think (not quite sure) that’s it’s related.
What i found out is that QM seems to be collecting data differently about “paths” on Windows (which is causing the PHP Warnings.
When i log $parts and $data->count_template_parts, i can clearly see that one is using forward slashes but the other one is using a mix, the logs:
[31-Aug-2024 00:59:27 UTC] DEBUG: $parts Array
(
[C:/laragon_new/www/XXX/wp-content/themes/XXX/parts/header.html] => parts/header.html
[C:/laragon_new/www/XXX/wp-content/themes/XXX/parts/footer.html] => parts/footer.html
)
[31-Aug-2024 00:59:27 UTC] DEBUG: $data->count_template_parts Array
(
[C:\laragon_new\www\XXX/wp-content/themes/XXX/parts/header.html] => 1
[C:\laragon_new\www\XXX/wp-content/themes/XXX/parts/footer.html] => 1
)
If you have an idea on how to fix this, that would be great
Have a good day,
Damien
I have this PHP Warning: Undefined array key “standard” in /public_html/wp-content/plugins/booster-plus-for-woocommerce/includes/shortcodes/class-wcj-orders-shortcodes.php on line 254\n
That line contains: $atts[‘standard’] = wcj_sanitize_input_attribute_values( $atts[‘standard’] );
The PHP warning, Undefined array key “standard”, occurs because the array key “standard” is not defined in the $atts array when it is being accessed. This can happen if the shortcode that the code is handling doesn’t include the standard attribute.
I have Booster Plus for WooCommerce version 7.2.2
How to solve this?
]]>