Welcome to phpbuilder.
Please note that when posting code, you should use the [ php]...[ /php] bbcode to present your code snippets within your post.
As for the problem, for that file to exist, SITE_ADD has to be something that exists and is valid, as well as the directory structure, with finally the filename as well..
Have you checked SITE_ADD to make sure it is valid?
Put another way, have you tried to echo out $item to see what it gives you and compare that to see if this path / filename actually exists?