Title: [Plugin: WP-FFPC] PHP errors all originating from wp-ffpc..
Last modified: August 22, 2016

---

# [Plugin: WP-FFPC] PHP errors all originating from wp-ffpc..

 *  [nhalation](https://wordpress.org/support/users/nhalation/)
 * (@nhalation)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/)
 * My /var/log/apache2/error.log is full of this, over and over:
 *     ```
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Warning:   Plugin settings are not yet saved for the site, please save settings! » <a href="options-general.php?page=wp-ffpc-settings">WP-FFPC Settings</a> in /var/www/mydomain.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP Stack trace:, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   1. {main}() /var/www/mydomain.com/index.php:0, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   2. require() /var/www/mydomain.com/index.php:17, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   3. require_once() /var/www/mydomain.com/wp-blog-header.php:12, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   4. require_once() /var/www/mydomain.com/wp-load.php:29, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   5. require_once() /var/www/mydomain.com/wp-config.php:82, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   6. do_action() /var/www/mydomain.com/wp-settings.php:353, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   7. call_user_func_array:{/var/www/mydomain.com/wp-includes/plugin.php:496}() /var/www/mydomain.com/wp-includes/plugin.php:496, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   8. PluginAbstract->plugin_init() /var/www/mydomain.com/wp-includes/plugin.php:496, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP   9. WP_FFPC->plugin_post_init() /var/www/mydomain.com/wp-content/plugins/wp-ffpc/wp-common/plugin_abstract.php:151, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP  10. PluginUtils::alert() /var/www/mydomain.com/wp-content/plugins/wp-ffpc/wp-ffpc-class.php:255, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP  11. PluginUtils::log() /var/www/mydomain.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php:188, referer: https://www.mydomain.com
       FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP  12. trigger_error() /var/www/mydomain.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php:126, referer: https://www.mydomain.com
       ```
   
 * WP-FFPC is the only plugin I have showing up in my error log. It’s just these
   14 lines over and over and over.
 * Any ideas?
 * Thanks in advance.

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

 *  [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * (@cadeyrn)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/#post-5646707)
 * Have you tried to do what it says in the first line?
 * > Plugin settings are not yet saved for the site, please save settings! » [WP-FFPC Settings](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/options-general.php?page=wp-ffpc-settings)
 * The rest is just the trace to see what path triggered the error.
 *  Thread Starter [nhalation](https://wordpress.org/support/users/nhalation/)
 * (@nhalation)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/#post-5646710)
 * Yes — at one point after I first installed I received that message on the plugin
   settings page, but I’ve saved my settings and it no longer shows on the front-
   end of my WordPress admin area.
 * Each time I navigate to the settings page my previously-entered settings are 
   still saved and in effect. The plugin does cache and seems to be functioning 
   correctly.
 * I’m just not sure why it’s spouting off errors in my apache log.
 *  Thread Starter [nhalation](https://wordpress.org/support/users/nhalation/)
 * (@nhalation)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/#post-5646865)
 * It had been a few hours, I was crossing my fingers that this issue had decided
   to disappear, but then I got about ten blocks of this same error in the span 
   of several hours this morning.
 * I could just disable its logging, but I don’t want to do that if there’s a legitimate
   error, which it seems like there must be.
 *  [MrBrian](https://wordpress.org/support/users/mrbrian/)
 * (@mrbrian)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/#post-5647053)
 * Same problem… Without all the fastcgi stuff. Was working fine weeks before so
   probably started appearing after plugin update. Should i just disable the logging?
   Everything seems to be working fine.
 *  [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * (@cadeyrn)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/#post-5647054)
 * The recent plugin update changed the level of this alert from NOTICE to WARNING.
 * There are a few false-positive situations I’m trying to figure out how to eliminate;
   usually it happens when a connection is received for another domain which then
   falls back to the current one. ( Eg. 127.0.0.1 -> actual domain )
 * Sorry for the noise and I’ll try to come up with a solution.

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

The topic ‘[Plugin: WP-FFPC] PHP errors all originating from wp-ffpc..’ is closed
to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [petermolnar](https://wordpress.org/support/users/cadeyrn/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ffpc-php-errors-all-originating-from-wp-ffpc/#post-5647054)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
