PHP Fatal error: Uncaught exception 'Exception' with message 'Cannot load
zones.include file' in
/var/www/scalr/app/src/Scalr/Net/Dns/Bind/Transports/LocalFs.php:32
$retval = @file_get_contents($jpPath);
if (!$retval)
throw new Exception("Cannot load
zones.include file");
else
return $retval;
file_get_contents will return false when you have no data in the file.
in http://wiki.scalr.net/Installing_Scalr/BIND_Configuration
"Create a blank file '/var/named/etc/namedb/client_zones/zones.include' for
zone definitions."
--
You received this message because you are subscribed to the Google Groups
"scalr-discuss" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/scalr-discuss/-/Z04-ciU7wtYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/scalr-discuss?hl=en.