• Resolved Matthias Honert

    (@matthias-honert)


    I had no problems before the update. Now after the last update I get following on the_post_thumbnail function:

    
    <b>Fatal error</b>: Uncaught Error: Class 'archon810\SmartDomDocument' not found in /xxxxxxx/wp-content/plugins/lazy-loading-responsive-images/src/Plugin.php:150
    

    that’s my function:

    the_post_thumbnail('category-thumb',
        array(
          'class' => 'project-list-img', 
          'alt' => $post_title)
     );
    

    I have no idea what I’m or Plugin doing wrong.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal Error in Version 3.2.3’ is closed to new replies.