UCSCLibrary / YouTubeImport

This Omeka plugin adds the ability to import Youtube videos into Omeka as items while preserving as much metadata as possible
8 stars 10 forks source link

Youtube Plugin error while performing installation step #41

Open dipualnur opened 1 year ago

dipualnur commented 1 year ago

when performing Youtube plugin. ater clicking on "Install", this shows "Fatal error: Uncaught Error: Class "YoutubeImport_ImportHelper" not found in /var/www/html/omeka/plugins/YouTubeImport/YouTubeImportPlugin.php:101 Stack trace: #0 /var/www/html/omeka/application/libraries/Omeka/Plugin/Broker.php(142): YouTubeImportPlugin->hookInstall() https://github.com/UCSCLibrary/YouTubeImport/issues/1 /var/www/html/omeka/application/libraries/Omeka/Plugin/Installer.php(126): Omeka_Plugin_Broker->callHook() https://github.com/UCSCLibrary/YouTubeImport/issues/2 /var/www/html/omeka/application/controllers/PluginsController.php(100): Omeka_Plugin_Installer->install() https://github.com/UCSCLibrary/YouTubeImport/issues/3 /var/www/html/omeka/application/libraries/Zend/Controller/Action.php(516): PluginsController->installAction() https://github.com/UCSCLibrary/YouTubeImport/issues/4 /var/www/html/omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch() https://github.com/UCSCLibrary/YouTubeImport/issues/5 /var/www/html/omeka/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch() https://github.com/UCSCLibrary/YouTubeImport/pull/6 /var/www/html/omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(106): Zend_Controller_Front->dispatch() https://github.com/UCSCLibrary/YouTubeImport/issues/7 /var/www/html/omeka/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run() https://github.com/UCSCLibrary/YouTubeImport/issues/8 /var/www/html/omeka/application/libraries/Omeka/Application.php(73): Zend_Application->run() https://github.com/UCSCLibrary/YouTubeImport/issues/9 /var/www/html/omeka/admin/index.php(28): Omeka_Application->run() https://github.com/UCSCLibrary/YouTubeImport/issues/10 {main} thrown in /var/www/html/omeka/plugins/YouTubeImport/YouTubeImportPlugin.php on line 101"

after refreshing the page, it shows "the plugin is already have installed" but after given a youtube link, it again shows error like this one "Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/omeka/plugins/YouTubeImport/libraries/Google/Utils.php on line 67"

Can anyone help me out ?

mkstephens commented 9 months ago

We just migrated our Omeka installation to a new server running Omeka Classic 3.1.2 and ran into the same issue. We are also on PHP 8.2. I've tried installing every kind of dependency I thought might help, but we just aren't able to get the plugin to reinstall and run correctly.

Any plans to release an update that's built for newer versions of Omeka and PHP?