• Resolved Anonymous User 8804248

    (@anonymized-8804248)


    Hi
    i have a message from your plugin, but errors are not visible.
    why you display this?

    Array ( [type] => 8192 [message] => Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) [file] => <server>/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php [line] => 368 )

    Not known why this is displayed, never used a picture or other on this site…
    site has non image connected… only a short text. when i resend the site mit a <form> this will be displayed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @adespont,

    Can you please let us know what PHP version are you using for your site? My guess is that you are using PHP 7.4 and that throws this warning. We will reach our developers about it but in the meantime, you can either disable the debug display or switch to PHP 7.3 to get rid of this warning.

    Thread Starter Anonymous User 8804248

    (@anonymized-8804248)

    Many thanks for the answer.
    Yes, PHP 7.4 is used, debug is completely deactivated, strangely, the message is still displayed. I suspect a plugin activates this again … I have to look …

    The page contains a <form> where a message is posted. This message appears when you send it.

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Thanks for your confirmation ref the PHP version that is being used. You can try to turn off these warnings by adding these lines to your wp-config.php file:

    @ini_set( 'display_errors', 0 );
    define( 'WP_DEBUG_DISPLAY', false );
    Thread Starter Anonymous User 8804248

    (@anonymized-8804248)

    I have do this, but still display my server path ONLINE.
    I think it is not a good idea to display server path on public systems…

    I have disabled the plugin. 🙁

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    You can try to lower the PHP version to 7.3 to get rid of the issue until our devs will fix it in one of the future updates.

    Thread Starter Anonymous User 8804248

    (@anonymized-8804248)

    I have found the plugin who has enabled the display.
    With PHP 7.3 is ok, (PHP 7.4 has changes on ? : function)

    A stupid plugin has enabled the display, now i have disabled this plugin and now all work fine.

    Thank you for help.
    regards

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Sounds great to hear that you was able to turn off the message. This one got under our developers’ radar so it is surely up to be improved in the future.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘error admin’ is closed to new replies.