Title: error admin
Last modified: July 4, 2020

---

# error admin

 *  Resolved Anonymous User 8804248
 * (@anonymized-8804248)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/)
 * 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)

 *  [Mihai Ceban](https://wordpress.org/support/users/mihaiimagely/)
 * (@mihaiimagely)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13089228)
 * 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)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13090708)
 * 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.
 *  [Mihai Ceban](https://wordpress.org/support/users/mihaiimagely/)
 * (@mihaiimagely)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13093554)
 * 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)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13093612)
 * 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. 🙁
 *  [Mihai Ceban](https://wordpress.org/support/users/mihaiimagely/)
 * (@mihaiimagely)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13093790)
 * 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)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13103914)
 * 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
 *  [Mihai Ceban](https://wordpress.org/support/users/mihaiimagely/)
 * (@mihaiimagely)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13121211)
 * 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.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Mihai Ceban](https://wordpress.org/support/users/mihaiimagely/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/error-admin/#post-13121211)
 * Status: resolved