MyBB Community Forums

Full Version: WYSIWYG editor errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I am using this plugin: http://mods.mybb.com/view/wysiwyg-editor

And it is giving me several errors on the Editor Themes page.

Here are the errors:
Warning [2] file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/nypd/public_html/forums/jscripts/wysiwyg_themes/default.zip/theme.php) is not within the allowed path(s): (/home/nypd:/usr/lib/php:/usr/local/lib/php:/tmp) - Line: 1013 - File: admin/modules/style/editorthemes.php PHP 5.3.23 (Linux)

Warning [2] file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/nypd/public_html/forums/jscripts/wysiwyg_themes/default_theme.php/theme.php) is not within the allowed path(s): (/home/nypd:/usr/lib/php:/usr/local/lib/php:/tmp) - Line: 1013 - File: admin/modules/style/editorthemes.php PHP 5.3.23 (Linux)

Warning [2] file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/nypd/public_html/forums/jscripts/wysiwyg_themes/index.html/theme.php) is not within the allowed path(s): (/home/nypd:/usr/lib/php:/usr/local/lib/php:/tmp) - Line: 1013 - File: admin/modules/style/editorthemes.php PHP 5.3.23 (Linux)

And I have no idea of what to do. Could anyone help me?

Edit: The text editor is also not showing up on forum posts. Someone please help.
it's a php issue as far as I can see
http://stackoverflow.com/questions/18468...owed-paths

Either you're using a rubbish host, or your httpd.conf set up all wrong.

I'd also recommend SCEditor over that, the plugin you're using is old and is unsupported.
Thank you for the input.