• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Moderator issue

Started by vipe,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vipeTopic starter

Notice: Undefined index: image in /home/username/public_html/moderator/setts.php on line 16

Notice: Use of undefined constant uniqid - assumed 'uniqid' in /home/username/public_html/moderator/setts.php on line 17
  •  

PHPVibe A.

Yup, this is an small bug.

$extension = end(explode('.', $_FILES['image']['name']));
$thumb = ABSPATH.'/uploads/'.nice_url($_FILES['site-logo']['name']).uniqid.'.'.$extension;


should be

$extension = end(explode('.', $_FILES['site-logo']['name']));
$thumb = ABSPATH.'/uploads/'.nice_url($_FILES['site-logo']['name']).uniqid().'.'.$extension;


Thanks for reporting.

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 38286

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 69456

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 49410

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4057

new account creation issue

Started by qadribrothers


Replies: 31
Views: 10780

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 4582

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 4653