Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

TinyMCE Screwing me up Big time

EvanEvan New
edited June 2007 in Vanilla 1.0 Help
Tried installing an got errors showing up, just errors, no forum showed, removed files and still got the error at the top of the page. Put files back and disabled extension, now errors are stuck on top here. I don't know what I am doing, so I just have errors at the top of my forum, which now runs slow and I have to refresh because pages are timing out.

These are the errors I am getting.

Warning: main(/home/dfactorc/public_html/vanilla/extensions/TinyMCE/default.php): failed to open stream: No such file or directory in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 13

Warning: main(/home/dfactorc/public_html/vanilla/extensions/TinyMCE/default.php): failed to open stream: No such file or directory in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 13

Warning: main(): Failed opening '/home/dfactorc/public_html/vanilla/extensions/TinyMCE/default.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 13

Comments

  • How lovely, even more now:


    Warning: main(/home/dfactorc/public_html/vanilla/extensions/TinyMCE/default.php): failed to open stream: No such file or directory in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 13

    Warning: main(/home/dfactorc/public_html/vanilla/extensions/TinyMCE/default.php): failed to open stream: No such file or directory in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 13

    Warning: main(): Failed opening '/home/dfactorc/public_html/vanilla/extensions/TinyMCE/default.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 13

    Warning: main(/home/dfactorc/public_html/vanilla/extensions/tinymce/default.php): failed to open stream: No such file or directory in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 14

    Warning: main(/home/dfactorc/public_html/vanilla/extensions/tinymce/default.php): failed to open stream: No such file or directory in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 14

    Warning: main(): Failed opening '/home/dfactorc/public_html/vanilla/extensions/tinymce/default.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/dfactorc/public_html/vanilla/conf/extensions.php on line 14
  • You should open this extension.php file of yours and remove line 13. Looks like you removed TinyMCE files but the extension in still enabled, which is causing the errors.
  • EvanEvan New
    edited June 2007
    Sweet, it works now - by that I mean the forum as it has been removed. Thanks, I owe you a cookie. Forum still is timing out apparently, hmmm.

    Since that gave so much trouble, is there ANY easy to install WYSIWYG editor?
  • Well I'm currently using FCKeditor and it works pretty fine. You just need to remember you must enable it in your account preferences (or use the global settings addon to enable it for all your users at once) and be sure to have your FCK folder in the js folder named FCKeditor (and not fckeditor) if you are on a Linux server.
This discussion has been closed.