Fatal error: Uncaught Error: Class 'ComposerAutoloaderInite28274f3f456d68aeea149c5992f647e' not found in /usr/local/pfSense/include/vendor/autoload.php
-
Complete error message:
Fatal error: Uncaught Error: Class 'ComposerAutoloaderInite28274f3f456d68aeea149c5992f647e' not found in /usr/local/pfSense/include/vendor/autoload.php:12 Stack trace: #0 /usr/local/www/widgets/include/disks.inc(22): require_once() #1 /usr/local/www/index.php(83): include_once('/usr/local/www/...') #2 {main} thrown in /usr/local/pfSense/include/vendor/autoload.php on line 12 PHP ERROR: Type: 1, File: /usr/local/pfSense/include/vendor/autoload.php, Line: 12, Message: Uncaught Error: Class 'ComposerAutoloaderInite28274f3f456d68aeea149c5992f647e' not found in /usr/local/pfSense/include/vendor/autoload.php:12 Stack trace: #0 /usr/local/www/widgets/include/disks.inc(22): require_once() #1 /usr/local/www/index.php(83): include_once('/usr/local/www/...') #2 {main} thrown
This happens anytime i log into the web administrator. I have a SG 3100 that I upgraded a few weeks ago to the current version. The routing and everything still worked.
I attempted to login today, then did a factory reset and the error persists. The device does basic routing, but once again...no web administrator available.
I assume this will turn into a complete reinstall through USB but hoping someone has another solution that might work.
Any help would be appreciated.
Thanks,
-
Take a look at the /usr/local/pfSense/include/vendor/autoload.php file.
It's very small and does just one thing :
It loads ( requires ) one file : /composer/autoload_real.php - this file is here /usr/local/pfSense/include/vendor/composer/autoload_real.php
In this file, the class called "ComposerAutoloaderInitRANDOM-NUMBER" is defined.Then /usr/local/pfSense/include/vendor/autoload.ph instantiate this class.
Or, it seems that /usr/local/pfSense/include/vendor/composer/autoload_real.php doesn't exist on your system, or does contain another random number class.
Re install. That will take care of things.
-
@gertjan re-install is exactly what fixed it. Netgate got the file to me in record time.
Thanks for the thoughts.