Hello,
I have installed FCKEditor many times in WebsiteBaker installations but it has always been on Linux/Unix servers.
This time it is on a Windows server.
I can't get it to install. I keep getting this message:
Warning: move_uploaded_file(c:\______________.com\wb/temp/fckeditor_v2.85.zip) [function.move-uploaded-file]: failed to create stream: Permission denied in c:\_______________________.com\wb\admin\modules\install.php on line 46
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\WINDOWS\TEMP\php114.tmp' to 'c:\________________________________.com\wb/temp/fckeditor_v2.85.zip' in c:\_______________________________.com\wb\admin\modules\install.php on line 46
Cannot upload file
The host has been absolutely no help in this situation. I have check and the folders are writeable.
Can anyone help?
Thanks,
Rhonda
I have installed FCKEditor many times in WebsiteBaker installations but it has always been on Linux/Unix servers.
This time it is on a Windows server.
I can't get it to install. I keep getting this message:
Warning: move_uploaded_file(c:\______________.com\wb/temp/fckeditor_v2.85.zip) [function.move-uploaded-file]: failed to create stream: Permission denied in c:\_______________________.com\wb\admin\modules\install.php on line 46
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\WINDOWS\TEMP\php114.tmp' to 'c:\________________________________.com\wb/temp/fckeditor_v2.85.zip' in c:\_______________________________.com\wb\admin\modules\install.php on line 46
Cannot upload file
The host has been absolutely no help in this situation. I have check and the folders are writeable.
Can anyone help?
Thanks,
Rhonda
Re: Installing FCKEditor on Windows server
Error is in this line:
if(!move_uploaded_file($_FILES['userfile']['tmp_name'], $temp_file)) {
in wb\admin\modules\install.php on line 46
What do I need to change this to in order to allow the FDKEditor to install?
Or is there a way I can manually install it by using FTP? If so, where do I put the folder? I tried putting it in the wb/modules folder and the WB module area isn't even seeing it?
Any ideas anyone?
I REALLY would like to install the FCKEditor for my client because she wants to paste copy from Word!
Thanks!
Rhonda