File Doesn't Exist

nootkan

Member
License Active
Sorry if this doesn't go here but I was unsure what category this would fall under. I kept getting a file doesn't exist warning in my logs for searchbg1.png in skins-->parabola-->img. So I uploaded the searchbg.png image into photoshop to view it and then renamed it to searchbg1.png and uploaded to the above directory and the warnings have disappeared. Is this a type o in one of the files somewhere? Should it read searchbg.png or should the image name be changed in the upload bundle?
 

Basti

Administrator
Staff member
Ah that is caused as the searchbox design was changed from the image to plain input and button. And rather than removing the background img css from the file, just the img name was changed, leading to a not found error

adding this to user.css will get rid of the error and displays the searchbox as intended ( by default without that search image )
Code:
#search {
    background: none;
}
Not sure why Mark removed that, personally loved the old searchbox design :p
Will remove that from screen.css for VL 1.3

Cheers
 
Top