16.06.2025, 13:25
Getting closer, now getting an error in the Vis frame "Error in /www/user/eventlog.lp at line 2: attempt to index global 'storage' (a nil value)"
<?
items = storage.exec('lrange', 'eventlog5', 0, 999)
?>
I removed the require ('apps') as this is not being and change the store to eventlog5 so I can test a new.
So the frame is throughing up error with storage.exec line
<?
items = storage.exec('lrange', 'eventlog5', 0, 999)
?>
I removed the require ('apps') as this is not being and change the store to eventlog5 so I can test a new.
So the frame is throughing up error with storage.exec line