Installed ok but Im also geting the following error when I upload a video source.
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /includes/class_bbcode.php(181) : eval()'d code on line 120
Warning: file_get_contents(
http://www.youtube.com/watch?v=y1MRXc8XIGg) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /includes/class_bbcode.php(181) : eval()'d code on line 120
Line 120 of my class_bbcode says:
118 /**
119 * Whether this parser unsets attachment info in $this->attachments when an inline attachment is found
120 *
121 * @var bool
122 */
123 var $unsetattach = false;
124
125 /**
126 * True if custom tags have been fetched
127 *
128 * @var bool
129 */
130 var $custom_fetched = false;
Any ideas?