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
Hello,
Am trying to install OpenIdeal v3.0.9.1 in this env :
Drupal 8.9.20
PHP 7.4.32
MySQL 5.7.40
Windows 10
Composer 2.4.3
and getting below error:
Could you please suggest resolution.
#33 {main}
Error: Class 'Drupal\content_moderation\Event\ContentModerationEvents' not found in Drupal\openideal_idea\EventSubscriber\OpenidealIdeaEventSubscriber::getSubscribedEvents() (line 21 of C:\Vinod\installables\openideal-3.0.9.1\openideal\web\profiles\contrib\idea\modules\openideal_idea\src\EventSubscriber\OpenidealIdeaEventSubscriber.php).
[warning] Drush command terminated abnormally.
The text was updated successfully, but these errors were encountered:
unfortunately your setup didn't work even switching to an MySQL v5.x database. I haven't seen this error during my installations, but according to your screenshot you are trying to install on a windows machine. I always used Linux, so there can be quite a difference. Maybe you can check if the class 'ContentModerationEvents' exists on your machine. This is because the installation is using a quite deep directory structure resulting in long file paths. Windows filesystem has length restrictions, that I remember such problems from. Windows seems to write the file correctly, but the lookup fails because it's not really available. Hope this helps. If it's not too much to ask, set up a Linux virtual machine with the same PHP and MySQL version. Run the installation of OpenIdeaL there and see if it works. You can follow my instructions on the WIKI page for Ubuntu 22.04, simply skip the MariaDB and install MySQL v5.x.
#133
Hello,
Am trying to install OpenIdeal v3.0.9.1 in this env :
Drupal 8.9.20
PHP 7.4.32
MySQL 5.7.40
Windows 10
Composer 2.4.3
and getting below error:
Could you please suggest resolution.
#33 {main}
Error: Class 'Drupal\content_moderation\Event\ContentModerationEvents' not found in Drupal\openideal_idea\EventSubscriber\OpenidealIdeaEventSubscriber::getSubscribedEvents() (line 21 of C:\Vinod\installables\openideal-3.0.9.1\openideal\web\profiles\contrib\idea\modules\openideal_idea\src\EventSubscriber\OpenidealIdeaEventSubscriber.php).
[warning] Drush command terminated abnormally.
The text was updated successfully, but these errors were encountered: