• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Duplicated shared story

Started by megzz,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

megzzTopic starter

hello
why when someone shares something system posts two stories for that content ?
How i can fix it ?
  •  

Marius P.

Hi,
Let me look into it, I think one of the releases has this bug.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

megzzTopic starter

  •  

Marius P.

Do you use ffmpeg?

Remove this two lines:

$doit = $db->get_row("SELECT id from ".DB_PREFIX."videos where token = '".$token."' order by id DESC limit 0,1");
if($doit) { add_activity('4', $doit->id); }



from


lib/upload-ffmpeg.php
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)