If while uploading a video or image to your PHP Melody site you get Error #2049, the might be within the /config.php file.
Check your /config.php file and make sure the URL is 100% accurate and does not include a trailing slash (i.e. /) at the end of the domain name.
Correct URL:
define('_URL', 'https://www.phpsugar.com');
Incorrect URL:
define('_URL', 'https://www.phpsugar.com/');