Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 15 years ago by Artur Formella

Keywords: Pending WorksForMe added

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)

comment:2 Changed 15 years ago by kuldeep

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

/*

  • 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 15 years ago by Artur Formella

Milestone: FCKeditor 2.6.4
Resolution: invalid
Status: newclosed

You can use file browser only throughout web server, not directly from the disk. (Address with http://, not file://)

comment:4 Changed 15 years ago by Artur Formella

It is also possible you don't have PHP installed. You can use our forums for support: http://www.fckeditor.net/forums

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy