Trunk installed without issues.
M
Best posts made by mcj
Latest posts made by mcj
-
RE: FOG on Ubuntu 16.04 (php7)?
@Sebastian-Roth
I see no logs in the bin… Or, am I in the wrong place?root@fog:~/fog_1.2.0/bin# ls -al
total 24
drwxr-xr-x 2 sysadmin sysadmin 4096 May 26 15:05 .
drwxr-xr-x 10 sysadmin sysadmin 4096 Jul 21 2014 …
-rwxr-xr-x 1 sysadmin sysadmin 59 Jun 5 2014 installfog.sh
-rwxr-xr-x 1 sysadmin sysadmin 10154 Jul 7 2014 .install.sh -
RE: FOG on Ubuntu 16.04 (php7)?
I have a fresh install of Ubuntu 16.04 and when I run:
php_ver=‘7.0’ php_verAdds=‘-7.0’ ./installfog.sh -y
or just:
./installfrog.sh I get the same error.I also tried adding this to the config file:
php_ver=“7.0”
php_verAdds=“-7.0”
repo=“php”