Apache error log giving PHP fatal error, SVN 7693
-
Ubuntu 14.04, SVN 7693
[Wed May 18 08:48:16.499458 2016] [:error] [pid 41636] [client X.X.X.X:59982] PHP Fatal error: Call to a member function fetch() on boolean in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 91
Line 91 states:
$tmp = (array)self::$DB->query($query)->fetch(‘’,‘fetch_all’)->get($item ? $this->databaseFields[$item] : ‘’);
-
Have also noticed I am unable to update items again through my Web UI, but on a larger scale. Not only can I not make changes in FOG Configuration, but I also cannot make changes to individual hosts either. I can delete a host, but settings within a host don’t actually save my changes when I update them.
-
Update and all will be bettererer
-
@Tom-Elliott After the update (SVN 7695), that error is gone and I can make changes again.
Thanks!