Title: strict php error
Last modified: August 30, 2016

---

# strict php error

 *  [alemarengo84](https://wordpress.org/support/users/alemarengo84/)
 * (@alemarengo84)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/strict-php-error/)
 * Hi,
    I’m having this error: `Declaration of c2c_ConfigureSMTP::options_page_description()
   should be compatible with that of C2C_Plugin_023::options_page_description()`
   when a customer complete an order on woocommerce. How can I fix it?
 * [https://wordpress.org/plugins/configure-smtp/](https://wordpress.org/plugins/configure-smtp/)

Viewing 1 replies (of 1 total)

 *  [James-Read](https://wordpress.org/support/users/james-read-1/)
 * (@james-read-1)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/strict-php-error/#post-6493842)
 * Go to file :
    /wp-content/plugins/configure-smtp/configure-smtp.php
 * On line 171 locate this :
 * `public function options_page_description() {`
 * and swap for this :
 * `public function options_page_description( $localized_heading_text = '' ) {`
 * Hope this helps and not it’s too late, just fixed it on my install and thought
   I’d share!

Viewing 1 replies (of 1 total)

The topic ‘strict php error’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [James-Read](https://wordpress.org/support/users/james-read-1/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/strict-php-error/#post-6493842)
 * Status: not resolved