var12
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
@nikitaanisimov
What should I do? please help me to solve the problem. Thank youhere is line 181 that gives problems
177 private function change_defaults( $params = array()) {
178 foreach ( $params as $key => $param ) {
179 if ( is_array($param) ) {
180 foreach ( $param as $par_key => $par ) {
181 if ( isset($this->$key[$par_key]) ) {
182 $this->$key[$par_key] = sanitize_text_field($par);what should I do? please help me to solve the problem. Thank you
Hi all, I’m using version 6.1.1 and I’m using your plugin 1.8.4
I’ve had this error for a few days:Warning: Illegal string offset .... /wp-content/plugins/photo-gallery/booster/main.php on line 181 Warning: Illegal string offset .... wp-content/plugins/photo-gallery/booster/main.php on line 181 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method WPToolKit_Plugin::wpt_override_plugin_names() should not be called statically in .... /wp-includes/class-wp-hook.php on line 308How can I solve the problem? Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)