IlluminateFoundationBootstrapHandleExceptions::handleError
vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php:19
This is the code here
public static function initializeCache() {
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
Please help me this is happening when i try to login in to the admin panel. rest is working fine. I have Php 7.4 with ubuntu os in plesk.
2
Answers
Your
$addon
variable is never defined in this function, and that’s what the error is referring to. There are two options:}
}