Page 1 of 1

icon image not changing

PostPosted: Sat Feb 25, 2012 6:34 am
by samhans
hai all friends
a problem is there in my dashboard . i have taken some icons to display on the dashboard . first time the icons are displayed on the dashboard page,

but subsequently when i changed it to some other icon, it doesn't happened . what i noticed that if i delete the original file also, the icon appears on the webpage.

i cleared the cache everything tried but nothing happened .

can anybody suggest me anything ?

thanks in advance.

Re: icon image not changing

PostPosted: Sat Feb 25, 2012 12:12 pm
by ADobkin
Are your icons stored in your database, or are they just plain files on your web server? If the latter, then the problem may not be outside of Xataface. There are multiple caches that could be in use on your web server, such as a PHP opcode cache like APC, the Xataface output cache, various database query caches, etc. Does your network or host use a proxy server? It could also be in your browser cache.

Alan

Re: icon image not changing

PostPosted: Sat Feb 25, 2012 6:58 pm
by samhans
thanks Alan,
i have not stored the images in database, this are the plain files.
i have no proxy. the server is running xampp .
can you tell me the various cache location .
where the icon might be stored?

Re: icon image not changing

PostPosted: Mon Feb 27, 2012 5:58 pm
by ADobkin
I don't have much experience with XAMPP, but you could check your config files for mod_cache, eaccellerator, etc. Also, check your access_log file to see if the correct icon image files are being logged when you request them.