Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

HTTP ERROR 500 #729

Open
RoyalC opened this issue Nov 4, 2023 · 1 comment
Open

HTTP ERROR 500 #729

RoyalC opened this issue Nov 4, 2023 · 1 comment

Comments

@RoyalC
Copy link

RoyalC commented Nov 4, 2023

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

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 !!

@gtraxx
Copy link

gtraxx commented Nov 6, 2023

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants