Thread Starter
parrst
(@parrst)
More information. I tried to create a new gallery to see if there was a problem with the original one. I can create a new gallery, but cannot upload any videos to it. Even if I try to add the empty gallery to a page, I get [Gallery Not Found].
I use the tinyMCE button and it shows all the galleries and puts the code in the page, but when the page is displayed {Gallery Not Found].
@ parrst
Please try uninstalling the plugin and then install it again.
http://ww.wp.xz.cn/support/topic/issues-with-cvg-ver-18
Regards,
Praveen Rajan
Thread Starter
parrst
(@parrst)
I tried that and even though I deleted files, it came back still showing the gallery that I had. What files am I missing when I delete the plugin?
Thread Starter
parrst
(@parrst)
I cannot add videos in any way. I try uploading, I try uploading to WP media and attaching, nothing. I can create a gallery and I get the video-gallery folder in my wp-content/uploads folder. But I can’t even get the empty gallery to show up, even if I use the tinyMCE button to set the code.
Where is the gallery info stored? is it in the WP sql DB? If so maybe I need to delete the tables used for CVG. It seems to me as if WP or CVG doesn’t know where to look for the gallery, when uploading and displaying the page.
Thread Starter
parrst
(@parrst)
Here are two errors I found in the apache2 error logs. Maybe this will help you figure out what I am missing. I changed the IP and blog address for privacy.
[Thu Jan 17 23:45:13 2013] [error] [client X.X.X.X] WordPress database error Unknown column ‘video_title’ in ‘field list’ for query INSERT INTO wp_cvg_videos (galleryid, filename, thumb_filename, alttext, video_title, description, videodate, video_type) VALUES (‘5’, ‘arya-and-sheldon-playing_1.mp4’, ‘thumbs_arya-and-sheldon-playing_1.png’, ‘arya-and-sheldon-playing_1’, ‘arya-and-sheldon-playing_1’, ‘arya-and-sheldon-playing_1’, ‘2013-01-18 05:45:13’, ‘upload’) made bydo_action(‘video-gallery_page_cvg-gallery-add’), call_user_func_array, CoolVideoGallery->gallery_add, include(‘/plugins/cool-video-gallery/admin/gallery-add.php’), CvgCore->processor, CvgCore->upload_videos, CvgCore->add_Videos, referer: http://myblog.com/wp-admin/admin.php?page=cvg-gallery-add sh: /Applications/ffmpegX.app/Contents/Resources/ffmpeg: not found
[Thu Jan 17 23:45:13 2013] [error] [client X.X.X.X] WordPress database error Unknown column ‘tt.exclude’ in ‘where clause’ for query SELECT SQL_CALC_FOUND_ROWS tt.*, t.* FROM wp_cvg_gallery AS t INNER JOIN wp_cvg_videos AS tt ON t.gid = tt.galleryid WHERE t.gid = 5 AND tt.exclude = ‘0’ ORDER BY tt.sortorder ASC made by do_action(‘video-gallery_page_cvg-gallery-add’), call_user_func_array,CoolVideoGallery->gallery_add, include(‘/plugins/cool-video-gallery/admin/gallery-add.php’), CvgCore->processor, CvgCore->upload_videos, CvgCore->xml_playlist,videoDB->get_gallery, referer: http://myblog.com/wp-admin/admin.php?page=cvg-gallery-add
@ parrst
Deleting the plugin files is not uninstalling. There is an admin option to Uninstall the plugin in CVG admin menu. Only then your db tables will be created correctly. The other thread mentions about uninstalling the plugin and not deleting the plugin files. Please check.
Regards,
Praveen Rajan
Thread Starter
parrst
(@parrst)
Thank you. I missed that point. I thought that “deactivating” and then deleting did the same thing. This fixed it.