Regarding this error:
PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/ro265852/public_html/gd_imagic.php on line 4
Can you show full source of gd_imagic.php?
By the way, from the log you can see the document root:
/home/ro265852/public_html/
So, it's possible that my previous suggestion was wrong, because of the repetition of the public_html/
segment, the correct versions would be:
$src = $_SERVER['DOCUMENT_ROOT'] . '/uploads/photos/' . $filename;
$dst = $_SERVER['DOCUMENT_ROOT'] . '/uploads/thumbs/' . $filename;