Install/update your databse schema - blank page
-
Anything in the Apache error logs when the white page occurs?
-
Morning Tom,
Thanks for getting back to me
Sorry, I never thought to check the apache log and given the error, would it just be a case of manually creating the missing folder?[CODE][Tue Jan 13 09:41:53 2015] [error] [client 10.10.3.177] PHP Fatal error: Using $this when not in object context in /var/www/fog/commons/schema.php on line 906, referer: http://10.10.3.177/fog/man$
[Tue Jan 13 09:54:55 2015] [notice] caught SIGTERM, shutting down
[Tue Jan 13 09:54:56 2015] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.15 with Suhosin-Patch configured ā resuming normal operations
[Tue Jan 13 09:57:22 2015] [error] [client 10.10.3.177] PHP Warning: file_get_contents(/opt/fog/snapins/ssl/.srvprivate.key): failed to open stream: No such file or directory in /var/www/fog/lib/$
[Tue Jan 13 09:57:22 2015] [error] [client 10.10.3.177] PHP Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in /var/www/fog/lib/fog/FOGCore.class.php on line$
[Tue Jan 13 09:58:49 2015] [error] [client 10.10.3.177] PHP Fatal error: Using $this when not in object context in /var/www/fog/commons/schema.php on line 906, referer: http://10.10.3.177/fog/man$
[Tue Jan 13 09:58:49 2015] [error] [client 10.10.3.177] File does not exist: /var/www/favicon.ico[/CODE]On a complete different side note, I donāt suppose you know anything about the mac support slowly being built into fog?
Huge thanks,
Chris -
Mac Support is already built in. While itās not a 100% foolproof solution, it does currently already work.
Iāll take a look at the error, specifically the one at: PHP Fatal error: Using $this while not in object context.
For the folder thatās not working properly.
Can you set the permissions to it to be set to:
[code]sudo chown -R www-data:www-data /opt/fog/snapins[/code]I may have fixed (hopefully) the this context error. If you can upgrade to 2889 it would be handy if youād be willing to test and help.
-
Hey Tom,
Reinstalled/upgraded to 2889. Still having the same error however i did notice that favicon.ico did install this time.
Here is the new apache error log:
[CODE][Tue Jan 13 15:00:28 2015] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.15 with Suhosin-Patch configured ā resuming normal operations
mkdir: cannot create directory/opt/fog/snapins/ssl/': No such file or directory [Tue Jan 13 15:02:03 2015] [error] [client 10.10.3.171] PHP Warning: file_get_contents(/opt/fog/snapins/ssl/.srvprivate.key): failed to open stream: No such file or directory in /var/www/fog/lib/$ [Tue Jan 13 15:02:03 2015] [error] [client 10.10.3.171] PHP Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in /var/www/fog/lib/fog/FOGCore.class.php on line$ mkdir: cannot create directory
/opt/fog/snapins/ssl/ā: No such file or directory
mkdir: cannot create directory/opt/fog/snapins/ssl/': No such file or directory [Tue Jan 13 15:02:11 2015] [error] [client 10.10.3.171] PHP Fatal error: Using $this when not in object context in /var/www/fog/commons/schema.php on line 912, referer: http://10.10.3.171/fog/man$ [Tue Jan 13 15:02:11 2015] [error] [client 10.10.3.171] File does not exist: /var/www/favicon.ico [Tue Jan 13 15:02:11 2015] [error] [client 10.10.3.171] File does not exist: /var/www/favicon.ico mkdir: cannot create directory
/opt/fog/snapins/ssl/ā: No such file or directory
[Tue Jan 13 15:19:17 2015] [error] [client 10.10.3.171] PHP Fatal error: Using $this when not in object context in /var/www/fog/commons/schema.php on line 912, referer: http://10.10.3.171/fog/man$
mkdir: cannot create directory `/opt/fog/snapins/ssl/': No such file or directory
[Tue Jan 13 15:19:23 2015] [error] [client 10.10.3.171] PHP Fatal error: Using $this when not in object context in /var/www/fog/commons/schema.php on line 912, referer: http://10.10.3.171/fog/man$[/CODE]
More than happy to help wherever I can! just let me know what you would like me to do -
The /opt/fog/snapins/ssl doesnāt make sense to me, but Iām also going to guess (beyond the permissions now being owned by www-data, that it also likely needs rwxr-xr-x rights in the main folder:
[code]sudo chmod 766 -R /opt/fog/snapins[/code]
Can you updated to 2890, hopefully I have the context stuff all done properly now?
-
Are you wanting the whole /opt/ folder permission changed to www-data? As the chmod command is specific to the directory you run it in no?
Update:
dbs@inception-VirtualBox:/var/log/apache2$ sudo chmod -R www-data:www-data /opt/fog/snapins
[sudo] password for dbs:
chmod: invalid mode:www-data:www-data' Try
chmod --helpā for more information. -
I updated my post above, the one changing the user shouldāve been chown not chmod. chmod modifies permissions, chown changes the owner.
-
Still running 2889, want me to move to 2890 then try again?
dbs@inception-VirtualBox:/var/log/apache2$ sudo chown -R www-data:www-data /opt/fog/snapins
[sudo] password for dbs:
chown: cannot access `/opt/fog/snapinsā: No such file or directory
dbs@inception-VirtualBox:/var/log/apache2$ -
It seems a little odd to me that /opt/fog/snapins doesnāt exist at this point. Are you fresh installing?
And yes, update to 2890.
-
I have been fresh installing yes, I have always presumed svn can be installed without fog as a precursor?
-
Yes it can, I just thought you were upgrading on a prior successful install. If itās fresh and waiting for the DB Schema, the reason /opt/fog doesnāt exist (or /opt/fog/snapins for that matter) is simply because it hasnāt ever been installed yet. Just useful to know whatās going on. Sorry about my failure.
-
No need to apologise at all, fog is an amazing tool far more complicated than I could ever dream of! I am fascinated by it and would always help anyway I can. Slightly star struck that it is always you that comes to the rescue whenever I manage to break it given you appear to be so influential over the development of the svn.
On other news when i stop fan-girling, have just checked out to svn 2890 - fresh install worked fine including the database scheme install update.
-
Nice, glad that you helped me find a bug and correct it.
-
Youāre welcome Mr Tom. Until next timeā¦
-
Dear Tom,
[COLOR=#000000]I hope you donāt mind me free riding on the back of this thread. You were helping me with the thread[/COLOR]
[COLOR=#000000]ā[URL=āhttp://fogproject.org/forum/threads/updated-from-32-to-1-1-0-to-1-1-2-to-1-2-0-user-login-hist-page-blank.11301/unreadā][COLOR=#000000]Updated from .32 to 1.1.0 to 1.1.2 to 1.2.0 - User Login Hist page blankā and one proposal was to upgrade to the SVN trunk. I took this option (I can always go back if needed)[/COLOR][/URL][/COLOR][COLOR=#000000][URL=āhttp://fogproject.org/forum/threads/updated-from-32-to-1-1-0-to-1-1-2-to-1-2-0-user-login-hist-page-blank.11301/unreadā][COLOR=#000000]The problem I am currently facing is very much like Chrisās.[/COLOR][/URL][/COLOR]
For other readers, the system is openSuSe.
Following your advice in the other thread, I have upgraded to SVN 2890. The install is fresh (not on top of an old version). I have also removed the database.
I step through the install and when I get to:[I]This can be done by opening a web browser and going to:[/I]
[I] [url]http://10.1.2.253/fog/management[/url][/I]
[I] Press [Enter] key when database is updated/installed.[/I]I duly go there and sit and wait and look at a blank page, which remains blank.
To be clear, I understood that Chris saw something before the blank page. I do not see anything. Immediately blank.
Up to then, the install appears to go without problems.Here are the log files:
[B]Apache error_log[/B]
AH00557: httpd2-prefork: apr_sockaddr_info_get() failed for juul
AH00558: httpd2-prefork: Could not reliably determine the serverās fully qualified domain name, using 127.0.0.1. Set the āServerNameā directive globally to suppress this message
[Tue Jan 13 21:40:15.792878 2015] [ssl:warn] [pid 21334] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 13 21:40:15.804895 2015] [mpm_prefork:notice] [pid 21334] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 configured ā resuming normal operations
[Tue Jan 13 21:40:15.804957 2015] [core:notice] [pid 21334] AH00094: Command line: ā/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUNDā
[Tue Jan 13 21:42:09.841342 2015] [mpm_prefork:notice] [pid 21334] AH00170: caught SIGWINCH, shutting down gracefully
AH00557: httpd2-prefork: apr_sockaddr_info_get() failed for juul
AH00558: httpd2-prefork: Could not reliably determine the serverās fully qualified domain name, using 127.0.0.1. Set the āServerNameā directive globally to suppress this message
[Tue Jan 13 21:43:35.133904 2015] [ssl:warn] [pid 22078] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 13 21:43:35.146543 2015] [mpm_prefork:notice] [pid 22078] AH00163: Apache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 configured ā resuming normal operations
[Tue Jan 13 21:43:35.146630 2015] [core:notice] [pid 22078] AH00094: Command line: ā/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUNDā
mkdir: cannot create directory ā/opt/fog/snapins/ssl/ā: No such file or directory
[Tue Jan 13 21:44:34.427524 2015] [php5:error] [pid 22099] [client 10.1.2.253:46616] PHP Fatal error: Call to undefined function openssl_pkey_get_private() in /srv/www/htdocs/fog/lib/fog/FOGCore.class.php on line 537[B]Apache access_log[/B]
::1 - - [13/Jan/2015:21:42:09 +0100] āOPTIONS * HTTP/1.0ā 200 - ā-ā āApache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 (internal dummy connection)ā
::1 - - [13/Jan/2015:21:42:09 +0100] āOPTIONS * HTTP/1.0ā 200 - ā-ā āApache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 (internal dummy connection)ā
::1 - - [13/Jan/2015:21:42:09 +0100] āOPTIONS * HTTP/1.0ā 200 - ā-ā āApache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 (internal dummy connection)ā
::1 - - [13/Jan/2015:21:42:09 +0100] āOPTIONS * HTTP/1.0ā 200 - ā-ā āApache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 (internal dummy connection)ā
::1 - - [13/Jan/2015:21:42:09 +0100] āOPTIONS * HTTP/1.0ā 200 - ā-ā āApache/2.4.6 (Linux/SUSE) OpenSSL/1.0.1j PHP/5.4.20 (internal dummy connection)ā
10.1.2.253 - - [13/Jan/2015:21:43:49 +0100] āGET /fog/management/ HTTP/1.1ā 302 - ā-ā āMozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0ā
10.1.2.253 - - [13/Jan/2015:21:44:14 +0100] āGET /fog/management/?node=schemaupdater HTTP/1.1ā 500 - ā-ā āMozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0ā[B]mysql access log[/B]
/usr/sbin/mysqld, Version: 5.5.33-MariaDB-log (openSUSE package). started with:
Tcp port: 0 Unix socket: /var/run/mysql/mysql.sock
Time Id Command Argument
150113 21:44:14 1 Connect root@10.1.2.253 as anonymous on
1 Query SET NAMES utf8
1 Query SELECT vValue FROM schemaVersion LIMIT 1
1 Quit
150113 21:44:34 2 Connect root@10.1.2.253 as anonymous on
2 Query SET NAMES utf8
2 Query SELECT vValue FROM schemaVersion LIMIT 1
2 Query SELECT * FROMglobalSettings
WHEREsettingKey
= āFOG_SNAPINDIRā ORDER BYsettingKey
ASC
2 Query SELECT * FROMglobalSettings
WHEREsettingKey
= āFOG_SNAPINDIRā ORDER BYsettingKey
ASC
2 QuitDo you have any ideas what is causing this blank page?
Thanks!
Alasdair[URL=āhttp://fogproject.org/forum/threads/updated-from-32-to-1-1-0-to-1-1-2-to-1-2-0-user-login-hist-page-blank.11301/unreadā][/URL] -
BTW - yes SuSe does have selinux.
Alasdair
-
I donāt mind you piggy backing Alasdair, but what confounds me most on your particular setup is the white page all around. itās almost like it canāt communicate with the mysql server to begin with. And firewall of some sort is blocking anything being displayed on the browser.
-
Also, on your access log I see error code 302 (Page moved) are you using apache redirects?
-
Hello Tom,
The mysql access log suggests to me that attempts are being made to access the db server but something seems strange. The first query
[QUOTE]SELECT vValue FROM schemaVersion LIMIT 1[/QUOTE]
(after the SET statement)
seems to assume that a db already exists with tables.Could it be that something in my installation is broken (probably by me) whereby the build up of the db ājumps inā part way through instead of at the beginning with a ācreate database ā¦ā? Strange I know but I canāt explain the first entries in the log in another way. Should I be looking in schema.php for this?
I flushed the logs and then started the installation. I then posted the entire logs above.
The firewall should be completely down but I will check this again.
Error 302 is a puzzle. I am not using redirects. The Apache installation / configuration is about as simple as it can be. This is only on a test PC, not on an active server.
I will also flush the cache of the browser to be sure it isnāt carrying anything over.
What I do see in the browser (where one types an url in) is that
[QUOTE][url]http://localhost/fog/management[/url][/QUOTE]
does move itself on to
[QUOTE]/fog/management/?node=schemaupdater[/QUOTE]Iāll keep searching
Alasdair
-
it should be moving to fog/management/index.php?node=schemaupdater
Why itās removing the index.php part is a puzzle.