Cool Video Gallery on wordpress Debian
-
Cool Video Gallery look great, but I face many issues to make it work:
System is GNU/Linux Debian with wordpress 5.0.4 (backport) and wordpress-l10n. MySQL is 5.0.51.
System global files for wordpress are located in /usr/share/wordpress; my own files are located in /home/web/site/wp-uploads/
I installed Cool Video Gallery from the zip file into /usr/share/wordpress/wp-content/plugins/cool-video-gallery
1. I can activate the plugin in the wordpress console, but no MySQL tables are created, nothing is inserted into wp_options. When I add a call to ‘die’ at the begining of _cvg_activate(), it doesn’t show in the wordpress console while activating. As a quick fix I created both tables by hand and added a cvg_version record
2. I can not create a gallery, it does nothing, no error, no gallery. By inspecting CoolVideoGallery(), I saw that default_gallery_path is set to wp-content/uploads/video-gallery/ (don’t know why is_multisite does not work). As a quickfix I commented the test. Forcing the first choice, I got a full-path for default_gallery_path (/home/web/site/wp-uploads/video-gallery/); but in core.php, winabspath is added before. So as a new quickfix I changed winabspath to ‘/’, and videos goes into /home/web/site/wp-uploads/video-gallery/; I can now create gallery, but path are not working as expected.
3. I put two videos in video-gallery/test1 (my gallery) and try “Scan gallery folder”, but it does not produce any request to the server. Maybe an InternetExplorer only button ?
I can create you a test wordpress+Cool Video Gallery website if you need it to investigate and correct thoses bugs.
The topic ‘Cool Video Gallery on wordpress Debian’ is closed to new replies.