• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Youtube video importer issue

Started by lwc5757,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lwc5757Topic starter

Recently, I have issue regarding youtube video importer. Each time I import youtube video by choice, it will come together with hundreds or thousands of views. I have cleaned the cache but it did not help, thus, im go and have a look at my database and found that the views were recorded down. I want my default view count to be 0 each time i import it from youtube by choice(Previously, it's 0 view count).
  •  

PHPVibe A.

The initial view count is 0.
There is no extra views adding, you can check the function  youtube_import() in lib/class.youtube.php used by both importers to store videos.

Maybe running an check and optimize via phpmyadmin on your database may fix your issues, since on many inserts, the database needs maintenance.

http://www.phprevolution.com/forum/troubleshooting-issues/2-videos-6000-views/msg15165/#msg15165

Similar topics (7)