Marcus Well-known member Oct 12, 2017 #1 Affected version beta 6 Error: Call to a member function getHashesPath() on null src/XF/Job/FileCheck.php:67 #0 src/XF/Job/Manager.php(241): XF\Job\FileCheck->run(8) #1 src/XF/Job/Manager.php(187): XF\Job\Manager->runJobInternal(Array, 8) #2 src/XF/Job/Manager.php(76): XF\Job\Manager->runJobEntry(Array, 8) #3 job.php(15): XF\Job\Manager->runQueue(false, 8) #4 {main}
Error: Call to a member function getHashesPath() on null src/XF/Job/FileCheck.php:67 #0 src/XF/Job/Manager.php(241): XF\Job\FileCheck->run(8) #1 src/XF/Job/Manager.php(187): XF\Job\Manager->runJobInternal(Array, 8) #2 src/XF/Job/Manager.php(76): XF\Job\Manager->runJobEntry(Array, 8) #3 job.php(15): XF\Job\Manager->runQueue(false, 8) #4 {main}
Chris D XenForo developer Staff member Oct 12, 2017 #2 This has already been fixed for the next release. To resolve the issue open the file src/XF/AddOn/Manager.php and find line 104 which is: PHP: return false; Change that to: PHP: return $addOnId;
This has already been fixed for the next release. To resolve the issue open the file src/XF/AddOn/Manager.php and find line 104 which is: PHP: return false; Change that to: PHP: return $addOnId;
Marcus Well-known member Oct 12, 2017 #3 Thanks, I fixed it now !!! Greetings from a nearby time zone
Dnyan Well-known member Oct 12, 2017 #4 Till next update it will show below message in ACP home There are 1 missing files or files with unexpected contents. You should review these. Thanks for fixing, i got scared after getting error on file health check.
Till next update it will show below message in ACP home There are 1 missing files or files with unexpected contents. You should review these. Thanks for fixing, i got scared after getting error on file health check.
F Federico Luna Member Oct 17, 2017 #5 Guys, i find no such a file, i'm using beta 6 src/XF/AddOn/Manager.php
Chris D XenForo developer Staff member Oct 17, 2017 #6 It definitely should exist. As long as you're looking in the correct place, it should be there.