Doofinder
Forum Replies Created
-
Hi @ircf,
Thank you for reaching out, and apologies for the delayed reply. It looks like the issue might be related to the user connection. However, I would strongly recommend opening a case through the Doofinder Admin. This will allow us to gather all the relevant context about the affected customer or customers and provide better support and recommendations.
Best regards!
Thank you for the confirmation, @mrforsythexeter . I’m glad to know we were able to help you! Have a good day.
Sorry for keeping you waiting. We’ve informed the team responsible for this part, and they said they’ve applied a fix that should resolve the issue. According to them, if you revert your changes now, everything should work as expected.
Could you please give it a try?
Thank you very much!Good morning @mrforsythexeter , thank you for reporting this issue. We’re going to review it with the team in charge of this part and we’ll inform you about the progress of this issue.
Kind regards.
Forum: Plugins
In reply to: [DOOFINDER Search and Discovery for WP & WooCommerce] Fatal Error 2.7.8Good morning @jaysmith1979 . Thank you very much for reporting this issue. We’ve just released the version 2.7.9 which should solve this issue. May you try it and tell us if it has solved your issue, please? Thank you very much.
Hi Fernando,
We’re sorry to hear about the issues you’re experiencing on your website. For tailored assistance, please reach out to our support team through the instructions provided here. We’ll be happy to work with you to resolve this as quickly as possible.The bug should be fixed on version 2.5.20. Thank you very much for your kind collaboration.
Good morning @pumka . Thank you very much for reporting this issue. We’re working on it to fix it asap. Also, thank you very much for the suggestions. Have a good day.
It should be solved in 2.5.11. Again, thank you very much for reporting it, @harpo1984 . Have a very nice day!
Thank you very much for reporting it, @harpo1984 . we’re working on it right now.
Good afternoon @alexholsgrove . Thank you very much for reporting this issue. We’ve just deleted the mistakenly created tag 4.2.6, so I think the issue should have been solved.
- This reply was modified 2 years ago by Doofinder.
Hello, thank you for contacting us.
We have created a new version that fixes the creation of those logs in an excessive way.
Regarding the problem you have with the permissions, it is possible that the logs that appear to you have been registered before, without using wp-cli.
Could you please ensure that the user running wp-cli has write permissions on the log path: ‘/wp-content/uploads/doofinder-logs/updates.log’?
Thanks.
It’s fantastic to hear about your positive experience with DooFinder! It sounds like Frane has been incredibly attentive and helpful throughout the transition and beyond. Could you please share the name of your store? I’d love to know more about where this exceptional service is happening.Forum: Developing with WordPress
In reply to: Errors parsing Standard input code: Bitwise OR ‘|’Hi guys.
Instead of downgrading you could just remove type annotations as part as your workflow via a sed command.
I have a file with replacements and I do this:
find . -type f -name bootstrap80.php -exec sed -i .bak -f bootstrap80.php.sed {} + find . -name "*.bak" -exec rm {} +The sed file looks like:
s/: bool//g s/: string\|false//g- This reply was modified 4 years, 11 months ago by Doofinder.
Forum: Plugins
In reply to: [DOOFINDER Search and Discovery for WP & WooCommerce] Plugin on WordPressHi @kdmehta2020. @ocdalex is right, that’s the way to insert the API code. We’ll improve the installation instructions because they’re not clear.