• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Install/update your database - blank white page

Scheduled Pinned Locked Moved
General
4
29
10.9k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M
    ManofValor
    last edited by ManofValor Feb 19, 2016, 4:41 PM Feb 19, 2016, 10:38 PM

    Doing a fresh install of FOG svn trunk on CentOS 7 and when I get to the Install/Update your database link I get a blank white page. I did not get any errors during the install and when I go to the IP addr only I get a page that says;

    Testing 123…

    This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page it means that this site is working properly. This server is powered by CentOS.

    Any info I’m missing that you need? Be back to check on this tomorrow.

    Thanks

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Feb 19, 2016, 11:04 PM

      Anythign from the apache error logs?

      Ubuntu: tail -100 /var/log/apache2/error.log
      Redhat: tail -100 /var/log/httpd/error_log

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      M 1 Reply Last reply Feb 24, 2016, 9:36 PM Reply Quote 2
      • M
        ManofValor @Tom Elliott
        last edited by Feb 24, 2016, 9:36 PM

        @Tom-Elliott I’m on centos BTW, not sure if that matters on the command.

        [root@localhost fogadmin]# tail -100 /var/log/apache2/error.log
        tail: cannot open ‘/var/log/apache2/error.log’ for reading: No such file or directory
        [root@localhost fogadmin]# tail -100 /var/log/httpd/error.logtail: cannot open ‘/var/log/httpd/error.log’ for reading: No such file or directory
        [root@localhost fogadmin]# 
        
        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Sebastian Roth Feb 24, 2016, 3:39 PM Feb 24, 2016, 9:38 PM

          @ManofValor As Tom said: tail -100 /var/log/httpd/error_log (for RedHat based systems like CentOS)

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          M 1 Reply Last reply Feb 24, 2016, 9:40 PM Reply Quote 0
          • M
            ManofValor @Sebastian Roth
            last edited by Feb 24, 2016, 9:40 PM

            @Sebastian-Roth I did both as you can see.

            T 1 Reply Last reply Feb 24, 2016, 9:43 PM Reply Quote 0
            • M
              ManofValor
              last edited by Feb 24, 2016, 9:42 PM

              Not sure what I did wrong but:

              [root@localhost fogadmin]# tail -100 /var/log/httpd/error_log
              [Sun Feb 21 03:26:01.608843 2016] [auth_digest:notice] [pid 1481] AH01757: generating secret for digest authentication ...
              [Sun Feb 21 03:26:01.610182 2016] [lbmethod_heartbeat:notice] [pid 1481] AH02282: No slotmem from mod_heartmonitor
              [Sun Feb 21 03:26:01.611983 2016] [ssl:warn] [pid 1481] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
              [Sun Feb 21 03:26:01.632996 2016] [mpm_prefork:notice] [pid 1481] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.45 configured -- resuming normal operations
              [Sun Feb 21 03:26:01.633018 2016] [core:notice] [pid 1481] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
              
              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott @ManofValor
                last edited by Feb 24, 2016, 9:43 PM

                @ManofValor error_log is much different from error.log

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                M 1 Reply Last reply Feb 24, 2016, 9:47 PM Reply Quote 1
                • M
                  ManofValor @Tom Elliott
                  last edited by Feb 24, 2016, 9:47 PM

                  @Tom-Elliott Oops…

                  T 1 Reply Last reply Feb 24, 2016, 9:48 PM Reply Quote 0
                  • T
                    Tom Elliott @ManofValor
                    last edited by Feb 24, 2016, 9:48 PM

                    @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?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    M 1 Reply Last reply Feb 24, 2016, 9:58 PM Reply Quote 0
                    • M
                      ManofValor @Tom Elliott
                      last edited by ManofValor Feb 24, 2016, 3:59 PM Feb 24, 2016, 9:58 PM

                      @Tom-Elliott Well this time I got the right screen but when I clicked on Install/Update I got this:
                      0_1456351105006_10.10.1.40_2016-02-24_15-56-49.png

                      and it just kept going

                      1 Reply Last reply Reply Quote 0
                      • M
                        ManofValor
                        last edited by Feb 24, 2016, 10:00 PM

                        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```
                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by Feb 24, 2016, 10:02 PM

                          @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

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          1 Reply Last reply Reply Quote 2
                          • M
                            ManofValor
                            last edited by Feb 24, 2016, 10:18 PM

                            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.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Feb 25, 2016, 2:54 PM

                              @ManofValor Tom probably found the issue and fixed the code. Can you please upgrade again and see if it works?

                              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                              M 1 Reply Last reply Feb 25, 2016, 7:45 PM Reply Quote 1
                              • M
                                ManofValor @Sebastian Roth
                                last edited by Feb 25, 2016, 7:45 PM

                                @Sebastian-Roth Upgrade fog or system upgrade?

                                T 1 Reply Last reply Feb 25, 2016, 7:47 PM Reply Quote 0
                                • T
                                  Tom Elliott @ManofValor
                                  last edited by Feb 25, 2016, 7:47 PM

                                  @ManofValor upgrade fog.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  M 1 Reply Last reply Feb 25, 2016, 7:58 PM Reply Quote 0
                                  • M
                                    ManofValor @Tom Elliott
                                    last edited by Feb 25, 2016, 7:58 PM

                                    @Tom-Elliott Should be version 4888, right?

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      ManofValor
                                      last edited by Feb 25, 2016, 8:02 PM

                                      [root@localhost bin]# svn up
                                      Updating '.':
                                      At revision 4888.
                                      
                                      T 1 Reply Last reply Feb 25, 2016, 8:56 PM Reply Quote 0
                                      • T
                                        Tom Elliott @ManofValor
                                        last edited by Feb 25, 2016, 8:56 PM

                                        @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.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                        M 1 Reply Last reply Feb 25, 2016, 9:35 PM Reply Quote 1
                                        • M
                                          ManofValor @Tom Elliott
                                          last edited by Feb 25, 2016, 9:35 PM

                                          @Tom-Elliott oh right, thank you.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            1/29
                                            Last post

                                          156

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project