thx2012 Posted November 21, 2014 Share Posted November 21, 2014 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 More sharing options...
fluc Posted December 4, 2014 Share Posted December 4, 2014 hello, I'm all right with you, I've seen the same error in my log ! WTF ? I'have do this /*url(img/object.gif)*/ ... 1 Link to comment Share on other sites More sharing options...
thx2012 Posted December 4, 2014 Author Share Posted December 4, 2014 hello, I'm all right with you, I've seen the same error in my log ! WTF ? I'have do this /*url(img/object.gif)*/ ... Leaves me wondering what other files may be missing.. Thanks for suggesting commenting out the url ! Link to comment Share on other sites More sharing options...
Recommended Posts