JibsouX
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with Rankmath (redirection)Indeed I manage to have a code 410 also I think it’s a problem with the google crawler that makes an error between 404 and 410 sometimes
- This reply was modified 1 year, 4 months ago by JibsouX.
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with Rankmath (redirection)The problem isn’t so much with 301 redirects, but with 410s.
Deleted pages are automatically set to 404 and if I want to add a 410 redirect the page is always a 404 and not a 410.- Create a page /slug1
- Cache the page by viewing it offline (page optimisation and all the css js minification and concatenate ON)
- Delete the page
- Create a 410 redirection
- Check the page, it will say 404 not 410
I also warned rankmath here: https://support.rankmath.com/ticket/410-redirection-not-working-4/
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with Rankmath (redirection)1 : configure your slcache.
2 : create a redirection in rankmath from an existing url to a new one
3 : consult the site while not connected to have the cache activeThe url is not redirected correctly
but this option like you explainn “So, “Retain Transients in Db” as the label suggested, will keep Transients in Database without using a persistent object cache.” will simply desactivate object cache ??
Sorry a try to really understand this option.. ^^’
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Rebuild cacheSame here..
There is a cron job but it dont do anything, i have test all the different thing to make it work and nothing..@nawawijamili , Hello !
I am really sorry I forgot to answer you.
I just tested and at first it worked, but i think the object cache was not created, sorry but no luck on thin one ??
Thank you again as always very responsive and listening!
I always use your plugin now !Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] OVH Opcache bug ?Thank you very much for all these explanations!
I will see with the customer what can be done.Ok I just sent you the plugin on your email available on the page you told me!
In fact, concerning the conflict, the buider is not a visual builder (front) but replaces the backoffice editor in the pages (post.php).
– If Docket cache inactive + CMSMasters Content Composer
= no conflict the plugin replaces the editor.Conversely, when loading an article or page containing the editor, their builder does not replace the editor by default, so it displays simple text (the shortcode used by the CMSMasters Content Composer editor).
If I clear docket object cache, the builder replaces the default editor but once the object cache is created, the next time the conflict appears again.
For information, I replaced docket cache by another plugin (Object Cache 4 everyone) which is not developed any more unfortunately but there is no problem.
Thanks in advance ?? !
- This reply was modified 2 years, 10 months ago by JibsouX.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] OVH Opcache bug ?I have the impression that the plugin works anyway because the administration is much faster as for the site.
Also when I do “view opcache configuration” in the plugin tab I get the following message: No data is available. The opcache_get_configuration function disabled in PHP configuration.
Wow Thanks !
Everything works perfectly at all levels for the local opcache and opcache.file_cache_only=1; !Thanks !
Hi @nawawijamili !
Thanks for the beta update, this update is made to make Docket cache complient with opcache.file_cache_only=1 if opcache is in local ?Hello !
Thank you for the quick response as always.
Would it be possible to have the possibility to indicate a local opcache folder to change the behavior of the Flush Opcache button and thus empty the opcache folder via a php request?@nawawijamili : indeed, passing the setting to 0 makes the admin page of the plugin work again, on the other hand the button flush OPcache does not remove the totality of the files in the folder “.opcache”, is it normal?
you must do the same thing as for the campaign details, namely :
$timeformate = get_option(‘time_format’);
$campaign_time = strtotime( $campaign_time );
<?php echo esc_html( date_i18n( $timeformate, $campaign_time ) ); ?>instead of
<?php echo esc_html( $campaign_time );?>
Line 1449, file wppolitic_campain_addon.php
Cheers
Forum: Plugins
In reply to: [HT Politic – For Political WordPress Themes / Website] time bug for campainsHello
Thanks for the quick update.
Everything is working perfectly again regarding the date & time!
Problem solved !
Thank you for the update!