Title: PHP Errors in Pilotpress 2.0.3
Last modified: April 24, 2018

---

# PHP Errors in Pilotpress 2.0.3

 *  [neilgee](https://wordpress.org/support/users/neilgee/)
 * (@neilgee)
 * [8 years ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/)
 * PilotPress PHP Errors in latest version – I am finding the plugin slowing down
   the site – Query Monitor points the finger at Pilotpress
 *     ```
       [24-Apr-2018 06:45:36 UTC] PHP Strict Standards:  Accessing static property PilotPress::$stashed_transients as non static in /home/theloft/public_html/wp-content/plugins/pilotpress/pilotpress.php on line 1149
       [24-Apr-2018 06:45:47 UTC] PHP Notice:  Undefined index: authenticate_user in /home/theloft/public_html/wp-content/plugins/pilotpress/pilotpress.php on line 3087
       [24-Apr-2018 06:45:48 UTC] PHP Warning:  Invalid argument supplied for foreach() in /home/theloft/public_html/wp-content/plugins/pilotpress/pilotpress.php on line 3919
       ```
   
 * Invalid argument supplied for foreach()
 * wp-content/plugins/pilotpress/pilotpress.php:3919
 * do_action(‘admin_footer’)
    wp-admin/admin-footer.php:72 PilotPress->grab_mce_fields()
   wp-includes/class-wp-hook.php:286

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
 * (@ontraportfrank)
 * [8 years ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/#post-10213971)
 * Do you have a support ticket open with ONTRAPORT on this [@neilgee](https://wordpress.org/support/users/neilgee/)?
 * We’ll want our developers to take a look and see what’s up. I can create a ticket
   for you but will need to know the account number of the connected ONTRAPORT account.
 *  Thread Starter [neilgee](https://wordpress.org/support/users/neilgee/)
 * (@neilgee)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/#post-10480752)
 * this notice seems to be on all sites..
 *     ```
       10-Jul-2018 15:23:11 UTC] PHP Notice:  Undefined index: authenticate_user in /home/180099.cloudwaysapps.com/vawdssctxv/public_html/wp-content/plugins/pilotpress/pilotpress.php on line 3087
       ```
   
    -  This reply was modified 7 years, 10 months ago by [neilgee](https://wordpress.org/support/users/neilgee/).
    -  This reply was modified 7 years, 10 months ago by [neilgee](https://wordpress.org/support/users/neilgee/).
 *  [ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
 * (@ontraportfrank)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/#post-10480880)
 * PHP will throw notices all the time. If this is in a testing environment you 
   can safely ignore it. If it is in a production environment you should have notices
   turned off so they do not “break” your design.
 *  Thread Starter [neilgee](https://wordpress.org/support/users/neilgee/)
 * (@neilgee)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/#post-10565337)
 * “PHP will throw notices all the time”
 * PHP does indeed throw notices – but there is a reason for that and as the developer
   of the plugin you should really address these notices and code the plugin adjusting
   the code to be compliant with PHP.
 * This error is creating a huge debug log file size as the notice is constantly
   logged numerous times.
 *  [ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
 * (@ontraportfrank)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/#post-10567950)
 * We have to maintain backward compatibility for all valid versions of PHP as well
   as different web server software, so the notices are unavoidable. If the site
   is otherwise working fine, you can turn the errors off following instructions
   such as these at WP Beginner: [https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/](https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/)
 * Ask your webhost how to prevent logging useless PHP entries. Adding a line like“
   error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT” to the php.ini
   file (or creating a local php.ini file with that line) will reduce the entries
   in the log file.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PHP Errors in Pilotpress 2.0.3’ is closed to new replies.

 * ![](https://ps.w.org/pilotpress/assets/icon-256x256.png?rev=1527605)
 * [PilotPress](https://wordpress.org/plugins/pilotpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pilotpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pilotpress/)
 * [Active Topics](https://wordpress.org/support/plugin/pilotpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pilotpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pilotpress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/php-errors-in-pilotpress-2-0-3/#post-10567950)
 * Status: not resolved