On a website (cb 1.9.1, cbsubs 3.0.0) I have this message when user click on the confirmation link :
Strict Standards: Non-static method moscomprofilerUser::getUserIdFromActivationCode() should not be called statically in <span>/</span>home<span>/</span>arties/public_html/components/com_comprofiler/comprofiler.php on line 1327
Can you tell me how to correct this please ?
Thx for answers
It's a PHP strict standards warning. Just ignore it. For live usage disable debug mode and set error reporting to None or System Default to suppress it. Strict standard warnings will cause no negative affects. We'll be cleaning all of those up with next releases of our projects.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Ok thank you, as I was developping something on this website I have the dev mode activated and if I set on defaut you're right there's no more warning on this page.