hongpong
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Sites who always show redirectI would enable the debug (search code for the debug flag if needed) which will generate a txt file in the uploads folder, that may give the closer info to what is going on here.
Forum: Plugins
In reply to: [Broken Link Checker] Still maintained and working?I have put together all the patches around on Github I could find via the network analysis, including PHP7 fixes and transaction fixes. Mainly @achmafooma posted these, I have emailed him as well to see what he would like to do.
Please take a look at the issues I wrote up which illustrates good ideas that can be applied to this plugin:
https://github.com/HongPong/broken-link-checker/issuesRepo URL:
https://github.com/HongPong/broken-link-checker
The Head of the patched Broken Link Checker github repo can be downloaded here if you want to try it:
https://github.com/HongPong/broken-link-checker/archive/master.zipNote this repo URL is subject to change – if i have to fork it i will change the URL. I already have a “cool name” in mind.
I have requested to take over managing this plugin:
https://www.ads-software.com/support/topic/request-to-transfer-ownership-of-broken-link-checker/I have put together all the patches around on Github I could find via the network analysis, including PHP7 fixes and transaction fixes. Mainly @achmafooma posted these, I have emailed him as well to see what he would like to do.
Please take a look at the issues I wrote up which illustrates good ideas that can be applied to this plugin:
https://github.com/HongPong/broken-link-checker/issuesRepo URL:
https://github.com/HongPong/broken-link-checker
The Head of the patched Broken Link Checker github repo can be downloaded here if you want to try it:
https://github.com/HongPong/broken-link-checker/archive/master.zipNote this repo URL is subject to change – if i have to fork it i will change the URL. I already have a “cool name” in mind.
I have requested to take over managing this plugin:
https://www.ads-software.com/support/topic/request-to-transfer-ownership-of-broken-link-checker/- This reply was modified 6 years ago by hongpong. Reason: add link that i have requested to take over managing plugin
Forum: Plugins
In reply to: [Broken Link Checker] only up to Wp 4.8.8I have put together all the patches around on Github I could find via the network analysis, including PHP7 fixes and transaction fixes. Mainly @achmafooma posted these, I have emailed him as well to see what he would like to do.
Please take a look at the issues I wrote up which illustrates good ideas that can be applied to this plugin:
https://github.com/HongPong/broken-link-checker/issuesRepo URL:
https://github.com/HongPong/broken-link-checker
The Head of the patched Broken Link Checker github repo can be downloaded here if you want to try it:
https://github.com/HongPong/broken-link-checker/archive/master.zipNote this repo URL is subject to change – if i have to fork it i will change the URL. I already have a “cool name” in mind.
I have requested to take over managing this plugin:
https://www.ads-software.com/support/topic/request-to-transfer-ownership-of-broken-link-checker/- This reply was modified 6 years ago by hongpong.
Forum: Plugins
In reply to: [Broken Link Checker] Request to transfer ownership of Broken Link CheckerThank you @pathduck !
I have put together all the patches around on Github I could find via the network analysis, including PHP7 fixes and transaction fixes. Mainly @achmafooma posted these, I have emailed him as well to see what he would like to do.
Please take a look at the issues I wrote up which illustrates good ideas that can be applied to this plugin:
https://github.com/HongPong/broken-link-checker/issuesRepo URL:
https://github.com/HongPong/broken-link-checker
The Head of the patched Broken Link Checker github repo can be downloaded here if you want to try it:
https://github.com/HongPong/broken-link-checker/archive/master.zipNote this repo URL is subject to change – if i have to fork it i will change the URL. I already have a “cool name” in mind.
I am also getting this issue on bluehost which is pretty unusual. Did something in this zip checker code change recently?
Oh of course this possible solution turns up for a similar problem, if anyone needs it
https://stackoverflow.com/questions/14754225/wp-paginate-with-custom-query
Forum: Plugins
In reply to: [Custom Permalinks] Strict Standards errorAlso having this issue, thank you for flagging its fix
Forum: Plugins
In reply to: [More Taxonomies] WordPress 4.4 ready?I also got everything into Custom Post Type UI plugin & WP 4.4 just by:
- collecting all the current settings
- move “More types” & “more taxonomies” out of plugin folder
- activate Custom Post Type UI plugin
- enter same settings and slug (correct slug was in the more taxonomies & more types config page UIs URL query strings)
- profit!
I looked around as much as possible in the database and couldn’t find anything extraneous it saved. It seems like it operates using the normal tables and no hidden options entries, which made this less messy than feared.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Notice: Undefined variableIt is true that disabling the Debug will hide this but it does not solve the performance issue from firing an internal notice. Something is not right and the statement should probably be wrapped in an isset() check to solve it.
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO 3.0.1 shows only empty box and tabs can't be clickedHaving some new Javascript errors
Uncaught TypeError: Cannot read property ‘value’ of null
/plugins/wordpress-seo/js/wp-seo-post-scraper.min.js line 1Uncaught TypeError: Cannot read property ‘value’ of null
/plugins/wordpress-seo/js/wp-seo-post-scraper.min.js line 1Forum: Plugins
In reply to: [Yoast SEO] Bring back 3.0 or fix 3.0.1 please, very buggyHaving some new Javascript errors
Uncaught TypeError: Cannot read property ‘value’ of null
/plugins/wordpress-seo/js/wp-seo-post-scraper.min.js line 1Uncaught TypeError: Cannot read property ‘value’ of null
/plugins/wordpress-seo/js/wp-seo-post-scraper.min.js line 1Forum: Plugins
In reply to: [mobble] Include new Googlebot for smartphones user-agent in is_mobile() ?You might have to pass this along to the upstream library https://mobiledetect.net/ which Mobble wraps around.
Also on a search page with no results, this notice occurs :
Notice: Trying to get property of non-object in /srv/www/callahan/htdocs/wp-content/plugins/addthis/addthis_settings_functions.php on line 430
That is apparently
} elseif (is_page($post->ID)) {
seems like a condition for search pages that includes empty-result ones should be popped in above this line.Forum: Plugins
In reply to: [Simple Twitter Tweets] PHP NOTICEKicks off more notices:
NOTICE: wp-content/plugins/simple-twitter-tweets/twitteroauth/OAuth.php:384 - Array to string conversion require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/mytheme/front-page.php'), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, PI_SimpleTwitterTweets->widget, TwitterOAuth->get, TwitterOAuth->oAuthRequest, OAuthRequest->to_url, OAuthRequest->get_normalized_http_url NOTICE: wp-content/plugins/simple-twitter-tweets/twitteroauth/OAuth.php:392 - Undefined variable: port require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/mytheme/front-page.php'), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, PI_SimpleTwitterTweets->widget, TwitterOAuth->get, TwitterOAuth->oAuthRequest, OAuthRequest->to_url, OAuthRequest->get_normalized_http_url