skvwp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Fatal error: while updating post or publishing new one.Hope plugin author will kindly provide a better and permanent solution by upgrading plugin itself.
Forum: Plugins
In reply to: [WP Super Cache] Fatal error: while updating post or publishing new one.Dear Donncha O Caoimh (@donncha)
This is a strange phenomenon, I explain all the stepwise tests that I did. You can then understand it better.
For you to understand better, I must inform that I am running multisite Network as using ‘Networks for WordPress’ plugin of David Dean.
1. As advised by you, I have uninstalled wp-supercache completely, deleted and reinstalled again.
2. After installing, I network activated it on the main site. Logged out. Some error in wp_function file was shown.Fatal error: ob_end_flush(): Cannot use output buffering in output buffering display handlers in /home…/public_html/wp-includes/functions.php on line 3721
maintenance mode plugin was activated when the above error was being shown. So, I inactivated maintenance mode plugin. The above error dont come when maintenance mode plugin is inactivated. Means, now WP-Super catch plugin has conflict with Maintenance Mode plugin. Previously, they both went together nicely.
Now on Network sites:
1. On the Network site (another domain in network), the following message on post update was still showing up.
Call to undefined function wp_cache_setting() in ……./public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1646
2. I then activated the WP supercatch on this network too. Now everything went fine.
Conclusion:
I am running wp-supercatch since more than two years on my multisite network. Till now, network activating it only on the main site was OK and it was caching even the networked sites properly. Now, it has to be network activated on all individual networks to make it work properly.
Now the plugin has conflict with Maintenance mode plugin. I have to find alternative maintenance mode plugin.
This is my conclusion. Rest you think……I personally feel that previous system where we activate or inactivate it on main site was better than activating it on all the individual networks. This is extra work. May be you can tell me the best way to activate it on network sites. regards
OK.
I did the following1. Deleted the
<title></title>
tag completely from the header.php i.e the following line<title><?php wp_title(' '); ?> <?php if(wp_title(' ', false)) { echo ' : '; } ?><?php bloginfo('name'); ?></title>
2. Added the following line in the function.php of the theme (above the ‘init’ function (I.E. ABOVE THE LINE –
add_action( 'init', 'theme_widgets_init' );
add_action( 'after_setup_theme', 'theme_slug_setup' ); function theme_slug_setup() { add_theme_support( 'title-tag' ); }
https://vigyaan.org/article/388/
THINGS SEEMS TO BE WORKING FINE NOW. ALL SEEMS OK. MAY I KINDLY REQUEST YOU TO PLEASE COMMENT IF THE ABOVE WHAT I DID WAS OK?? I USED JUST COMMON SENSE, AND I HAVE NO IDEA ABOUT CODES!!! I AM SO SORRY TO BOTHER YOU.
Great! For the moment, the copy paste code from tweetyeleven theme is working fine. I am a beginner and dont want to mess up with function.php
Yes, in the copy paste code below, if you could please suggest me the meaning of this string, I shall be grateful. What shall I do with ‘Page %s’, ‘twentyeleven’. I am not using twentyeleven theme, just copied the code from there.
// Add a page number if necessary:
if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() )
echo esc_html( ‘ | ‘ . sprintf( __( ‘Page %s’, ‘twentyeleven’ ), max( $paged, $page ) ) );<title><?php
// Print the <title> tag based on what is being viewed.
global $page, $paged;wp_title( ‘|’, true, ‘right’ );
// Add the blog name.
bloginfo( ‘name’ );// Add the blog description for the home/front page.
$site_description = get_bloginfo( ‘description’, ‘display’ );
if ( $site_description && ( is_home() || is_front_page() ) )
echo ” | $site_description”;// Add a page number if necessary:
if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() )
echo esc_html( ‘ | ‘ . sprintf( __( ‘Page %s’, ‘twentyeleven’ ), max( $paged, $page ) ) );?></title>
Update on above question
I changed the line
<title><?php wp_title(‘ ‘); ?> <?php if(wp_title(‘ ‘, false)) { echo ‘ : ‘; } ?><?php bloginfo(‘name’); ?></title>
To the following:
<title><?php
// Print the <title> tag based on what is being viewed.
global $page, $paged;wp_title( ‘|’, true, ‘right’ );
// Add the blog name.
bloginfo( ‘name’ );// Add the blog description for the home/front page.
$site_description = get_bloginfo( ‘description’, ‘display’ );
if ( $site_description && ( is_home() || is_front_page() ) )
echo ” | $site_description”;// Add a page number if necessary:
if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() )
echo esc_html( ‘ | ‘ . sprintf( __( ‘Page %s’, ‘twentyeleven’ ), max( $paged, $page ) ) );?></title>
Is this OK?
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] stopped working after 1.3.1 upgradeTried everything, activating, deactivating, clearing cache, changing-rehanging permalink, nothings works this time. Need attention and I also request the authors to not release the version until fully tested. Thanks
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] stopped working after 1.3.1 upgradesorry, just updated the plugin to 1.3.4. It stopped working again!!
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] stopped working after 1.3.1 upgradeOK. Found the solution. I disabled and then enabled plugin now. It is now working fine.
This means, that after 1.3.1 upgrade, we have to disable the plugin and then enable.
Thanks for nice plugin…..
skv
Forum: Plugins
In reply to: [IssueM] Fatal error: [] operator not supported for strings in /……public_htmlSee https://harmonysrinivas.com/ that is running on IssueM and recently assigned with an ASSN number!
Cheers!
Forum: Plugins
In reply to: [IssueM] Fatal error: [] operator not supported for strings in /……public_htmlExcellent! Problem solved with latest update of September 2015!
Cheers!
Forum: Plugins
In reply to: [IssueM] Issue category and tagPerfect….!! Problem solved with latest update of – September 2015
Cheers!
Forum: Networking WordPress
In reply to: Site automagically archived or suspended on MultiSitego to php my admin
click on database name
go to wp_blogs
see the column named archive
You will see the value as 1 in this column. change it to 0 and save.
everything will become fine.Hope the above problem is solved in next release
I notice that this red box is everywhere, on every network. a solution / correction would be appreciated.
https://wpseek.com/domain_exists/
https://codex.www.ads-software.com/Function_Reference/get_search_formBut I dont know how to make use of this information to solve the question?