Do you really mean index.html, or index.php? I donât think SuiteCRM uses any index.html, but please provide a screenshot of that message if it appears again.
Have you sete the permissions correctly?
If youâre running Apache, use this command to know your web server user, then use that in the âchownâ command in place of âwww-dataâ.
https://i.imgur.com/exjNApH.png I meant to post this, whoops. Thatâs what I get for not paying attention.(you can go ahead and delete that post now)
Anyway, on this apache page, this is what it told me. It seems itâs accessing the lone âindex.htmlâ on that page. So all I did was access /var/www/html/ and use the magnifier glass icon to search for any other âindext.htmlsâ and there were two (this default one and another one that appeared to belong to suitecrm) I swapped them out and instead of bringing me to the above page it just brought me to a blank page saying i needed permissions to write it. Iâve since reverted the changes i made.
Iâll inputting those commands and getting back to you once i get back from practice.
I am an Idiot. on the suitecrm.conf file i kept putting a domain name instead of inputting my apache2 url(127.0.0.1). I changed it and It brought me to the installation wizard on this machine (a zorin os 12) I thought âfinally!â
So basically I finally got to the installation wizard and messed up again. It asked me to install a zip file module. All i did was:
apt-get install php7.0-zip
sudo phpenmod zip
and made sure the â/etc/php/7.0/apache2/php.iniâ(filesize, memory, etc.) had the correct perimeters. saved everything, restarted my apache2 service and refreshed the page to go through the installation wizard. Now it gives me a 500 error. I know I did SOMETHING right because i could access the wizard, but I donât know if it was adding the modules or refreshing the page that broke it.
I gave up on xampp. Im just manually installing apache2, mariadb and php7. I decided to install it on a fresh 16.04 LTS and managed to get it to work. but on the âcreating databaseâ portion of the wizard (after you set your admin credentials and localhost) it just hangs. At the very least I had a breakthrough and managed to be able to install. Iâll have to get back to you later though since Iâm out of time. Iâll just leave it installing. Thank you for guiding me through. Itâs the first time Ive done something like this. I didnt even know what ubuntu was until a week or so ago.