MyBB Community Forums

Full Version: undefined editor theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I keep seeing this error in my logs, though I'm not sure what it's for.

is anyone familiar with this error?

[Tue Oct 15 15:43:40 2013] [error] [client IP] File does not exist: /path/to/mybb/undefinededitor_themes, referer: http://shavenook.com/thread-fs-custom-brush-ivory-cocobolo-price-reduced?pid=300996
see this issue.
though not a perfect solution,
you can copy everything from jscripts/editor_themes folder to ./undefinededitor_themes folder
or using .htaccess, redirect ./undefinededitor_themes to jscripts/editor_themes
(2013-10-15, 04:18 PM).m. Wrote: [ -> ]see this issue.
though not a perfect solution,
you can copy everything from jscripts/editor_themes folder to ./undefinededitor_themes folder
or using .htaccess, redirect ./undefinededitor_themes to jscripts/editor_themes

I do not see any undefinededitor_themes folder.
^ you can create a folder with that name (in forum root directory - where global.php exists)
why does this issue occur, if I might ask?
^ I do not know the exact cause
Edit: can you open editor.js file in a code editor (eg. notepad++) and check if undefinededitor_themes exists in the code

if so, can you take a backup of the editor.js (copy as editor_ORIG.js) and modify it from this guidance and check if the issue resolves