What is the actual error message here? Was a particular file not found by line 25 of autoload.php? Line 25 looks like this in Joomla 5.0.3:"I have checked the server error logs, the issue that you need to look at the files /bootstrap.php(42/framework.php(17/autoload.php etc file path below
...
thrown in /home/weizterc/public_html/libraries/vendor/autoload.php on line 25"
Code:
return ComposerAutoloaderInitdc462f3aae0d3d98263188c78081d2f0::getLoader();
The lines 0 to 4 from the message your host sent to you are perfectly normal. They are not errors but part of the PHP call stack that shows the PHP function calls and loads to allow us to find out where and why errors are occurring.
Statistics: Posted by toivo — Fri Mar 01, 2024 7:04 am