chrisgriffith
Forum Replies Created
-
Will do Jordy. I have left you some info on LinkedIn on an AI stuff up that I felt wasn’t appropriate to share on a public forum. I’ve been using a DeepSeek model. Cheers.
Thanks again Jordy. And thanks for the links. I will be doing quite a bit of reading over the next few weeks.
Hi again Jordy, thank you for resolving the issues I had on this. The chat bot is up and running, but I have a couple of subsequent questions. I am using the instructions (as you suggest) to brief the Chatbot, but it doesn’t get things quite right. For example, I gave it a script of sample questions to reply with, if a user types “help“, and asked it precisely to do that, but it now adds this to every reply. Second, there has been a couple of occasions where the chat bot confuses my content with someone else’s, even though I have asked it to concentrate on my posts/pages. I don’t know if the second problem is something I can fix in instructions, or just a fault with the model. Best wishes, Chris.
PS I got this to work after finding the instructions section and it is really good, but as you say laborious doing it this way. Nevertheless a great first attempt. Again, thanks Jordy for your time and energy.
thanks again Jordy! The nearest I can find to “instructions” is a finetunes section. Is that the correct one? Cheers Chris.
Yes I can get chat working with OpenRouter. Thank you! But seeing you’re here Jordy, I specifically wanted to add a chatbot to my website chrisgriffilh.com ( I am a journalist) that can answer questions about my posts. I have a large number of articles there and I’m wanting to include the ability to ask questions about them or search them using AI. I am not concerned at all about providing a general chatbot for web searches; people can use public AI models for that. Can I configure Engine AI so that a chatbot linked to it can be a guru about my posts on that website, or is this beyond the scope of the plugin and what it links to? Kind regards Chris.
Thank you again, especially for going to the trouble of replying comprehensively. I’ll sort through what to do here.
G’day Jordy. Thanks for replying so quickly. I am currently using the free version of AI Engine and have set up APIs for GPT-5 and Claude.
Switching off Web Search cleared that error – thank you. But I am now left with the following as the chatbot response:
OpenAI (Responses API): You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
Maybe I am wrong to expect the Engine AI plugin works with a current FREE version of GPT? I hadn’t been using OpenAI for months before trying the plugin. Many thanks, Chris.Fixing the missing gzopen() and gzread() function errors in WordPress on a Synology NAS when restoring using UpdraftPlus was simpler than I thought, which is great news as it would have taken me months to fully rebuild my entire website https://chrisgriffith.com – which may not have been possible. I will explain the fix for the benefit of other Synology/Wordpress users, many of whom have encountered the same problem in other posts.
Go to the NAS menu, load the “Web Station” app, and select “script language settings” in the left hand column. Click on the current PHP version you are using in WordPress, select the “Extensions” column, tick the “zlib” option found at the bottom of the list, click save and you’re good to go.
Zlib is a library that enables reading and writing of gzip files used by the WordPress database.
Frankly, I am somewhat miffed that Updraft does not make it more prominently clear that it uses external libraries to compress and decompress the WordPress database, as there is some risk that users who have backed up their files for years may not have access to that library when restoring. Zlib is usually associated with Unix.
It would have been a huge loss not being able to restore my (journalists’) website, given the work I had put into it.
Activating those functions also solve a problem I was having with backups which would stall when trying to write the plugins or themes files. That works efficiently now.
I’d say to users that they should attempt a trial restore when they look at using a backup plugin so that they know it works and they won’t have the anxious time believing my website was gone for good, which I had thought was the case.
- This reply was modified 2 years, 1 month ago by chrisgriffith.
- This reply was modified 2 years, 1 month ago by chrisgriffith.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problem with restoring a databaseHere is another reference to this error but no easy solution yet.