The operating system the CMS is installed on Ubuntu 24.04 LTS, Apache, MySQL
Issue
Cant seems to upload media files onto the library folder. Originally thought it was the permission, so changed a new library folder and its the same problem.
Sorry adding on. i am using webmin to manage my server with virtualmin as my “cpanel" control. so the ownership its under the virtualmin user. i change it back to the original user and it can login … but kept having the unknown error.
<VirtualHost *:80>
DocumentRoot “/var/www/web”
XSendFile on
XSendFilePath /var/www/Library
<Directory “/var/www/web”>
AllowOverride All
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
Require all granted
<VirtualHost *:443>
DocumentRoot “/var/www/web”
XSendFile on
XSendFilePath /var/www/Library
SSLEngine on
SSLCACertificateFile “/etc/cns-it/certs/ca.pem”
SSLCertificateFile “/etc/cns-it/certs/cert.pem”
SSLCertificateKeyFile “/etc/cns-it/certs/key.pem”
<Directory “/var/www/web”>
AllowOverride All
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
Require all granted