from today I've started having a strange problem with unlink() on wamp, without having changed anything from yesterday when it was working fine. It looks like the DOCROOT value is being replaced by the localhost URL path - see below. The file definitely exists at the specified location, permissions for the file and containing folder are set to 777. Any ideas what's happening here??
echo DOCROOT;
// Remove the file from disk
$file_result = unlink(DOCROOT.'uploads/'.$url);
// Outputs
C:\wamp\www\mysite\public_html\admin\
ErrorException [ 2 ]: unlink(localhost/mysite/public_html/admin/uploads/p16gc6fski1vkgr10k2o19d877c4.png) [function.unlink]: No such file or directory ~ MODPATH\mysite\classes\model\newsimage.php [ 45 ]