Hi the default filebrowser works great only MCPUK i can only see the dorectories not the files that are in it?
And when i want to upload it says Error Over disk quota, Unable to determine size folder ?
Does anybody know what is wrong ?
And when i want to upload it says Error Over disk quota, Unable to determine size folder ?
Does anybody know what is wrong ?

RE: MCPUK Over disk quota?
BUT!! Now i dont see the uploaded files in the browser??? Also i can only see one type in the dropdown only images so i cant swithc directories ? Also i cant see directories i create new..
But they are on the server ?
RE: MCPUK Over disk quota?
RE: MCPUK Over disk quota?
in line 242: frmresourceslist.html
RE: MCPUK Over disk quota?
In \editor\filemanager\browser\mcpuk\connectors\php\config.php
At line 32, change:
$fckphp_config['basedir']=$_SERVER['DOCUMENT_ROOT'];
To:
$fckphp_config['basedir']=substr($_SERVER['PATH_TRANSLATED'], 0, strlen($_SERVER['SCRIPT_NAME']) * - 1);
Reason it wasn't working: I use Apache mass virtual hosting, so DocumentRoot holds wrong base path. The change above uses 2 different server variables to achieve it reliably. I believe this problem would also occur for certain non-Apache servers too.
RE: MCPUK Over disk quota?
http://www.gazpachu.com/portal/modules. ... =FCKeditor
RE: MCPUK Over disk quota?
RE: MCPUK Over disk quota?
I hope this setting helps others...
RE: MCPUK Over disk quota?
But instead I got a new error: Error, "Failed to upload file, internal error...".
Any ideas to fix that problem?
Best regards, Elund
RE: MCPUK Over disk quota?
I think you should check:
$fckphp_config['basedir']
$fckphp_config['UserFilesPath']
make sute they are correct.
my FCKeditor version: 2.3r