When I attempt to insert a YouTube video from a URL found on YouTube I receive an "Internal Server Error" message. The same error occurs when attempting to insert a picture from a URL. I'm able to insert pictures from My Computer and from the CMS without any issues.
I tried using "dev" mode, but when I bring up the "insert media" window I receive an error from Silverstripe that says "Warning on line 418 of GD.php". The rest of the window fails to load and everyything remains white. When I review this file I see the line...
case 1: imagegif($this->gd, $filename); break;
This file is in its default state and no changes have been made to it. I read somewhere else to remove the _resampled directory from Uploads and then recreate with 777 permissions. I have tried this, but the GD.php error persists and I'm still unable to embed anything from the web.
I want to be able to embed from a URL.
By no means am I good with SilverStripe or Linux so take it easy on me! I have been able to correct permissions problems in other directories to get images to display properly, but am not sure what I'm doing wrong and am also not sure why there is an error with a default gd.php file.
Any and all help is appreciated. Thanks in advance.