#2809 closed Bug (invalid)
Browse server button not working in when we upload the image
Reported by: | kuldeep | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | |
Component: | File Browser | Version: | FCKeditor 2.6.3 |
Keywords: | Pending WorksForMe | Cc: | ksahu@… |
Description
When we click image button it shows the pop window for image properties and when we click on the Browse server button it is not working .It shows some error.
Change History (4)
comment:1 Changed 16 years ago by
Keywords: | Pending WorksForMe added |
---|
comment:2 Changed 16 years ago by
It shows the below error:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: OK (200)
Response text: <?php
/*
- FCKeditor - The text editor for Internet - http://www.fckeditor.net
- Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
- == BEGIN LICENSE ==
*
- Licensed under the terms of any of the following licenses at your
- choice:
*
- - GNU General Public License Version 2 or later (the "GPL")
*
- - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
*
- - Mozilla Public License Version 1.1 or later (the "MPL")
*
- == END LICENSE ==
*
- This is the File Manager Connector for PHP.
*/
ob_start() ;
require('./config.php') ;
require('./util.php') ;
require('./io.php') ;
require('./basexml.php') ;
require('./commands.php') ;
require('./phpcompat.php') ;
if ( !$ConfigEnabled? )
SendError( 1, 'This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file' ) ;
DoResponse() ;
function DoResponse()
{
if (!isset($_GET)) {
global $_GET;
}
if ( !isset( $_GETCommand? ) !isset( $_GETType? ) !isset( $_GETCurrentFolder? ) )
return ;
comment:3 Changed 16 years ago by
Milestone: | FCKeditor 2.6.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:4 Changed 16 years ago by
It is also possible you don't have PHP installed. You can use our forums for support: http://www.fckeditor.net/forums
Could you paste this error? Is it connected with Drupal or Mediawiki? Is it a new installation of FCKeditor?
Does it occur in FF? Could you also try it with our demo? (http://www.fckeditor.net/demo)