• You are using file function to get css file but if you are using docker the internal url could be different from the outside url.

    you can simple change line 380 of class-sassy-social-share-admin.php

    
    $path = dirname( __FILE__ ) . '/css/' . $css_file . '.css';
    

    i had this error because you are using plugin_dir_url but it works using dirname instead.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Using docker Stream error’ is closed to new replies.