If u open the file collection.php in directory classes/resources/collection/.., u should see a method defined as:
PHP Code:
abstract public function iterator();
Remove this line that declares abstract method should fix this error, but u will likely encounter another error similar to this. You will have to keep repeating what you do with collection class file to the other files that contains abstract methods and remove them if necessary.