You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing with WordPress 7.0 Beta 3, activating the AI Experiments plugin results in a fatal error if the AI Provider for Ollama plugin is already active.
Install and activate AI Provider for Ollama plugin.
Install the AI Experiments plugin.
Activate AI Experiments.
A fatal error occurs during activation.
Error Video:
Recording.95.mp4
Expected Behavior
Both plugins should activate without errors
Actual Behavior
Activation of AI Experiments triggers a fatal error when the Ollama provider plugin is active.
Current Status
✅ Already Fixed in develop!
PR #275 removed the direct dependencies on wp-ai-client and php-ai-client, moving to use WordPress core's AI functionality instead. This completely resolves the conflict.
Description
When testing with WordPress 7.0 Beta 3, activating the AI Experiments plugin results in a fatal error if the AI Provider for Ollama plugin is already active.
Fatal Error
Environment
https://github.com/Fueled/ai-provider-for-ollama
Steps to Reproduce
Error Video:
Recording.95.mp4
Expected Behavior
Both plugins should activate without errors
Actual Behavior
Activation of AI Experiments triggers a fatal error when the Ollama provider plugin is active.
Current Status
✅ Already Fixed in
develop!PR #275 removed the direct dependencies on
wp-ai-clientandphp-ai-client, moving to use WordPress core's AI functionality instead. This completely resolves the conflict.Commits:
AI_Client#275: "WP 7.0: Move away from directly using theAI_Client"