swetorrentking / rartracker

Complete private bittorrent tracker written in PHP and AngularJS
199 stars 67 forks source link

YouTube error #37

Closed HDVinnie closed 8 years ago

HDVinnie commented 8 years ago

When adding youtube to upload

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'youtube_id' in 'field list'/var/www/html/api/MovieData.php299

swetorrentking commented 8 years ago

Oh. the column is missing from the database import file.

You can run this SQL to create it manually:

ALTER TABLE `imdbinfo` ADD `youtube_id` VARCHAR(15) NOT NULL AFTER `lastUpdated`;