windracer
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] create_function removed in PHP 8.0Thanks for the recommendation, I’ll check that out.
Forum: Plugins
In reply to: [Search Everything] create_function removed in PHP 8.0I just ran into this same issue after upgrading to PHP 8.0. Thanks for the workaround to get the plug-in working again.
I guess I hadn’t realized this plug-in had been abandoned for so long. Does anyone have any other recommendations for a good full-text search plug-in for WordPress?
Forum: Plugins
In reply to: [Broken Link Checker] Links to YouTube videos: “403 Access Not Configured”How do we get/find our own YouTube API?
Forum: Plugins
In reply to: [Broken Link Checker] Links to YouTube videos: “403 Access Not Configured”Had the same issue so I turned off the YouTube API, thanks.
Thanks for this! I’d been trying to figure out the cause of the Error 500 and was lost in all the other WordPress/Error 500 threads. It didn’t occur to me it was the Search Everything plug-in.
Forum: Plugins
In reply to: [Archives Calendar Widget] Broken after 1.0.6 updateThank you! Turning on “Init jQuery ARCW plugin” resolved the issue and the plugin is working properly again.
Forum: Plugins
In reply to: [Archives Calendar Widget] Broken after 1.0.6 updateWell, I rolled back to 1.0.5 and those controls are still broken, so I guess it’s something else. I don’t use them very often so I’m not sure how long they’ve been non-functional.
Forum: Plugins
In reply to: [Broken Link Checker] 90% false positivesFound the problem!
When I checked Show Debug Info on the Settings page for BLC, I noticed this:
PHP version 7.0.4-7ubuntu2 MySQL version 5.7.11 CURL version Not Installed
It turned out that during my Ubuntu upgrade, the php-curl/php7.0-curl packages hadn’t been installed to replace php5-curl. Once I installed those, Debug Info showed:
PHP version 7.0.4-7ubuntu2 MySQL version 5.7.11 CURL version 7.47.0
And forcing a “recheck” marked all the false positives as working links.
Forum: Plugins
In reply to: [Broken Link Checker] 90% false positivesI’m seeing a similar spike in “broken” links that aren’t broken. I just upgraded to Ubuntu 16.04 yesterday and have been fighting through issues caused by the upgrade to PHP7. I wonder if this is another side-effect of that upgrade.
Forum: Plugins
In reply to: [Link Indication] Not compatible with PHP 7I got the plugin working by changing this line:
$final_stuff = eregi_replace(':space:+', ' ', $final_stuff);
to this:
$final_stuff = preg_replace('/:space:+/', ' ', $final_stuff);
Forum: Plugins
In reply to: [extLnk] Doesn't work with PHP7Forum: Plugins
In reply to: [Link Indication] Not compatible with PHP 7Just ran into this problem as well! I thought my upgrade to Ubuntu 16.04 (with MySQL 5.7 and PHP7) had borked WordPress entirely but then managed to track it down to this plugin. Once I disabled it, everything started working again.
The problem is this:
PHP Fatal error: Uncaught Error: Call to undefined function eregi_replace() in /var/www/public/blog/wp-content/plugins/link-indication/link-indication.php:315
eregi_replace() was removed in PHP7:
Forum: Plugins
In reply to: [Search Everything] Fix or disable highlighting in admin areaThanks for the fix!
Forum: Plugins
In reply to: [Search Everything] Getting tag on backend, not rendering properlyYes, thanks! This has bothered me for a while as well and I finally got around to searching for a solution. Your fix worked perfectly.
Thanks, I’ll give it a shot … and maybe read a few comics too. ??