Install/update your database - blank white page
-
@Tom-Elliott Oops…
-
@ManofValor So now that you know how to tail the log, can you “get the blank page” while tailing the log and get us some output?
-
@Tom-Elliott Well this time I got the right screen but when I clicked on Install/Update I got this:
and it just kept going
-
Log gave me a bunch of these;
[root@localhost bin]# tail -100 /var/log/httpd/error_log [Wed Feb 24 15:55:37.283070 2016] [:error] [pid 28155] [client 10.10.1.40:45996] PHP Warning: mysqli::query(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 52, referer: http://10.10.1.40/fog/management/?node=schemaupdater [Wed Feb 24 15:55:37.283135 2016] [:error] [pid 28155] [client 10.10.1.40:45996] PHP Warning: mysqli::select_db(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 40, referer: http://10.10.1.40/fog/management/?node=schemaupdater [Wed Feb 24 15:55:37.283149 2016] [:error] [pid 28155] [client 10.10.1.40:45996] PHP Warning: mysqli::query(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 52, referer: http://10.10.1.40/fog/management/?node=schemaupdater [Wed Feb 24 15:55:37.283207 2016] [:error] [pid 28155] [client 10.10.1.40:45996] PHP Warning: mysqli::select_db(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 40, referer: http://10.10.1.40/fog/management/?node=schemaupdater [Wed Feb 24 15:55:37.283221 2016] [:error] [pid 28155] [client 10.10.1.40:45996] PHP Warning: mysqli::query(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 52, referer: http://10.10.1.40/fog/management/?node=schemaupdater [Wed Feb 24 15:55:37.283278 2016] [:error] [pid 28155] [client 10.10.1.40:45996] PHP Warning: mysqli::select_db(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 40, referer: http://10.10.1.40/fog/management/?node=schemaupdater```
-
@ManofValor See it written… “Access denied”. FOG is not able to login to the database. Either the database is not running (
ps ax | grep mysql
) or your password is screwed: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL -
Ok, I tried fog install again and got through all that, thought I put a password for mysql but didn’t, but I got another error. I’ll see if I can figure it out, if not i’ll start another post. Thanks guys.
-
@ManofValor Tom probably found the issue and fixed the code. Can you please upgrade again and see if it works?
-
@Sebastian-Roth Upgrade fog or system upgrade?
-
@ManofValor upgrade fog.
-
@Tom-Elliott Should be version 4888, right?
-
[root@localhost bin]# svn up Updating '.': At revision 4888.
-
@ManofValor you’re in the bin directory you need to go up one directory and run the svn up command then go back to bin and reinstall.
-
@Tom-Elliott oh right, thank you.
-
Just got the same exact output.
[root@localhost trunk]# svn up Updating '.': At revision 4888. [root@localhost trunk]#
-
@ManofValor Have you rerun the installer?
-
@Tom-Elliott Yes. Per my other post I also keep getting this;
* Press [Enter] key when database is updated/installed. * Setting up storage..........................................OK * Setting up and starting DHCP Server.........................Error: either "dev" is duplicate, or "Server" is a garbage. Server: Unknown host ifconfig: `--help' gives usage information. ../lib/common/functions.sh: line 1757: -o: command not found grep: Server: No such file or directory Failed!
-
I see the error… that’s totally my fault.
the second grep is still written as a variable… I’ll do a pull request with a patch.
-
fixed the dev/Server garbage stuff by merging @Wayne-Workman request.
-
@Wayne-Workman @Tom-Elliott I upgraded again but same problem.
* Press [Enter] key when database is updated/installed. * Setting up storage..........................................OK * Setting up and starting DHCP Server.........................grep: Server: No such file or directory Server: Unknown host ifconfig: `--help' gives usage information. Error: either "dev" is duplicate, or "Server" is a garbage. Failed!
Another things is when I click on the fog/management link to update, it goes straight to the login page instead of update page. Is that because of the trouble I have been having with this other stuff?
-
@ManofValor PM me when you have time.