05-14-2018, 10:07 AM
Hello Omar. The install is on a updated debian 8(simplest install, no other bloat) with apache,mariadb and php 7.1 in a virtualbox machine(but I also tested on real machine). owner of the folder was set as www-data(debian default for web access) and permissions 0755 on all the files inside corebos-master. I created the database before corebos's installer with this: GRANT ALL ON corebos70.* TO 'DBADMINNAME'@'localhost' IDENTIFIED BY 'PASSWORD'; defined at installer to point to 127.0.0.1 but the actual ip address i use is a class c 192.168.0.x so i don't know if that might be an issue. in the php.ini I have the recommended settings, with bigger post and upload sizes. I don't know exactly where to look for javascript errors, I'll do a search to find out where those are reported (i'm not that good at web development). Eventually I can give you access to the machine since it's a test only. Please tell me if there is anything else that I can do to help. Thank you.