• Hi there,

    When trying to post this :
    <p style="text-align:justify;">import</p>
    into the content of an article or a page, it breaks the saving process and show a ERR_CONNECTION_RESET

    This is due to the inline style followed by the work “import”…

    WP 4.2.2
    PHP 5.6
    OVH

    Some of my tests :

    import  //ok
    <p>import</p>  //ok
    <p class="text">import</p>  //ok
    <p style="text-align:justify;">toto</p>  //ok
    <p style="text-align:justify;">import</p>  //ERROR
    <p style="text-align:justify;">veryimportant</p>  //ERROR
    import<p style="text-align:justify;"></p>  //ok
    <p style="text-align:justify;"></p>import  //ERROR

    My mind is dying… have you any idea why and how to fix that ?

    We can’t just say “Don’t use the word ‘import’ in a formated paragraph”…

    Thanks WP community !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you checked your error_log, maybe there’s some more helpful info about this, i’d say the OVH servers have some modSecurity rules that are blocking your request.

    Thread Starter Undless

    (@undless)

    Thanks for your answer.
    No logs are generated :/
    I’ll try to take a look at the modSecurity…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inline style the word "import" break the post.php’ is closed to new replies.