php error
-
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 46i 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
The topic ‘php error’ is closed to new replies.