Account created on 17 February 2010, about 15 years ago
  • Senior Solutions Architect at Nextide 
#

Recent comments

🇨🇦Canada blainelang

This appears to be a duplicate of this issue: https://www.drupal.org/project/ai_provider_openai/issues/3508042 🐛 Selecting "o1" model on automator produces error: "Unsupported parameter: 'max_tokens' is not supported" Active

I was able to use test the MR from this issue and use the o1 models in the AI Assistant ChatBot while testing an AI Agent.

🇨🇦Canada blainelang

Fixed the explanation for the Content Type task

🇨🇦Canada blainelang

Thanks @Marcus, setting the php.ini Max Execution and adding $settings['http_client_config']['timeout'] = 240; to my settings.local.php solved the time out issue.

I suspect a configureable and supported Drupal solution will take some time ;)

🇨🇦Canada blainelang

@jbuttler, just to confirm that I am also seeing this issue. I have a local D11 site that is being used to test out the AI modules and was working until yesterday. Even using the AI explorer for text to image is failing with the cURL timeout. Tried Dall-e-2 and Dall-e-3 models same response. Only have the OpenAI provider setup. No issues with the Chat API to Test to speech API.

🇨🇦Canada blainelang

Adding an image of the toolbar and clarifying how to enable it.

🇨🇦Canada blainelang

I have applied the patch and do not see the error any longer.

There is a consistent warning at the top of the Settings page though:

Warning message
CleanTalk SFW update error: endOfUpdateCheckingData: The discrepancy between the amount of data received for the update and in the final table: cleantalk_sfw. RECEIVED: 14514. ADDED: 14513. Please, save settings to run new SFW update and wait for an hour.
CleanTalk SFW update error: endOfUpdateCheckingData: The discrepancy between the amount of data received for the update and in the final table: cleantalk_sfw. RECEIVED: 14539. ADDED: 14538. Please, save settings to run new SFW update and wait for an hour.

I have uploaded the module debug information

🇨🇦Canada blainelang

@znaeff, you asked me about trying the patch in #13 but it would not apply. Can you update the patch for version 2.7".
Was that patch not related to the issue I posted?

As stated in other issues, the Drupal community prefers to discuss and resolve issues about modules here and not in private.

🇨🇦Canada blainelang

The patch in #33 appears to be written for a different version of cleantalk and will not apply with composer. We are using version 9.2.7 - latest at this point in time. This issue was created in Aug with version 9.2.5.

Maybe you can also help us by explaining how the getUpdatingFolder() would trigger a SQL error - just curious.

Thanks @znaeff for the quick response on a weekend!

🇨🇦Canada blainelang

@znaeff, no I have not. The client has not authorized me to do so. I want you and others to know this is a more serious issue and bringing sites down!

🇨🇦Canada blainelang

Also had a site go down running 9.2.7 on D 9.5.11 and PHP 8.1.24

Required a full database restore. We are also seeing the Undefined Array issue and it's filling up our logs on multiple sites: https://www.drupal.org/project/cleantalk/issues/3383492 🐛 Undefined array key Needs review

I'm recommending the client un-install the module until this is resolved with a new version.

🇨🇦Canada blainelang

Should we close this issue if the patch has already been committed and version 3.12.0 released?

🇨🇦Canada blainelang

I saw the same issue in my custom bootstrap theme and just added the following SCSS until this is sorted out.
/*
* May 1/2023: Fix for admin_toolbar styling after updating to 3.3.1
* https://www.drupal.org/project/admin_toolbar/issues/3357166 🐛 Upset theme since update to 3.3.1 Closed: duplicate
*/

.toolbar-menu-administration {
ul.toolbar-menu {
.menu-item {
.toolbar-handle {
vertical-align: top;
}
}
}
}

🇨🇦Canada blainelang

This issue came up again and knew that I had seen the issue before :(
Applied the patch #10 from @sonnykt and that solved the problem.

Can we get this fix approved and committed.

Thanks!

Production build 0.71.5 2024