Hi there,
Thank you for sharing some information about your installation environment. A couple more questions:
Does your installation server meet or exceed these recommended hardware requirements?
Processor: 2 vCPUs @ 2.3GHz
Memory: 7GB
Disk space (processing): 50GB at a minimum for AtoM’s core stack plus more storage would be required for supporting any substantial number of digital objects.
Is this a brand new installation, or have you been attempting to load data from an older installation (i.e. upgrade)?
Are you installing version 2.8.1 (the most current version), or an older release?
Are you installing by following
option 1 (install from our downloadable tarball) or
option 2 (install from our github code repository) when following the installation instructions?
Where exactly in the installation process did you encounter this error?
Do you get an output if you run the following task to check the full installation version?
- php symfony tools:get-version
Have you tried restarting MySQL to see if it resolves the issue?
- sudo systemctl restart mysql
I see you are using Ubuntu 22.04, which we have not tested with AtoM yet. I also believe that PHP 7.4 is not the default PHP version included with Ubuntu 22.04, so to run PHP 7.4 you must have manually downgraded the PHP version - is that correct?
AtoM requires a number of additional PHP extensions, as noted in this section:
Have you definitely installed these?
Hopefully with more information, we can offer some additional suggestions.
Cheers,