Page 1 of 1

JM Forum error in adminpanel

Posted: Sat Dec 27, 2014 10:05 pm
by hesen
I installed JM Forum on CMSMS (version 1.11.11). New to CMSMS.

While installing there are bunch of errors which disappered in couple of seconds. So couldn't copy the error.

Now I am seeing the following error in jm forum adminpanel:

Strict Standards: Only variables should be assigned by reference in /home/******/public_html/cms/modules/JM_Forum/admin_tab_settings.php on line 45
--------------

Another error:

Strict Standards: Only variables should be assigned by reference in /home/****/public_html/cms/modules/JM_Forum/action.admin_new_forum.php on line 140

Strict Standards: Only variables should be assigned by reference in /home/******/public_html/cms/modules/JM_Forum/action.admin_new_forum.php on line 144


Any help?

Re: JM Forum error in adminpanel

Posted: Tue Dec 30, 2014 8:51 am
by vinyl
Guess it has to do with your PHP version, which is newer than JM Forum is written for. JM Forum needs updating to fix these issues.

You could hide them in the error logs if they swamp them, Google for "strict standards error messages php".

Re: JM Forum error in adminpanel

Posted: Tue Dec 30, 2014 7:09 pm
by Dr.CSS
System information..?

Re: JM Forum error in adminpanel

Posted: Wed Dec 31, 2014 12:36 pm
by Jo Morg
hesen wrote:Now I am seeing the following error in jm forum adminpanel:

Strict Standards: Only variables should be assigned by reference in /home/******/public_html/cms/modules/JM_Forum/admin_tab_settings.php on line 45 ...
These are warnings, not errors, and are dependent on PHP version. Change the error reporting level to avoid these on production sites.
In any case, it should be fixed in svn, and soon to be released.
Dr.CSS wrote:System information..?
And yes, always post this when asking for help: it will help us help you.