Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Twinsen

    (@twinsen)

    Thank you very much for your help.

    I tested with different templates and everything works fine.

    Congratulations for your plugin and thanks again for everything

    Thread Starter Twinsen

    (@twinsen)

    Thank you for your quick response.

    I modified the file .htaccess with this:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    This is the final result:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~nivelocu/Beta2/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~nivelocu/Beta2/index.php [L]
    </IfModule>
    
    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
    
    AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/x-javascript application/x-httpd-ph$
    
    # END WordPress

    Unfortunately it has not worked.

    I’ve also tried to change the permissions of admin-ajax.php, but with the same negative result.

    Any ideas or test I can do?

    Thank you.

    Thread Starter Twinsen

    (@twinsen)

    Hi Thomas,

    We tested the 2.0.3 release and we observed the following:

    – If we choose the option “external mode” does not show any preview.
    – The “include page” does not work (both in “external mode” as “all mode”). We tested with different IDs pages and shows nothing.

    We have disabled the plugin “Super cache” to avoid potential problems, but no change.

    If you need us we test something else, please let us know.

    Regards.

    Thread Starter Twinsen

    (@twinsen)

    Hi Thomas,

    Thank you for your quick response.

    If you need help with testing, I have a testing server to check plugins before installing them in our production environment.

    Regards.

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