Hi All, I moved a site across from one server to another, and now there is one thing no longer working properly that worked fine on the other. It may turn out to be a PHP4 to PHP5 problem, dont know as I cant access now what the other server had. Certain pages on the website were able to render a list of 30 items, since the move it now only renders the first item only. I'm sure you want some code, but before I give that can we determine if I'm on the right list - the function does pull items from a database so it is sort of related, though I'm not sure it is a db problem. In the php output page we have $list->render( $db, $start, COUNT ); Not sure if that is a clue or not, anyway let me know if you me to post all the related classes and functions. Cheers Gav...