View Single Post
  #8  
Old 10-28-2013, 11:37 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 574,353
Hall of Famer is on a distinguished road
Default

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.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote