ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

HTTP ERROR 500

Open RoyalC opened this issue 1 year ago • 1 comments

filemanager install suceffuly but won't work, all time error 500 !!! ` * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.

  • For licensing, see https://ckeditor.com/legal/ckeditor-oss-license */

CKEDITOR.editorConfig = function( config ) {

config.toolbarGroups = [
	{ name: 'document', groups: [ 'document', 'doctools' ] },
	{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
	{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },
	{ name: 'forms', groups: [ 'forms' ] },
	{ name: 'basicstyles', groups: [ 'basicstyles' ] },
	'/',
	{ name: 'cleanup', groups: [ 'cleanup' ] },
	{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },
	{ name: 'links', groups: [ 'links' ] },
	{ name: 'insert', groups: [ 'insert' ] },
	{ name: 'colors', groups: [ 'colors' ] },
	{ name: 'tools', groups: [ 'tools' ] },
	{ name: 'others', groups: [ 'others' ] },
	// { name: 'about', groups: [ 'about' ] },
	'/',
	{ name: 'styles', groups: [ 'styles' ] },
	{ name: 'mode', groups: [ 'mode' ] }
];


	config.filebrowserBrowseUrl = '../filemanager/dialog.php?type=2&editor=ckeditor&fldr=';
	config.filebrowserUploadUrl = '../filemanager/dialog.php?type=2&editor=ckeditor&fldr=';
	config.filebrowserImageBrowseUrl = '../filemanager/dialog.php?type=1&editor=ckeditor&fldr=';`

here is my config

this config.js work for kcfinder but it bug when more than 1000 image file in dir !!

RoyalC avatar Nov 04 '23 15:11 RoyalC

@RoyalC Hi, I have already been faced with the same problem, the only solution is to divide your images into subfolders so as not to load any images on the root.

gtraxx avatar Nov 06 '23 09:11 gtraxx