Piwigo / piwigo-videojs

Videojs port for piwigo. Play your videos on your web gallery!
http://piwigo.org/ext/extension_view.php?eid=610
GNU General Public License v3.0
67 stars 46 forks source link

admin_sync php fatal error #189

Closed grantiago closed 3 weeks ago

grantiago commented 2 years ago

Hi I am hoping to run this plugin in piwigo 13x. I am getting the following errors: Warning: Undefined array key "vjs_sync" in /mnt/tera/www/piwi/plugins/piwigo-videojs/admin/admin_sync.php on line 78 PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, bool given in /www/piwi/plugins/piwigo-videojs/admin/admin_sync.php:78

grantiago commented 2 years ago

I initially installed this plugin using the piwigo admin page. I compared admin_sync.php in this repo and at the file installed on my server. They are quite different. I uploaded a copy of this repository file of admin_sync.php The plugin is now working with some additional errors I will post in another issue. Thanks