You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error reported in #158 may be related to the fact that new classes listed on the title of this issue do not use require_once to load their parent classes' files. Since BAM runs on cron, there may be issues with hook_autoload_info() not running, which may explain the errors seen there.
To keep the same pattern used in the rest of the BAM classes, we should instead explicitly load the parent class' file.
The text was updated successfully, but these errors were encountered:
argiepiano
changed the title
Add a include_once to new classes BackupMigrateFilesDestinationConfigSource and BackupMigrateFilesDestinationDbConfigSource
Add a require_once to new classes BackupMigrateFilesDestinationConfigSource and BackupMigrateFilesDestinationDbConfigSource
Jul 13, 2024
The error reported in #158 may be related to the fact that new classes listed on the title of this issue do not use
require_once
to load their parent classes' files. Since BAM runs on cron, there may be issues with hook_autoload_info() not running, which may explain the errors seen there.To keep the same pattern used in the rest of the BAM classes, we should instead explicitly load the parent class' file.
The text was updated successfully, but these errors were encountered: