Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Genisys Crash Dump Fri Apr 29 15:53:29 UTC 2016
  2.  
  3. Error: Argument 1 passed to pocketmine\permission\BanEntry::setCreated() must be an instance of DateTime, boolean given, called in /home/leet/containers/506029/bundle/src/pocketmine/permission/BanEntry.php on line 112
  4. File: /src/pocketmine/permission/BanEntry
  5. Line: 48
  6. Type: notice
  7.  
  8. Code:
  9. [39]
  10. [40] public function getName() : string{
  11. [41] return $this->name;
  12. [42] }
  13. [43]
  14. [44] public function getCreated(){
  15. [45] return $this->creationDate;
  16. [46] }
  17. [47]
  18. [48] public function setCreated(\DateTime $date){
  19. [49] $this->creationDate = $date;
  20. [50] }
  21. [51]
  22. [52] public function getSource(){
  23. [53] return $this->source;
  24. [54] }
  25. [55]
  26. [56] public function setSource($source){
  27. [57] $this->source = $source;
  28. [58] }
  29.  
  30. Backtrace:
  31. #0 /src/pocketmine/permission/BanList(137): pocketmine\permission\BanEntry::fromString(array Array())
  32. #1 /src/pocketmine/Server(1884): pocketmine\permission\BanList->load(boolean)
  33. #2 /src/pocketmine/PocketMine(467): pocketmine\Server->__construct(pocketmine\CompatibleClassLoader object, pocketmine\utils\MainLogger object, string /home/leet/containers/506029/bundle/, string /home/leet/containers/506029/bundle/, string /home/leet/containers/506029/bundle/plugins/, string unknown)
  34.  
  35. Genisys version: 1.1dev #0 [Protocol 60; API 2.0.0]
  36. uname -a: Linux m3175.contabo.host 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64
  37. PHP version: 7.0.3
  38. Zend version: 3.0.0
  39. OS : Linux, linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement