Fred17
Forum Replies Created
-
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] emails not to be savedHi @wardee,
Thank you very much for your work, it will be a great help to me
Forum: Plugins
In reply to: [LiteSpeed Cache] What happens when I deactivate the LSC plugin?Thanks for your response
thanks for the quick response
Forum: Plugins
In reply to: [LiteSpeed Cache] SQL error in php error log fileWP is 6.4.1
Version du serveur base de données: 8.0.35 – MySQL Community Server – GPL
Version du client de base de données : libmysql – mysqlnd 8.1.16
PHP 8.1.16
Forum: Plugins
In reply to: [LiteSpeed Cache] LS Cache cron jobs are unscheduledAll my plugins and WP are the last version. About CRON can I do something?
Many thanks for your help
Many thanks for your help
I am uptodate for all my plugin and WP versions. This plugin is 1.9.3
My PHP version is 8.2
Hi,
You’re quite right. I’ve since reactivated the plugin and everything seems to be working normally.
Thanks for the support
- This reply was modified 1 year, 4 months ago by Fred17.
Well I had a mistake between the <a> ans </a>, the problem is resolved. When you use the WordPress editor it adds http:
quite, I use this :
[cci lang=”php” escaped=”true”]<a href=”[password_reset_link]”>Réinitialiser</a>[/cci] as the documentation here
See “the page I need help with”. I set a notification for user who asked to change their password. But the link received by the user is not clickable and the text is not take into accompte
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] How to force the event categoryYes it works, I give an example of code if anyone is interested
$identifiant=get_the_ID();
if ($identifiant=3893) {$event['event_category_ids']=4;}
if ($identifiant=133) {$event['event_category_ids']=1;}