I’m trying to install suitecrm8 from scratch on ubuntu 22.04
I do everything according to the instructions and get this
repeated 1in1 with installation from the Internet How to Install SuiteCRM on Ubuntu 22.04 - RoseHosting
Why are there no adequate installation instructions on the website?
Can you show the entire screen? Is it giving you any pre-flight errors?
Untick ignore system warnings and try to proceed (should bounce back if not correct)
Before you navigated to the install ui did you set the permissions for the directory?
find . -type d -not -perm 2755 -exec chmod 2755 {} ;
find . -type f -not -perm 0644 -exec chmod 0644 {} ;
find . ! -user www-data -exec chown www-data:www-data {} ;
chmod +x bin/console
Do you have mod rewrites enabled
sudo a2enmod rewrite
Happy to help via discord if you need just send pm
please give me your discord