ahoora13
Forum Replies Created
-
Ok, it seems like that the problem was not redirection plugin, but Relevanssi plugin caused an issue. Here’s a note from Relevanssi latest changelog:
“Sometimes unexpected things happen when releasing updates for Relevanssi Premium. Version 2.2.3 passed all our tests with flying colours and during our local testing showed no signs of trouble. However, once it was released, bug reports started trickling in – incompatibility with the Redirection plugin (which we’ve never used), problems with Internet Explorer (which we can’t use), so on.
Fortunately the solution to these issues was quickly found and a fix can be provided. Version 2.2.3.1 is recommended for all users, because it fixes all sorts of problems with the Redirects feature.”
It is fixed now. John, thank you again.
Thank you so much John. I will work on it and will post when I found what is wrong with the website. Thanks a lot again for trying to solve my issue really and responding quickly. I really appreciate it.
Yeah I suspected, but why does it work when I disable Redirection plugin!!!?
Btw, when I enable the plugin, my New Relic instance is showing the website is down with the below message:
HTTPError: HTTP 302 but no ‘Location’ header provided
It happened right now as well when I enabled the plugin.
- This reply was modified 7 years, 5 months ago by ahoora13.
Hi John,
You’re right. It is/was working on “In-Private” mode, but the odd thing is this was an issue for many of us and also some people in other countries as well. The website was not loading on IE. Below is the the website:
verafin.comAlthough it’s working fine for me today with the plugin enabled. I’m baffled to be honest. I don’t wanna bug you with an odd problem.
Hi,
I have the same problem but it only happens on IE and Edge. I’ve looked at all my redirects, nothing fishy going on in there. But the website does not load on IE and Edge if the Redirection plugin is enabled. When I disable the plugin, it works fine. I’m still looking into it, but it might be something on my end as well or incompatibility with another plugin. But if you find out what the problem is as well, I would appreciate it if you could give me an answer. Thanks for the great plugin, it helps us a lot.
I have the same issue. I’m using a shortcode as below:
$searchAndFilter = do_shortcode(‘[searchandfilter post_types=”resource,post,event” add_search_param=”1″ fields=”search,content-type,post_types,events” types=”,checkbox,checkbox,checkbox” operators=”,or,or,or” show_count=”,1,1,1″ order_by=”,slug,slug,slug” order_dir=”,asc,asc,asc” hide_empty=”,1,1,1″ headings=”Search Keyword,Search Type,,” submit_label=”Search” search_placeholder=””]’);
Then I’m getting the below warning:
( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /Applications/XAMPP/xamppfiles/htdocs/wp-content/plugins/search-filter/of-taxonomy-walker.php on line 122
And it seems like the $this->defaults is a string (=’of-contenttype’) and that’s why the warning on PHP 7.2.
I’ve changed it to below:
if(is_string($this->defaults) && $this->defaults != ” )
$noselected = 1;
else
$noselected = count($this->defaults);
But can you guys fix it in the next version please?
ThanksForum: Plugins
In reply to: [WP Subtitle] New version (2.9) breaks preview for multiple templatesI can confirm that the problem is fixed as Ben said. Thank you Ben