-
-
Notifications
You must be signed in to change notification settings - Fork 454
Fatal error: require(): Failed opening required 'Phpfastcache' folder #189
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I have rename manual the folder path and now the project return this Fatal error: Class 'Phpfastcache\core\InstanceManager' not found in /home/www/cms39/library/cache.php on line 53 I test with code in examples/3.setup.php |
After composer update the the file /vendor/composer/autoload_prs4.php is empty <?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(); |
Did you ran the composer ? 2016-02-05 11:02 GMT+01:00 nikmauro notifications@github.com:
Georges.L |
composer.json {
"require": {
"phpfastcache/phpfastcache": "dev-final"
}
} `# composer update Writing lock file autoload_files.php $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'b4d7f4479c3aadd86b8a9e7699412297' => $vendorDir . '/phpfastcache/phpfastcache/src/Phpfastcache/legacy/aliases.php',
); autoload_namespaces.php $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Phpfastcache' => array($vendorDir . '/phpfastcache/phpfastcache/src'),
); |
Could you zip me the whole directory including phpfastcache and the composer bin ? |
I also retested it in my side with a composer update, everything works fine, i'm surprised O.o |
Ok got it, i'm on it. |
Fixed with 4.0.3. Regards, |
Perfect! Thanks @Geolim4 |
Warning: require(/home/www/mysite/vendor/phpfastcache/phpfastcache/src/Phpfastcache/legacy/aliases.php): failed to open stream: No such file or directory in /home/www/mysite/vendor/composer/autoload_real.php on line 55
Fatal error: require(): Failed opening required '/home/www/mysite/vendor/phpfastcache/phpfastcache/src/Phpfastcache/legacy/aliases.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/www/mysite/vendor/composer/autoload_real.php on line 55
This wrong path /home/www/mysite/vendor/phpfastcache/phpfastcache/src/Phpfastcache/legacy/aliases.php
the folder Phpfastcache is phpfastcache
The text was updated successfully, but these errors were encountered: