acquia / lightning-project

A Composer-based installer for the Lightning distribution of Drupal 8. Support ended on November 2, 2021 and this project is no longer maintained.
133 stars 60 forks source link

I'm trying to give command in SSH and came across this message #69

Closed matheusgabriel10 closed 6 years ago

matheusgabriel10 commented 6 years ago

Warning: require(/home/logim619/vendor/composer/../magento/language-pt_br/registration.php): failed to open stream: No such file or directory in /home/logim619/vendor/composer/autoload_real.php on line 70

Fatal error: require(): Failed opening required '/home/logim619/vendor/composer/../magento/language-pt_br/registration.php' (include_path='/home/logim619/vendor/magento/zendframework1/library:.:/opt/php71/lib/php') in /home/logim619/vendor/composer/autoload_real.php on line 70

balsama commented 6 years ago

Hi. It looks like one of your dependencies is missing (that was presumably there when you generated your autoload file). Perhaps running composer update will fix it?

matheusgabriel10 commented 6 years ago

como faço isso sou leigo totalmente no assunto ?

matheusgabriel10 commented 6 years ago

oque devo fazer aqui estou na linha 70

function composerRequire9b6fc3d821a4214f4eb6c6288331e61d($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file;

    $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
}

}

matheusgabriel10 commented 6 years ago

function composerRequire9b6fc3d821a4214f4eb6c6288331e61d($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file;

    $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
}

}

matheusgabriel10 commented 6 years ago

oque devo fazer ?

matheusgabriel10 commented 6 years ago

esse é o erro que me aparece aqui em baixo

Warning: require(/home/logim619/vendor/composer/../magento/language-pt_br/registration.php): failed to open stream: No such file or directory in /home/logim619/vendor/composer/autoload_real.php on line 70

Warning: require(/home/logim619/vendor/composer/../magento/language-pt_br/registration.php): failed to open stream: No such file or directory in /home/logim619/vendor/composer/autoload_real.php on line 70

Fatal error: require(): Failed opening required '/home/logim619/vendor/composer/../magento/language-pt_br/registration.php' (include_path='/home/logim619/vendor/magento/zendframework1/library:.:/opt/php70/lib/php') in /home/logim619/vendor/composer/autoload_real.php on line 70

matheusgabriel10 commented 6 years ago

cmo posso consertar ?

2018-03-26 12:38 GMT-03:00 Adam Balsam notifications@github.com:

Hi. It looks like one of your dependencies is missing (that was presumably there when you generated your autoload file). Perhaps running composer update will fix it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/acquia/lightning-project/issues/69#issuecomment-376210818, or mute the thread https://github.com/notifications/unsubscribe-auth/AkDJth1eoQq7DLojinuTgNzyuBrzPW4Jks5tiQuBgaJpZM4S68nB .

phenaproxima commented 6 years ago

I don't think this problem is necessarily related to Lightning Project. Based on the error messages you posted, it looks like this might be more related to something in Magento. I would recommend continuing to pursue this issue with them, as I'm not sure how we can be of help. So I'm closing this issue.