• My editor won’t come out of html mode. I recently uploaded WP Super Cache and am assuming that is where the problem lies. I looked through the settings and could find nothing that I thought would be causing the problem.
    In order to make the Super Cache work I had to install a line into my wp-config file. I put it in the very top. The Cache seems to be working right. Could adding the line into the WP-Config have caused my problem? The line, by the way was: ini_set(‘zlib.output_compression’, 0); .
    Can anyone help me get my editor working right again?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Take that zlib line out of the config file then and let wp-super-cache compress your pages..

    Thread Starter satyre08

    (@satyre08)

    I took the zlib line out of the config file and selected compress pages so they are served more quickly to visitors in the Super Cache settings. Now there is this message at the top: Warning! You attempted to enable compression but zlib.output_compression is enabled. See #21 in the Troubleshooting section of the readme file.
    What should I do now?

    zlib compression must be enabled in your php.ini then of your server then. Check the output of phpinfo() in a test script.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Uploaded WP Super Cache, now editor won't come out of html mode’ is closed to new replies.