View Single Post
  #2  
Old 10-16-2016, 11:17 AM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 65,832
Dinocanid is on a distinguished road
Default

Did you change any lines in the class files or were you working on a different one and you started getting these? It looks like the error is being caused by "DateTime" lines in the class files from what I can see. For example, in your class_member.php file, does line 36 look like this?:
PHP Code:
$this->lastactivity = new DateTime(); 
Reply With Quote