• Salam & hello to all wordpress user, this morning i found something weird with my blog which is its not open or run as usual. I received “open with or save to disk” popup when try to access any links in my blog that end with *.php

    After i contact my hosting support, they give me this

    [17300] EACCELERATOR: PHP crashed on opline 87 of wp_kses() at /home/vangardx/public_html/blog/wp-includes/theme.php:84

    [17316] EACCELERATOR: PHP crashed on opline 87 of wp_kses() at /home/vangardx/public_html/blog/wp-includes/theme.php:84

    [17491] EACCELERATOR: PHP crashed on opline 87 of wp_kses() at /home/vangardx/public_html/blog/wp-includes/theme.php:84

    They said my script keep causing the php crashed and its theme issue, i dont know what to do.

    Currently i using wordpress 2.3 dexter + k2 release candidate 2 at https://www.vangardx.net/blog Thanks in advance.

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

    (@vangardx)

    anyone know how to solve this probs?

    it looks like kses.php is frequently causing problems when cached (by e.g. eaccelerator). excluding it form being cached in eaccelerator might do the trick (eaccelerator.filter=”!*kses.php” in your config).

    Solution:

    Create a .htaccess file ABOVE public_html

    Have these 2 lines:

    php_flag eaccelerator.enable 0
    php_flag eaccelerator.optimizer 0

    This works on ASO.

    Thread Starter vangardx

    (@vangardx)

    thanks for the reply..by the way all problem seems to be ok after i change to the latest version..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘EACCELERATOR: PHP crashed’ is closed to new replies.