Annoying php notice

Hi,


Every time when I trying add link in editor I have PHP Notice info

It is annoying because I need to resize window for OK/Cancel.

In php.ini I have:

    arek@midgard:~$ grep err -i /etc/php5/apache2/php.ini  | grep \^\; -v
    error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
    display_errors = Off
    display_startup_errors = Off
    log_errors = On
    log_errors_max_len = 1024
    ignore_repeated_errors = Off
    track_errors = Off
    html_errors = Off
    mssql.min_error_severity = 10
    arek@midgard:~$

There is a screenshot:







It is something wrong in my configuration?



Configuration:

MSM 4.2.2, PHP 5.3.3



Regards

Arek

[quote]
Hi,



Every time when I trying add link in editor I have PHP Notice info

It is annoying because I need to resize window for OK/Cancel.



It is something wrong in my configuration?



Configuration:

MSM 4.2.2, PHP 5.3.3



Regards

Arek

[/quote]



Do you have show frontend errors enabled in system configuration inside Matrix?

[quote]
Do you have show frontend errors enabled in system configuration inside Matrix?

[/quote]

Hi,



I have:



Log Errors Yes

Hide Errors on the Frontend No



When I change "Hide Errors on the Frontend" to yes I don't have php notice in insert link.

But this option also turn off errors and warnings as I understood, not only php notice.



Regards,

Arek

[quote]
Hi,



I have:



Log Errors Yes

Hide Errors on the Frontend No



When I change "Hide Errors on the Frontend" to yes I don't have php notice in insert link.

But this option also turn off errors and warnings as I understood, not only php notice.



Regards,

Arek

[/quote]



Yessum, it does all as far as I know. Otherwise, you might have to tweak the error reporting in core/include/init.inc if you want errors/warnings but to hide notices. I am pretty sure this settings overrides urs in php.ini. Hope that helps

[quote]
Yessum, it does all as far as I know. Otherwise, you might have to tweak the error reporting in core/include/init.inc if you want errors/warnings but to hide notices. I am pretty sure this settings overrides urs in php.ini. Hope that helps

[/quote]

Hi Benjamin,



I'll check init.inc and test it.

Thank you for your help.





Kind regards

Arek