• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Double posts on the user profile

Started by x5000x,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

x5000xTopic starter

Alex,

Do you know what could be there are double posts on the user profile. For example if they uploaded VIDEO 10 instead of just saying VIDEO 10 it is posted twice:

VIDEO 10
VIDEO 10

  •  

PHPVibe A.

What type of share? Upload (ffmpeg?) or Web?

x5000xTopic starter

  •  

PHPVibe A.

I don't see an double entry:

it's one

add_activity('4', $doit->id);

for mp4 case (no re-conversion) in lib/upload-ffmpeg.php

and one

add_activity('4', $cron->id);

in videocron.php for ffmpeg conversion.

x5000xTopic starter

Alex,

In both of those files there are one line of this code there is no double lines. I am not sure why does it post 2 times on user profile when they upload file.
  •  

PHPVibe A.

check the activity table with phpmyadmin, maybe it's broken.

x5000xTopic starter

Alex,

Repaired & Optimizes activity table return was OK. But still posts double entry's.
  •  

PHPVibe A.


Similar topics (7)