Title: Plugin is not PHP 7.4 ready
Last modified: August 23, 2020

---

# Plugin is not PHP 7.4 ready

 *  [shadiadi](https://wordpress.org/support/users/shadiadi/)
 * (@shadiadi)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/plugin-is-not-php-7-4-ready/)
 * This plugin is not ready for PHP 7.4 is shows lots of errors.
 * a) It assumes that ONTRAPORT is set up correctly.
    b) piliotpress the class outputs
   headers before trying to start a session. $this->ppp = new PPProtect(); outputs
   header content echo $catFoot; so the $this->start_session(); will throw the PHP
   error headers already sent. $this->start_session(); needs to come before the 
   $this->ppp = new PPProtect();
 * c) The cookkie contact_id is assumed as being set in numerous places, when sometimes
   it may not exist. This also causes a lot of undefined index contact_id errors.
 * The entire pilotpress.php needs rewriting PHP 7.4 is much stricter you need to
   takie into account that the cookies may not be set. Many if the user cookies 
   that start with user_ also throw undefined index errors.
 * I have managed to patch most of these errors on my clients sites, but you really
   need to address these issues.

Viewing 1 replies (of 1 total)

 *  [ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
 * (@ontraportfrank)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/plugin-is-not-php-7-4-ready/#post-13305056)
 * Thanks for your comments! I will forward this to our developers!

Viewing 1 replies (of 1 total)

The topic ‘Plugin is not PHP 7.4 ready’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/plugin-is-not-php-7-4-ready/#post-13305056)
 * Status: not resolved