I moved a Joomla site from an windows 2008 server to a windows 2012 server. Now, whenever you click on a document in the document module, it doesn't work. It gives me this error.
PHP Warning: is_dir(): open_basedir restriction in effect. File(C:\PathToSiteRoot\dmdocuments\) is not within the allowed path(s): (C:/PathToSiteRoot/\;C:\Windows\Temp\) in C:\C:\PathToSiteRoot\httpdocs\administrator\components\com_docman\classes\DOCMAN_file.class.php on line 66
I thought this was a basedir problem but I checked my ini file and it's commented out. I really don't know where to go from here. Any help?