Well, It was working fine with 1.6, but 1.7 gives me this DB error when I updated services.
Having looked at the DB there is no "svcType" column, how can I add this??
Database error in vBulletin 4.0.8:
Code:
Invalid SQL:
INSERT INTO media_service
(svcName, svcRegex, svcURL, svcFeed, svcValue2, svcThumb, svcTitle, svcDesc, svcLength, svcTags, svcMovie, svcWidth, svcHeight, svcStream, svcType, svcError)
VALUES
('own3D', 'http://[a-z]*?[\\.]?own3D\\.tv/video/([\\d]+)', 'http://www.own3D.tv/video/{serviceVAL}', 'http://www.own3D.tv/video/{serviceVAL}', 'null', '$link[\'image_src\']', '$meta[\'og:title\']', '$meta[\'description\']', 'null', '$meta[\'keywords\']', 'http://www.own3d.tv/stream/{serviceVAL}&autoStart={apTF}', 640, 360, 'null', 'application/x-shockwave-flash', 'null');
MySQL Error : Unknown column 'svcType' in 'field list'
Error Number : 1054
Request Date : Tuesday, October 26th 2010 @ 08:19:39 PM
Error Date : Tuesday, October 26th 2010 @ 08:19:39 PM
Script : http://mysite.com/media.php?do=admin_host_restore
Referrer : http://mysite.com/media-library/admin/host/
IP Address : xx.xxx.xx.xxx
Username : Pete
Classname : vB_Database
MySQL Version : 5.0.77
none of the vid's play, and all I have is a black area where the video / player would be and there's a white square with a red x
..