lekiend
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN Cloudflare FATAL ERROR in error_logsI’ve updated to 6.2.0.1 but issue is not resolved
[STDERR] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /public/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php:172\nStack trace:\n#0 /public/wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php(41): require()\n#1 /public/wp-content/plugins/litespeed-cache/src/admin-display.cls.php(647): require_once('...')\n#2 /public/wp-includes/class-wp-hook.php(324): LiteSpeed\Admin_Display->show_menu_cdn()\n#3 /public/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#4 /public/wp-includes/plugin.php(517): WP_Hook->do_action()\n#5 /public/wp-admin/admin.php(259): do_action()\n#6 {main}\n thrown in /public/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php on line 172\n [STDERR] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /public/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php:172\nStack trace:\n#0 /public/wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php(41): require()\n#1 /public/wp-content/plugins/litespeed-cache/src/admin-display.cls.php(647): require_once('...')\n#2 /public/wp-includes/class-wp-hook.php(324): LiteSpeed\Admin_Display->show_menu_cdn()\n#3 /public/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#4 /public/wp-includes/plugin.php(517): WP_Hook->do_action()\n#5 /public/wp-admin/admin.php(259): do_action()\n#6 {main}\n thrown in /public/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php on line 172\n [STDERR] PHP Warning: Undefined array key "hash" in /public/wp-content/plugins/litespeed-cache/lib/guest.cls.php on line 72\n [STDERR] PHP Warning: Undefined array key "guest_ips" in /public/wp-content/plugins/litespeed-cache/lib/guest.cls.php on line 141\n [STDERR] PHP Warning: Undefined array key "guest_uas" in /public/wp-content/plugins/litespeed-cache/lib/guest.cls.php on line 130\n
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN Cloudflare FATAL ERROR in error_logsYes, last version
Hello,
I tried to downgrade number of tokens but it never works.
Message is always:
{
"error": {
"message": "The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}On the link you can read that the model you use is deprecated from
Shutdown date 2024-01-04
text-davinci-003
Thank you
- This reply was modified 10 months, 2 weeks ago by lekiend.
Forum: Plugins
In reply to: [Easy Table] Easy Table 1.8 on php 8.2I replaced this plugin by this one.
https://www.ads-software.com/plugins/csv-to-html/Forum: Plugins
In reply to: [Easy Table] Easy Table 1.8 on php 8.2Hello,
Thank you for sharing this.
Very usefull.
Do you know an exisiting plugin to replace this one ?Thank you
DimitriForum: Plugins
In reply to: [Facebook for WooCommerce] Version 3.0.0 Took down siteSite also down for me:
PHP Fatal error: require_once(): Failed opening required 'includes/fbutils.php' (include_path='.:') in /wp-content/plugins/facebook-for-woocommerce/includes/fbinfobanner.php on line 14
Forum: Plugins
In reply to: [Autocomplete WooCommerce Orders] latest update breaking wordpress dashboardYes, same for me.
Support ticket sentRegards
Forum: Plugins
In reply to: [Page Restrict] 2 errors when using PHP 8.1Yes, same issue with PHP 7.4
Forum: Plugins
In reply to: [LiteSpeed Cache] Background Images in Elementor are not optimisedHello,
Any chance to get this feature developed soon ?
On the TODO list for almost 2 years now :-(.Regards
Search terms in string translation and replace whitespace by underscore.
If you have a term like “Outside parking”, search “Outside_parking” and translate it to your language.
It worked for me ??
I have same issue for Features and Amenities with WPML.
I’m able to translate them in “string translations” but terms are not translated in advanced search forms.
They are correctly translated in single property page.
Dimitri
Forum: Plugins
In reply to: [WooCommerce] Password Reset “save” button has disabledI have exactly the same issue.
In fact, the “Save” field become disabled after typing the first character in the first password field and it never become enabled even with 2 similar strong password.
See the code below
<p class="woocommerce-form-row form-row"> <input name="wc_reset_password" value="true" type="hidden"> <button type="submit" class="woocommerce-Button button disabled" value="Sauvegarder" disabled="disabled">Sauvegarder</button> </p>
Forum: Plugins
In reply to: [Feature Request & Idea Collector] Issue to translate the filterFeatures status displayed by function below are alos not translatable with the .po file;
<?php echo '<span class="avfr-status-'.sanitize_html_class( $status ).'">'.esc_attr( $status ).'</span>';?>
Forum: Plugins
In reply to: [Feature Request & Idea Collector] Issue to translate the filterLine 168 in file template-avfr.php, terms are not translatable ??
comments_popup_link( 'No comment', 'One comment', '% comments', get_permalink() ); ?>
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fault with the required fields.Yes, how to bypass mandatory fields from hidden groups ?
Thank you