gigi13
Forum Replies Created
-
Thank you for the quick response to this issue. I updated the Site Kit plugin with version 1.3.1 and still received the same “Call to Undefined Function” error. However, I was able to deactivate and delete the Site Kit plugin then re-install it. No error received so I believe the issue is resolved. It should be fine on future updates.
Side Note: I’m tech savvy, so I understand what you requested with the temporary fixes, however to average WP users linking to the GitHub code page without more installation instructions may be confusing to others. Something to consider.
Thank You
gigi13I had a similar error to iskmogul when updating from version 1.2.0 to 1.3.0 today. I received the following error in my log:
——————————————————————————–
2020-02-14T16:39:29+00:00 CRITICAL Uncaught Error: Call to undefined function opcache_reset() in /home/*********/public_html/wp-content/plugins/google-site-kit/google-site-kit.php:102
Stack trace:
#0 /home/*********/public_html/wp-includes/class-wp-hook.php(290): googlesitekit_opcache_reset(Object(Plugin_Upgrader))
#1 /home/*********/public_html/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#2 /home/*********/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/*********/public_html/wp-admin/includes/class-plugin-upgrader.php(316): do_action(‘upgrader_proces…’, Object(Plugin_Upgrader), Array)
#4 /home/*********/public_html/wp-admin/update.php(47): Plugin_Upgrader->bulk_upgrade(Array)
#5 {main}
thrown in /home/*********/public_html/wp-content/plugins/google-site-kit/google-site-kit.php on line 1022020-02-14T16:40:39+00:00 CRITICAL Uncaught Error: Call to undefined function opcache_reset() in /home/*********/public_html/wp-content/plugins/google-site-kit/google-site-kit.php:102
Stack trace:
#0 /home/*********/public_html/wp-includes/class-wp-hook.php(290): googlesitekit_opcache_reset(Object(Plugin_Upgrader))
#1 /home/*********/public_html/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#2 /home/*********/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/*********/public_html/wp-admin/includes/class-plugin-upgrader.php(316): do_action(‘upgrader_proces…’, Object(Plugin_Upgrader), Array)
#4 /home/*********/public_html/wp-admin/update.php(47): Plugin_Upgrader->bulk_upgrade(Array)
#5 {main}
thrown in /home/*********/public_html/wp-content/plugins/google-site-kit/google-site-kit.php on line 102
——————————————————————————–********* Actual dir path changed for security.
Is iskmogul’s fix required? Is this Site Kit’s solution?
Thank You,
gigi13- This reply was modified 6 years, 4 months ago by gigi13.
Forum: Themes and Templates
In reply to: [Fifteen] Child ThemeHi Wolfs bRain. Thank you so much for replying. I’m still confused and I have another wordpress blog that has a child theme which works, but his one doesn’t seem to work.
I changed the default.css to the colors below:
************************
#header-2 {
padding-top: 15px;
width: 100%;
}
/* 4. Links
——————————————————- */
a {
color: #ff0000;
/* original color: #008000;*/
}
a:hover,
a:focus,
a:active {
color: #ffffff;
/* original color: #009900;*/;
}
#content a {
transition: 0.2s all ease;
-webkit-transition: 0.4s all ease;
}
************************
I added the child theme and changed the style.css to:
************************
/*
Theme Name: Fifteen
Theme URI: http://www.mywebsite.com/
Description: This is a custom child theme I have created.
Author: my name
Author URI: http://www.mywebsite.com/
Template: fifteen
Version: 1.0
*/@import url(“../fifteen/style.css”);
#header-2 {
padding-top: 15px;
width: 100%;
}
/* 4. Links
——————————————————- */
a {
color: #e6e6e6;
/* original color: #008000;*/
}
a:hover,
a:focus,
a:active {
color: #ffffff;
/* original color: #009900;*/;
}
#content a {
transition: 0.2s all ease;
-webkit-transition: 0.4s all ease;
}
************************I changed the link color to red in the default.css and gray in the style.css.
The style.css doesn’t seem to be over-ridding the default.css in the skins folder because the links are still red. What am I missing? Any help would be greatly appreciated!!
Thank you.