Notice: require(): read of 1185 bytes failed with errno=12 Cannot allocate memory in /home/hosttic/public_html/vendor/composer/autoload_real.php on line 12
Notice: require(): read of 1185 bytes failed with errno=12 Cannot allocate memory in /home/hosttic/public_html/vendor/composer/autoload_real.php on line 12
, '_', DIRECTORY_SEPARATOR);
} else {
// PEAR-like class name
$logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
}
if (isset($this->prefixesPsr0[$first])) {
foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
if (0 === strpos($class, $prefix)) {
foreach ($dirs as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
return $file;
}
}
}
}
}
// PSR-0 fallback dirs
foreach ($this->fallbackDirsPsr0 as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
return $file;
}
}
// PSR-0 include paths.
if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
return $file;
}
return false;
}
}
/**
* Scope isolated include.
*
* Prevents access to $this/self from included files.
*/
function includeFile($file)
{
include $file;
}
Fatal error: Uncaught Error: Class 'Composer\Autoload\ClassLoader' not found in /home/hosttic/public_html/vendor/composer/autoload_real.php:26
Stack trace:
#0 /home/hosttic/public_html/vendor/autoload.php(7): ComposerAutoloaderInit6c217cf56ddd04e8bd93e080946f3ccc::getLoader()
#1 /home/hosttic/public_html/init.php(0): unknown()
#2 /home/hosttic/public_html/init.php(0): gracefulCoreRequiredFileInclude('/vendor/autoloa...')
#3 /home/hosttic/public_html/index.php(0): unknown()
#4 {main}
thrown in /home/hosttic/public_html/vendor/composer/autoload_real.php on line 26