Jump to content

File does not exist: missing /skins/prestashop/img


Recommended Posts

In cPanel Error Log,

 

there are a ton of 'File does not exist' errors..

 

File does not exist: /home/xxx/public_html/js/tiny_mce/skins/prestashop/img, referer: https://xxx.com/js/tiny_mce/skins/prestashop/content.min.css

 

Inside content.min.css, I see that Am I supposed to have an /img/ directory with object.gif & anchor.gif

.mce-object {
    border: 1px dotted #3A3A3A;
    background: #d5d5d5 url(img/object.gif) no-repeat center
}

.mce-item-anchor {
    cursor: default;
    display: inline-block;
    -webkit-user-select: all;
    -webkit-user-modify: read-only;
    -moz-user-select: all;
    -moz-user-modify: read-only;
    user-select: all;
    user-modify: read-only;
    width: 9px !important;
    height: 9px !important;
    border: 1px dotted #3A3A3A;
    background: #d5d5d5 url(img/anchor.gif) no-repeat center
}

Please advise, thanks!!

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...