techforaging
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Plugin Auto UpdateI use Easy Update Manager. I’ve installed 2.6 and told EUM to block updates. Hopefully, it will.
Forum: Plugins
In reply to: [Upload Media By URL] Not working in 5.4.2Nevermind. There was a problem with the URL I used. BUT, there was no error message.
Maybe the same situation? I installed & activated the plugin yesterday. WP site running in Local by Flywheel. This appears in a new tab after clicking Enter phpMyAdmin.
( ! ) Fatal error: Uncaught TypeError: Return value of PhpMyAdmin\Core::getRealSize() must be of the type int, float returned in C:\Users\Barry\Local Sites\test\app\public\wp-content\plugins\wp-phpmyadmin-extension\lib\phpMyAdmin_jR2hpIfKTPJkE5nNqHit4yF\libraries\classes\Core.php on line 438 ( ! ) TypeError: Return value of PhpMyAdmin\Core::getRealSize() must be of the type int, float returned in C:\Users\Barry\Local Sites\test\app\public\wp-content\plugins\wp-phpmyadmin-extension\lib\phpMyAdmin_jR2hpIfKTPJkE5nNqHit4yF\libraries\classes\Core.php on line 438 Call Stack # Time Memory Function Location 1 0.0420 403776 {main}( ) ...\index.php:0 2 0.0814 405456 require_once( 'C:\Users\Barry\Local Sites\test\app\public\wp-content\plugins\wp-phpmyadmin-extension\lib\phpMyAdmin_jR2hpIfKTPJkE5nNqHit4yF\libraries\common.inc.php' ) ...\index.php:23 3 2.0920 700960 Symfony\Component\DependencyInjection\ContainerBuilder->get( ) ...\common.inc.php:221 4 2.0920 700960 Symfony\Component\DependencyInjection\ContainerBuilder->doGet( ) ...\ContainerBuilder.php:558 5 2.0921 700984 Symfony\Component\DependencyInjection\ContainerBuilder->createService( ) ...\ContainerBuilder.php:618 6 2.1346 704592 newInstanceArgs ( ) ...\ContainerBuilder.php:1144 7 2.1346 705024 PhpMyAdmin\Config->__construct( ) ...\ContainerBuilder.php:1144 8 2.2878 732880 PhpMyAdmin\Config->checkSystem( ) ...\Config.php:104 9 2.2888 732944 PhpMyAdmin\Config->checkUploadSize( ) ...\Config.php:128 10 2.2888 732944 PhpMyAdmin\Core::getRealSize( ) ...\Config.php:1323Thank the developers for that.
Not clear from Google’s description whether I should be changing the nofollow to sponsored or adding sponsored – nofollow previously recommended & still acceptable though sponsored if preferred.
It would be helpful, for existing users with lots of affiliate links, to add attribute settings as bulk actions.
I tried the Gutenberg block. It shows Embedding… plus a circulating dot for a very long time until I quit it.
Forum: Plugins
In reply to: [Broken Link Checker] 403 Forbidden all over@jpnl – I suggested adding a setting for my issue with 503 codes. I decided to “patch” the code until the setting is implemented. Here’s what I did (change 503 to 403):
In the file modules/checkers/http.php
line 120$good_code = ( ( $http_code >= 200 ) && ( $http_code < 400 ) ) || ( 401 === $http_code ) || (503 === $http_code);
return ! $good_code;Forum: Plugins
In reply to: [Broken Link Checker] 503 Service Unavailable – Amazon affiliate linksI made the code change and now I don’t need to manually “not broken” all the 503s that frequently appear.
Forum: Plugins
In reply to: [Broken Link Checker] 503 Service Unavailable – Amazon affiliate linksI’m thinking of making a change to line 120 of modules/checkers/http.php
$good_code = ( ( $http_code >= 200 ) && ( $http_code < 400 ) ) || ( 401 === $http_code ) || (503 === $http_code);
return ! $good_code;Forum: Plugins
In reply to: [Broken Link Checker] 503 Service Unavailable – Amazon affiliate linksIf there was an option to ignore 503s I would set it.
Forum: Plugins
In reply to: [Broken Link Checker] 503 Service Unavailable – Amazon affiliate linksThanks for the reply. I may need to find another solution. The most important links on the site are the Amazon affiliate ones and the reason I use the plugin is to keep the links up-to-date when product links are truly broken by Amazon. Just now I scrolled through the All list of links and found/fixed 22 with the 503 code.
Forum: Plugins
In reply to: [Broken Link Checker] Compatibility with wordpress 5.3 ?Ok, but I found that the problem is actually something else. I’ll start a new topic. Thanks for the quick response.
Forum: Plugins
In reply to: [Broken Link Checker] Compatibility with wordpress 5.3 ?An older issue seems to have resurfaced with 5.3.1 (it might have started earlier). I currently have no broken links reported but at least one of my links has the strikeout. Please fix soon. Thanks
Forum: Plugins
In reply to: [Broken Link Checker] Issue caused by WP upgrade to 4.9.9The new version appears to have resolved the problem. Thanks.
Forum: Plugins
In reply to: [Broken Link Checker] 1 year no Update, Support WP 5.0 ?It was working for me until my hosting service automatically updated my site to 4.9.9 (it says has been tested to 4.8.8). I had to deactivate it because it was treating the href form “Link to an element with a specified id within the page (like href=”#top”)” as a broken link, plus those links were displaying with a “line-through”. It may be that an optional feature got turned on. I hope that the developer will test with it, and also make it work with 5.0, and provide an update soon.