On 5/2/2023 11:34 AM, joe a wrote:
On 5/1/2023 1:17 PM, Allen Wilkinson wrote:
I use OSS ZoneMinder.
Installed a test setup on LEAP 15.4 and ZoneMinder from Suse repository: "https://download.opensuse.org/repositories/home:ecsos:server/15.5/home:ecsos..."
Some difficulties ensued and also opened a thread on the ZoneMinder forums.
The pressing issue is the web "admin" page comes up blank. File/group on the zm virtual server are root:root, which seemed wrong and were changed to wwwrun:wwwrun.
That did not solve the issue, using wget determined there was (is) an internal server error 500. Further foundering led me to enable error reporting for php which, when accessing the zm page, now produced - " Fatal error: Uncaught Error: Class 'IntlDateFormatter' not found in /usr/share/zoneminder/www/includes/config.php:144 Stack trace: #0 /usr/share/zoneminder/www/index.php(45): require_once() #1 {main} thrown in /usr/share/zoneminder/www/includes/config.php on line 144"
Still drawing breath, I found mention of uncommenting a line in php.ini for international date so uncommented it.
Restarted apache and . . no change.
Ah, I love the smell of frustration in the morning.
Per a comment in the zm forum, I found and installed php7-intl, which has resolved that immediate issue. Now the fun part (?) can begin.