Warning or error in MetaMax module [solved, was a warning]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
master3395
Forum Members
Forum Members
Posts: 96
Joined: Mon Mar 30, 2015 7:13 am

Warning or error in MetaMax module [solved, was a warning]

Post by master3395 »

Hi. I'm running CMS Made Simple 2.1.1
I'm using PHP 5.5.26
and MYSQL VERSJON 5.1.61
Linux
MetaMax 2.1.4

Strict Standards: Only variables should be assigned by reference in /home/u227622376/public_html/modules/MetaMax/action.default.php on line 16

I don't know what it does, but it looks ugly to have on the front page of my website.
I hope someone can help me atleast get the message away.
Last edited by master3395 on Sat Jan 16, 2016 2:40 pm, edited 1 time in total.
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Warning or error in MetaMax module

Post by Jos »

The MetaMax module doesn't seem to be tagged as CMSMS 2 ready yet.
http://dev.cmsmadesimple.org/projects/metamax
I noticed you already filed a bug so the module devoloper has been alerted.
User avatar
master3395
Forum Members
Forum Members
Posts: 96
Joined: Mon Mar 30, 2015 7:13 am

Re: Warning or error in MetaMax module

Post by master3395 »

It doesn't look like he know's how to fix it, when he is using a custom php, were errors aren't enabled.

We others, that use hoster's that show's errors, get's the error, it has been listed in the other bug post.

I just hope he takes a look at my new request.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Warning or error in MetaMax module

Post by Rolf »

You could hide the warning by adding to the config.php:

Code: Select all

error_reporting(E_ERROR & ~E_DEPRECATED & ~E_NOTICE);
I your webhost allows it...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
master3395
Forum Members
Forum Members
Posts: 96
Joined: Mon Mar 30, 2015 7:13 am

Re: Warning or error in MetaMax module

Post by master3395 »

@Rolf

Thanks, it works.

I still don't know if it's just a warning or if it's a error.
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: Warning or error in MetaMax module

Post by Jeff »

It is just a warning, actually more like a notice.

It isn't suggested to have STRICT turned on for Production sites.
Post Reply

Return to “Modules/Add-Ons”