Title: php error
Last modified: August 31, 2016

---

# php error

 *  Resolved [franck86](https://wordpress.org/support/users/franck86/)
 * (@franck86)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-error-177/)
 * Hi,
 * thanks for fast correction. I have found another little problem in my installation
   of wp_cassify.
 * `Notice: Undefined property: wp_cassify\WP_Cassify_Shortcodes::$wp_cassify_network_activated
   in /data/www/wordpress/wp-content/plugins/wp-cassify/classes/wp_cassify_shortcodes.
   php on line 46`
 * i think the problem comes from a missing parameter in calling the function.
 * i made it works doing this :
    – wp-cassify.php i had a parameter line 117 `$wp_cassify_network_activated`
 * – modify wp_cassify_shortcodes.php like this :
    add parameter line 37 `$wp_cassify_network_activated`
   remove $this from line 46 `$this->wp_cassify_base_url = WP_Cassify_Utils::wp_cassify_get_option(
   $wp_cassify_network_activated, 'wp_cassify_base_url' );`
 * best regards
 * Franck
 * [https://wordpress.org/plugins/wp-cassify/](https://wordpress.org/plugins/wp-cassify/)

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

 *  Plugin Author [Alain-Aymerick FRANCOIS](https://wordpress.org/support/users/aaf017/)
 * (@aaf017)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-error-177/#post-7260103)
 * Hi,
 * Thanks for reply. You’re right. I’ve forgotten to pass $wp_cassify_network_activated
   in init() function of WP_Cassify_Shortcodes class. Then, if you’ve activated 
   plugin on Network, it generate an error.
 * I’ve corrected the code in version 1.6.6.
 * Keep me informed if bug is still present in new version.
 * Best regards.
 *  Plugin Author [Alain-Aymerick FRANCOIS](https://wordpress.org/support/users/aaf017/)
 * (@aaf017)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-error-177/#post-7260289)
 * Okay, update to 1.6.6 solve the problèmes. Si, i close ticket.
 * Best regards.

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [Alain-Aymerick FRANCOIS](https://wordpress.org/support/users/aaf017/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/php-error-177/#post-7260289)
 * Status: resolved