Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants