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?
Hi!,

and Im very excited to be able to do it.
Im also trying to make the image browser work. Im using FCK Editor FC and I think Ive set everything up...
I cannot see any image in the brower, I get the error of the disk quota when i try to upload any image.... and i cannot create folders...
check it!---> http://www.gazpachu.com/portal/modules. ... =FCKeditor
I hope somebody could help us
Ive spent the whole day trying to fix it
Many thanks!
Joan.
RE: MCPUK Over disk quota?
Hi Joan,

I have the same problem as you had
I have tried several things suggested in this forum without any luck
How did you fix your problem?
I can see it's working for you now.
Sorry for uploading a file. Please delete it.
Best regards,
Elund
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