re: econcepts
Many thanks for your information, I have tried all these suggestions, and more, but nothing is working. I am however, suspicious that it is a fundemental bug in PHP..
for example.
http://www.japanesewoodblockprint.org/cart/
Works fine to start with finding the contents of each directory, but when it comes to the style sheet line Now getting contents of includes/templates/blue_sky/css/. (filter: .css), nothing is shown, no contents lists. I thought it was an access right issue, but then I copied the code used into a sep. test php script..(test.php) and called that directly..
http://www.japanesewoodblockprint.org/cart/test.php
and behold, it works..
I can only imagine that in Php 5 there maybe somekind of memory leak, or overload somewhere, so if too many directory listings are called, it stops working.. My only guess right now. I even went as far as trying the clearstats function, but that didn't fix it either.
Frankly clueless right now.. I might consider reporting this to the developers of PHP, as I dont see it as a reported issue on their website, and something is definately acting up.
Thanks again for your help..
Dave.