I have attempted to read all of the topics created relating to this issue however I am still unable to get it to work. I had this working in a development environment where I know the full path however now I'm on a hosted server and cannot see the full path ie. C:\web\publicwww\
I have checked safe mode, sorted out authentication, TRIED to set the base path correctly $baseUrl and $baseDir correctly however i still get the dreaded 104 error.
Rather than go around is circles is there a way I could display the current baseDir and baseUrl? For instance could I change FilesCountEmpty to one of the values some how? Then I could see where it is pointing.
I am open to any suggestions that may help the problem.
I have checked safe mode, sorted out authentication, TRIED to set the base path correctly $baseUrl and $baseDir correctly however i still get the dreaded 104 error.
Rather than go around is circles is there a way I could display the current baseDir and baseUrl? For instance could I change FilesCountEmpty to one of the values some how? Then I could see where it is pointing.
I am open to any suggestions that may help the problem.
Re: 104 Error - not possible to complete the request due to file
Thought I would reply to my own post as this is fixed.
If you are using PHP on your hosted web then create a phpinfo file and run it.
Check out APPL_PHYSICAL_PATH which should be something like "C:\Inetpub\vhosts\mywebsite.com\httpdocs\" that is your $baseDir or in my case.
$baseDir = 'C:/Inetpub/vhosts/mywebsite.com/httpdocs/ckfinder/userfiles/' ;
Your baseUrl should then be something like this
$baseUrl = 'http://www.mywebsite.com/ckfinder/userfiles/';
Then everything should work (Provided you've sorted out safemode, authentication, and permissions!)
My AWESOME sysadmin fixed it for me and he's the coolest guy in the world - and I high-fived him just so he knows!!!