requirements checks
- php curl: Add cURL to installation check · Issue #460 · xibosignage/xibo · GitHub
- intl: Add Intl support to the environment check · Issue #461 · xibosignage/xibo · GitHub
intl
I think we are going to need some extra logging to find out what the problem is - can you add something to this file.
Above line 54.
Debug::Error(sprintf('Intl Available: %d. Intl on: %d. Default Language: %s. Default Timezone: %s. Format: %s. Timestamp: %d.', Config::CheckIntlDateFormat(), Config::GetSetting('USE_INTL_DATEFORMAT'), Config::GetSetting('DEFAULT_LANGUAGE'), Config::GetSetting('DEFAULT_TIMEZONE'), $format, $timestamp));
Then load up your layout again and see what the error message in the log says.