Hello all and happy new year!
I am testing a fresh installation of CollectiveAccess 2.0 on a new Ubuntu 24.04 LTS system and I am running into some issues I did not have with the previous release on the same operating system. Here are the steps I have taken so far:
sudo apt update
- Install and enable Apache2
- Install PHP 8.4 and its necessary extensions
- Edit /etc/php/8.4/apache2/php.ini to increase memory_limit, upload_max_size, and post_max_size
- Install, enable, and start MySQL server
sudo apt install -y ghostscript libgraphicsmagick1-dev graphicsmagick php8.4-gmagick libpoppler-dev poppler-utils dcraw redis-server ffmpeg libimage-exiftool-perl libreoffice mediainfo
- Install git
- Clone providence.git into /var/www/html/ca
- Copy ca/setup.php-dist to ca/setup.php
- Clone pawtucket2.git into /var/www/html/ca/pawtucket
- Copy ca/pawtucket/setup.php-dist to ca/pawtucket/setup.php
- Create symlink for ca/media in ca/pawtucket
sudo chown -R www-data /var/www/html/ca && sudo chmod -R 755 /var/www/html/ca
- Create database, user, and grant privileges to the user in MySQL
- Edit ca/setup.php and ca/pawtucket/setup.php to reflect MySQL database configuration
- Start Apache2
After these steps, when I navigate to localhost/ca in my browser, I receive the error "Your installation is missing required vendor libraries. This is normal if you have just installed from a Git branch." This error also appears on the Pawtucket landing page. Fortunately I was able to click the link to auto install the vendors. However, since I cloned CollectiveAccess 2.0 from main, I figured I should flag this as an issue to be resolved.
So far, after installing my chosen profile (DublinCore 2018), I have noticed that neither Library of Congress Subject Headings, nor Media uploads work:
In the previous release of CollectiveAccess, I would type in a key word for the subject heading, and options would load after a second or two. In 2.0 that does not happen. If I type in a key word and save, the page refreshes with no change reflected. Similarly with media uploads, the images don't appear to be selected for uploading, and no change is reflected if I select one and save.
I haven't added more than a couple of objects so far so I will report more issues as I discover them. Thank you for any help in advance.