• Resolved hammouche

    (@hammouche)


    Hello,

    I have this error in my logs :
    PHP message: script not found:<script type="text/html" id="tmpl-wpadverts-browser">

    It’s normal ?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    no it isn’t, the script should be rendered somewhere before </body>, you can check if your page is fully rendered (that is if it ends with </html>) maybe there is some fatal error and the script is now shown.

    You can also check if in your footer.php there is following code

    
    <?php wp_footer() ?>
    

    if not the try adding it there and see if it helps.

Viewing 1 replies (of 1 total)

The topic ‘Script not found’ is closed to new replies.