• Resolved Юр?й

    (@yube)


    Backend fatal error: PHP Fatal error: Cannot declare class simple_html_dom, because the name is already in use in /var/www/xxxx/data/www/xxxxxxx/wp-content/plugins/responsive-lightbox/library/simplehtmldom/simple_html_dom.php on line 1390

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Raul P.

    (@alignak)

    The error says, /wp-content/plugins/responsive-lightbox/ so please contact that plugin author.

    I will rename the “simple_html_dom” class on my end too for the next release, to prevent same name conflicts, but they should do it too, or check if it already exists before adding it again.

    In this case, I am using that on my plugin so it get’s defined.
    Later, their plugin is trying to repeat that and it fails, because it already exists.
    They should check if it already exists, before adding it again.

    They have checked the existence of function “file_get_html” but FVM does NOT check anything and has renamed functions but NOT main class

    I have to second that: the Fast Velocity Minify plugin is now breaking with another plugin called “Transposh”.
    You might want consider renaming the class “simple_html_dom” to
    “fvm_simple_html_dom” maybe? This will make sure you are running
    the class version that you want/need. Or maybe you can double check if the class is already declared or not.

    Please act for interoperability.

    Plugin Author Raul P.

    (@alignak)

    Yes, as I said I will rename that on the next release, but ideally others should rename it too, that is what I said. My next release is a few hours away. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘FATAL error after update to 3.2.4’ is closed to new replies.