-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.4.0beta1
During testPageMonitoringHosts autotest update runtime error was found.
Runtime error appears pressing Reset button (can't repeat manually, only in autotest).
Code example that allows summon error:
<?php require_once dirname(__FILE__).'/../include/CWebTest.php'; class testDemo extends CWebTest { public function testDemo_TagsFilter() { $this->page->login(); for ($i = 0; $i < 10; $i++) { $this->page->open('zabbix.php?port=10051&action=host.view&groupids%5B%5D=4'); $this->query('button:Apply')->one()->waitUntilClickable()->click(); $this->page->waitUntilReady(); $this->query('button:Reset')->one()->click(); } } }
Runtime error message:
Failed to write session data (user). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) [: -> CConfigFile->{closure}()]