Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can try to insert

    header(“Content-type: text/javascript; charset: UTF-8″);”

    after
    “@ require(‘../../../wp-config.php’);”

    in the file “/wp-includes/js/tinymce/tiny_mce_config.php”

    Actually the problem comes from /wp-includes/js/tinymce/tiny_mce_config.php and ads supported web sites.

    header(“Content-type: text/javascript; charset: UTF-8”); is required otherwise the ads supported websites will add their ads after.

    So just insert “header(“Content-type: text/javascript; charset: UTF-8″);” after “@ require(‘../../../wp-config.php’);” in this file and it will do it!

    Thread Starter anonislis

    (@anonislis)

    Forget about this one.
    Actually the problem comes from /wp-includes/js/tinymce/tiny_mce_config.php

    header(“Content-type: text/javascript; charset: UTF-8”); is required otherwise the ads supported websites will add their ads after.

    So just insert “header(“Content-type: text/javascript; charset: UTF-8″);” after “@ require(‘../../../wp-config.php’);” in this file and it will do it!

    Actually it does not work on some systems (too many!!!), not sure exactly where the problem is located…

    I activated the “Visual editor” in the Profile but then all buttons disappear. I tried on 2 different systems (1 one was a totally new installation), and I get exactly the same results.

Viewing 5 replies - 1 through 5 (of 5 total)