Quote:
Originally Posted by VBUsers
|
This is due to the edits on your skin...
Quote:
Originally Posted by danyol1706
Hi,
After the recent update, I'm getting a "page not found" error after clicking on a video in my media gallery. Did I break the links? If so, how can I fix this?
|
Turn off SEO slugs
Quote:
Originally Posted by Xeyn
all the vids i want to add from youtube come up with...when i try to add:
Syndication of this video was restricted by its owner
|
Don't complain to me... complain to its owner.
Quote:
Originally Posted by LichtMann
Well, it works like a charm now, I dont know why. Thank you for the answer!
|
Its because the feed isn't generated until after a while...
Quote:
Originally Posted by Arved Yagami
Can anyone help? I'm still getting this error
Code:
SELECT media.*, media_service.*, media_category.*, IF(NOT ISNULL(user.userid), user.username, media.username) AS username
FROM vbmedia AS media
LEFT JOIN vbmedia_service AS media_service ON(media_service.serviceID = media.serviceID)
LEFT JOIN vbmedia_category AS media_category ON(media_category.categoryID = media.categoryID)
LEFT JOIN vbuser AS user ON(user.userid = media.userID)
WHERE media_category.catOrder != '0'
ORDER BY media.favorites DESC, media.comments DESC, media.views DESC
LIMIT 6;
MySQL Error : Unknown column 'media.favorites' in 'order clause'
Error Number : 1054
|
Please read the install instructions.