Hi team, I've got FCKeditor to work correctly on my test server, though now that i'm integrating it into the live server the image browser does not work.
What i found is that when calling $_Server['PHP_SELF'] and realpath("./") they bring back different paths (due to different server setups i assume..) I played with the GetRootPath() method in io.php and it is now pointing to the correct path and it works on the test program
'FCKeditor/editor/filemanager/browser/default/connectors/test.html#'
but i still dont get the files showing in the actual program.
Is there a way of outputting the errors in the javascript part (i'm a real novice with js) so that i can see why it isnt showing the directory or files.
Any light shed is much appreciated!
What i found is that when calling $_Server['PHP_SELF'] and realpath("./") they bring back different paths (due to different server setups i assume..) I played with the GetRootPath() method in io.php and it is now pointing to the correct path and it works on the test program
'FCKeditor/editor/filemanager/browser/default/connectors/test.html#'
but i still dont get the files showing in the actual program.
Is there a way of outputting the errors in the javascript part (i'm a real novice with js) so that i can see why it isnt showing the directory or files.
Any light shed is much appreciated!
RE: Help needed, image browser.