I tryed it already yes. I was able to inlude the filemanager but it gives me some javascript errors. Unfortunatly i am a novice in javascript and was not able to fix this problem. But i guess i found where the problem is located
It shows me an error in frmresourceslist.html:
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ; var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
And in frmfolders.html:
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
Seems like this functions are missing or?
I would be VERY (donateable) thankfull if you could help me with this!
the problem is that i can not select a picture cause the filemanager from you i used (latest version which works well under 2.0.rc1) does not show any pictures. He breaks at the javascript errors i mentioned above.. somewhere when he is trying to load the directory list. My connector settings are right.
I downloaded and installed the full package. Everything seems to work okay, but when I submit the form all the image urls (and normal link urls) are changed to:
Did I do something wrong? With the official package I didn't had any problems.
If you are using the filebrowser extensions as well as the connector then you should be able to delete folders with files in and without (does seem to be a slight quirk with folders with files in atm though). If you are using the connector with the default filebrowser then no, you cant delete anything, files or folders. From the error you are giving it sounds like you are using the default file browser, maybe try the extended one (available from the same page you got the connector).
mcukstorm, This is a great tool and your explanations are very helpful. However, I'm getting some versy weird results using the ASP connector with SoftArtisans FileUp. When using the test.html file and outputting some messages in the SoftArtisans.asp file I can see that the file appears to be uploaded successfully, but I can't find it. It's driving me nuts. I made a couple of changes to the SA.asp file to get to this point based on what I had done before on our server. I now get the FileName with : sNewFileName = Upload.Form("NewFile").UserFilename strNewFileName = Mid(sNewFileName, InstrRev(sNewFileName, "\") + 1)
and do the save with: Upload.Form("NewFile").SaveAs strNewFileName but everything else is pretty much the same. Before I made those changes it wouldn't work at all. I'm not sure what diagnostics would be helpful to you, but I'll gladly post anything I can. Once I get this working I'll send you any changes I've made to see if they can be incorporated.
i've installed the filemanager + php connector into my v2, beta2 editor. It worked great. I just tried installing it to the v2, rc2 version of FCKeditor. It seems to work fine with listing all my directories in my Images folder, but it won't show the icons for any of the images. I have lots of images in my folders, but the filemanager doesn't seem to recognize any of them. Any ideas? Thanks!
Has anybody tried to get this working yet with Version 2.0 rc2? My testme.php shows everything working fine, but with the GetFoldersAndFiles test, my File list comes up empty, even though there are files present. It's a weird problem. All my permissions on the UserFiles directory is set to 777. I am running PHP4.3.2 on RedHat 8.0. Please help. Thanks!
Hello there, firstly as other people have mentioned in this thread and others, superb online and superb connector, respect to all coders who are involved.
Now, down to the business, this php connector is exactly what I require, I so badly need the delete and rename functions which the original connector doesn't supply.
Is it possible to call the editor via javascript and while using your connector? I use
I got that far, the problem I have is setting the path. I thought there was some sort of authentication in order to use the filemanager.
Everytime I try and create I keep getting error creating folder, error number 1. So I thought this had to do with the way javascript called the editor.
If you have a clue on how I can set my filemanger path. I tried config.php but for the life of me I do can't figure it out.
I'm english, but after reading my own reply I am starting to wonder. Basically, when I try and create a folder I get the above error. I would like to know what exactly my $fckphp_config['UserFilesPath'] should be.
Finally, figured it out! I knew it had something to do with the authentication. As I'm calling the editor via javascript I can't or dont know how to include all the shared key stuff etc well, to be honest I never really tried.
I did however do this.
Line 64 of connector..php
if ($fckphp_config['authSuccess']!==true)
I changed this to false and viola, everything is hunky doory. I know I don't have authentication on but for what I'm doing I don't need the extra security or maybe I do but at least it works, that is all that counts. Unless someone knows how to call the editor via javascript with all the shared key and remote ip stuff included.
As xenden said earlier there is a configuration option in the config.php to turn off authentication, there is no need to hack the connector. But i'm glad you got it working. (Thanks to xenden for helping out on this one while i wasnt checking my mail)
RE: Unofficial filemanager update + php connector
Cause 2.0 (x) is very unstable.
RE: Unofficial filemanager update + php conne
All you should have to change is the id's of the html elements that the picture path is sent to from the file browser.
RE: Unofficial filemanager update + php conne
Unfortunatly i am a novice in javascript and was not able to fix this problem.
But i guess i found where the problem is located
It shows me an error in frmresourceslist.html:
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
And in frmfolders.html:
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
Seems like this functions are missing or?
I would be VERY (donateable) thankfull if you could help me with this!
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
He breaks at the javascript errors i mentioned above.. somewhere when he is trying to load the directory list.
My connector settings are right.
RE: Unofficial filemanager update + php connector
RE: Unofficial filemanager update + php connector
I downloaded and installed the full package. Everything seems to work okay, but when I submit the form all the image urls (and normal link urls) are changed to:
Did I do something wrong? With the official package I didn't had any problems.
RE: Unofficial filemanager update + php connector
RE: Unofficial filemanager update + php conne
http://127.0.0.1/fck/editor/filemanager ... slist.html
RE: Unofficial filemanager update + php conne
If you are using the filebrowser extensions as well as the connector then you should be able to delete folders with files in and without (does seem to be a slight quirk with folders with files in atm though). If you are using the connector with the default filebrowser then no, you cant delete anything, files or folders. From the error you are giving it sounds like you are using the default file browser, maybe try the extended one (available from the same page you got the connector).
Kind Regards,
Grant
RE: Unofficial filemanager update + php conne
This is a great tool and your explanations are very helpful. However, I'm getting some versy weird results using the ASP connector with SoftArtisans FileUp. When using the test.html file and outputting some messages in the SoftArtisans.asp file I can see that the file appears to be uploaded successfully, but I can't find it. It's driving me nuts. I made a couple of changes to the SA.asp file to get to this point based on what I had done before on our server. I now get the FileName with :
sNewFileName = Upload.Form("NewFile").UserFilename
strNewFileName = Mid(sNewFileName, InstrRev(sNewFileName, "\") + 1)
and do the save with:
Upload.Form("NewFile").SaveAs strNewFileName
but everything else is pretty much the same. Before I made those changes it wouldn't work at all. I'm not sure what diagnostics would be helpful to you, but I'll gladly post anything I can. Once I get this working I'll send you any changes I've made to see if they can be incorporated.
Thanks,
Nate Baxley
RE: Unofficial filemanager update + php connector
http://www.prosjektweb.net/filemanager_standalone
http://www.prosjektweb.net/filemanager_ ... anager.zip
RE: Unofficial filemanager update + php connector
gives a javascript error message.
The message is called cause
your standalone version calls a function which does not exist.
var oEditor = window.parent.InnerDialogLoaded() ;
The function InnerDialogLoaded() does not exist.
Can you fix this?
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
RE: Unofficial filemanager update + php connector
RE: Unofficial filemanager update + php connector
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
// Jocke
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
Now, down to the business, this php connector is exactly what I require, I so badly need the delete and rename functions which the original connector doesn't supply.
Is it possible to call the editor via javascript and while using your connector? I use
<script type="text/javascript">
window.onload = function() {
var oFCKeditor = new FCKeditor( 'course_description' ) ;
oFCKeditor.Width = "100%";
oFCKeditor.Height = 400;
oFCKeditor.BasePath = "editor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
I can see how you have done it via PHP but really need to create the editor using javascript.
I look forward to everyones response.
Over and out.
Byron
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
I got that far, the problem I have is setting the path. I thought there was some sort of authentication in order to use the filemanager.
Everytime I try and create I keep getting error creating folder, error number 1. So I thought this had to do with the way javascript called the editor.
If you have a clue on how I can set my filemanger path. I tried config.php but for the life of me I do can't figure it out.
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
which contains Image,Flash,Media,File folders, all of which are r/w by www user.
Um.. then check that testme.php file. It's really nice.
Sorry not more specific. It's late for me. Or is that early? bah. =-) Not much help at this point.
Peace out brother,
xD
RE: Unofficial filemanager update + php conne
I did however do this.
Line 64 of connector..php
if ($fckphp_config['authSuccess']!==true)
I changed this to false and viola, everything is hunky doory. I know I don't have authentication on but for what I'm doing I don't need the extra security or maybe I do but at least it works, that is all that counts. Unless someone knows how to call the editor via javascript with all the shared key and remote ip stuff included.
If you know what I'm talking about of course.
RE: Unofficial filemanager update + php conne