SQL logs all look good, like Sebastian said probably a problem with the checkout but I have no idea what to do. I guess first thing I will try is pull down a fresh copy of RC9
Best posts made by kpeterson
-
RE: Schema update issues RC-9
-
RE: Schema update issues RC-9
@Wayne-Workman
I feel dumb now, should have tried that yesterday. Simply deleting those folders/doing another git clone and everything is working fine now. Thanks a lot for the help!
Latest posts made by kpeterson
-
RE: Schema update issues RC-9
@Wayne-Workman
I feel dumb now, should have tried that yesterday. Simply deleting those folders/doing another git clone and everything is working fine now. Thanks a lot for the help! -
RE: Schema update issues RC-9
SQL logs all look good, like Sebastian said probably a problem with the checkout but I have no idea what to do. I guess first thing I will try is pull down a fresh copy of RC9
-
RE: Schema update issues RC-9
@Sebastian-Roth said in Schema update issues RC-9:
/var/www/html/fog/lib/db/pdodb.class.php
The function is indeed there, this is what I have
public function insertId()
{
return self::$_link->lastInsertId();
}Anything else I should check?
-
Schema update issues RC-9
Keep getting the following error when trying to update schema after updating to RC-9
PHP Fatal error: Call to undefined method PDODB::insertId() in /var/www/html/fog/lib/fog/fogcontroller.class.php on line 524
-
RE: Invalid Host Certificate error Client Trunk 7348
@Tom-Elliott Just tested it and its working fine again now. Thanks!
-
RE: Invalid Host Certificate error Client Trunk 7348
Same thing here on Windows 7 and current trunk version I can go through the web browser to http://fog-server/fog/management/other/ssl/srvpublic.crt and it displays the certificate but I noticed in apache error_log the following
[client 192.168.6.106:64285] client denied by server configuration: /var/www/html/fog/management/other/ssl/srvpublic.crt
The entry in the apache log file is the fog client trying to view the certificate, I made a post about this yesterday but haven’t heard anything back yet.
-
Fog client Invalid host certificate
Hello, I just updated to trunk version 7326 (last update was done a few days ago) and now all the computers we have using fog client keep showing the following in fog.log
4/26/2016 3:29 PM Middleware::Communication Response: Invalid host certificate
4/26/2016 3:29 PM Middleware::Communication URL: http://fog-server/fog/management/other/ssl/srvpublic.crtThis is stopping the client from working, any ideas? I’m hoping its just something related to a git commit in the last day or so. Thanks