SocialBookmarks "Strict Standards" error [SOLVED]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
wmdvanzyl
Forum Members
Forum Members
Posts: 214
Joined: Fri May 06, 2011 12:48 pm

SocialBookmarks "Strict Standards" error [SOLVED]

Post by wmdvanzyl »

I am receiving this error:

Code: Select all

Strict Standards: Only variables should be assigned by reference in /home/renaufij/public_html/plugins/function.SocialBookmarking.php on line 522
I am not an expert when it comes to DOCTYPES and things like that, so i don't know if this is related to that. This is what the start of my template looks like:

Code: Select all

{process_pagedata}
<__html> 
<head> ... 
Any advice?
Last edited by wmdvanzyl on Thu Jan 22, 2015 8:46 am, edited 1 time in total.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: SocialBookmarks "Strict Standards" error

Post by Jo Morg »

Strict Standards may not affect the functionality of the plugin: typically on a production environment (a live site) the php error level should prevent this errors to be displayed.
If you find that the plugin doesn't work as it should then I suggest you file a bug report here: http://dev.cmsmadesimple.org/bug/list/633
HTH
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
wmdvanzyl
Forum Members
Forum Members
Posts: 214
Joined: Fri May 06, 2011 12:48 pm

Re: SocialBookmarks "Strict Standards" error

Post by wmdvanzyl »

Is there any way to suppress these errors? Is it a PHP setting or a CMSMS setting?
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: SocialBookmarks "Strict Standards" error

Post by Jo Morg »

Usually you can suppress those errors by a php.ini setting or by a .htaccess directive.
http://lmgtfy.com/?q=Strict+Standards
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Locked

Return to “Modules/Add-Ons”