View Single Post
  #8  
Old 02-23-2013, 04:01 PM
Nerymon Nerymon is offline
Member
 
Join Date: Feb 2013
Posts: 7
Gender: Female
Credits: 2,181
Nerymon is on a distinguished road
Default

okay, first I tried to remove just the 'implements Creator' part from the abstract_usercreator.php... but nothing happens... so I also removed the 'extends UserCreator' parts from the class_membercreator.php and class_visitorcreator.php again

now I get this message:
Code:
Fatal error: Call to undefined method VisitorCreator::getidentity() in /var/www/vhosts/monfreaks.de/httpdocs/ado/classes/class_visitorcreator.php on line 11
I already checked the class_visitorcreator.php, but I can't see the problem...
but as I said earlier: I'm not really good in php things x.x
Reply With Quote