• Resolved Anonymous User 13901880

    (@anonymized-13901880)


    Version 2.0.4 of this excellent plugin is basically unusable at my blog… I just get a white blank screen when entering the frontend. No errors whatsoever.

    I am using PictureFill method. Had to switch back to 2.0.2 now.

    Any ideas? Thank you!

    https://www.ads-software.com/plugins/wp-retina-2x/

Viewing 2 replies - 16 through 17 (of 17 total)
  • It is because another plugin I have installed already loads the the Simple HTML DOM.

    My fix is to change line 113 in wp-retina-2x.php to
    if(!function_exists(file_get_html)) {require(‘inc/simple_html_dom.php’); }

    Could you add that to new versions?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Yes exactly, you can do this. The problem is that you have to do this with every plugin that use it. It appears it my plugin by chance (or bad luck) because it is last one that is loaded. If my plugin was loaded first, then the other plugin would crash. The fix should be apply to the main library which is simple_html_dom.php. I will fix it on the plugin and will send a notice to the owner of that library.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘White screen with new version 2.0.4’ is closed to new replies.