#2809: Browse server button not working in when we upload the image
--------------------------------+-------------------------------------------
 Reporter:  ksahu               |       Owner:                 
     Type:  Bug                 |      Status:  new            
 Priority:  High                |   Milestone:  FCKeditor 2.6.4
Component:  File Browser        |     Version:  FCKeditor 2.6.3
 Keywords:  Pending WorksForMe  |  
--------------------------------+-------------------------------------------

Comment(by ksahu):

 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)

 Requested URL:
 
http://localhost/js/fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1232625173292

 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")

  *    http://www.gnu.org/licenses/gpl.html

  *

  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")

  *    http://www.gnu.org/licenses/lgpl.html

  *

  *  - Mozilla Public License Version 1.1 or later (the "MPL")

  *    http://www.mozilla.org/MPL/MPL-1.1.html

  *

  * == 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 ( !$Config['Enabled'] )

         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( $_GET['Command'] ) || !isset( $_GET['Type'] ) ||
 !isset( $_GET['CurrentFolder'] ) )

                 return ;

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2809#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to