I'm getting the following in my watchdog now and then, using the latest MyDrupal_Impact version 1.4

Type	page not found
Date	Friday, July 13, 2007 - 06:41
User	TiM
Location	htip://tjharman.com/sites/tjharman.com/themes/MyDrupal_Impact/icons/mini-attachment.png
Referrer	htip://tjharman.com/files/css/bc690d5cc3cfbf94019a8b09f53563f8.css
Message	sites/tjharman.com/themes/MyDrupal_Impact/icons/mini-attachment.png
Severity	warning
Hostname	x.x.x.x

Sure enough, this file doesn't exist. Should it?

(Please ignore the htip URL, it's there to stop the autolink web address feature which ruins the post)

Comments

taherk’s picture

Hi

To stop getting this error, you can find this code block in style.css and remove it

li.upload_attachments a {
  background: url(icons/mini-attachment.png) no-repeat 0 2px;
  padding-left: 15px;
}

Alternatelively you may search for an icon on famfamfam.com and name it as mini-attachment.png and upload it in your icons folder . This is for file attachments

thanks

http://itdiscover.com

taherk’s picture

Status: Active » Closed (fixed)

Closing