• Resolved fdittmar

    (@fdittmar)


    Installing in WPMU as superadmin
    Activating in Main Site gives white screen of death immediately.

    Error: PHP Fatal error: Cannot redeclare file_get_html() (previously declared in /home/sxxxx

    Looks like another plugin got there first. Is the other one doing it wrongly or is there another fix?
    thanks

    • This topic was modified 5 years, 11 months ago by fdittmar. Reason: added error
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gijo Varghese

    (@gijo)

    @fdittmar I haven’t heard any issues before. Maybe they’re using the same file_get_html function. It’s used in our internal library and we can’t change it.

    Thread Starter fdittmar

    (@fdittmar)

    Thanks for reply – made me dig deeper and I found it to be an issue with the compatibility in the version of Simple HTML Dom. Different one in another plugin is a problem.

    I replaced my older simple_html_dom.php with a copy of your dom-parser.php and the other plugin still seems to work and yours also activated.

    (I tried https://sourceforge.net/projects/simplehtmldom/files/simplehtmldom/1.9 first but didn’t work)

    Some testing to be done now I guess.

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

The topic ‘Crashes WP immediately’ is closed to new replies.