URL: http://users.metaversity.ru/test/

Errors occured while running

E_USER_NOTICE: Can't execute SQL: [SELECT * FROM user WHERE id = 1] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/intcmf/db.php : 376 $db_result = $this->sql($sql); // $this is db class
HOME sources/modules/stream/tests/access/stream_access.test.php : 11 if (!$this->db->row_exists("SELECT * FROM user WHERE id = 1"))
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_RECOVERABLE_ERROR: Argument 1 passed to db::get_selected_row_count() must be an instance of mysqli_result, boolean given, called in /var/www/vhosts/metaversity.ru/root/sources/intcmf/db.php on line 377 and defined
HOME sources/intcmf/db.php : 364 public function get_selected_row_count(mysqli_result $db_result)
HOME sources/intcmf/db.php : 377 return ($this->get_selected_row_count($db_result) > 0); // $this is db class
HOME sources/modules/stream/tests/access/stream_access.test.php : 11 if (!$this->db->row_exists("SELECT * FROM user WHERE id = 1"))
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_WARNING: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given
HOME sources/intcmf/db.php : 366 return mysqli_num_rows($db_result);
HOME sources/intcmf/db.php : 377 return ($this->get_selected_row_count($db_result) > 0); // $this is db class
HOME sources/modules/stream/tests/access/stream_access.test.php : 11 if (!$this->db->row_exists("SELECT * FROM user WHERE id = 1"))
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [INSERT INTO user (id, login) VALUES (1, 'test_user')] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/modules/stream/tests/access/stream_access.test.php : 13 $this->db->sql("INSERT INTO user (id, login) VALUES (1, 'test_user')");
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [SELECT * FROM competence_set WHERE id = 1] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/intcmf/db.php : 376 $db_result = $this->sql($sql); // $this is db class
HOME sources/modules/stream/tests/access/stream_access.test.php : 15 if (!$this->db->row_exists("SELECT * FROM competence_set WHERE id = 1"))
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_RECOVERABLE_ERROR: Argument 1 passed to db::get_selected_row_count() must be an instance of mysqli_result, boolean given, called in /var/www/vhosts/metaversity.ru/root/sources/intcmf/db.php on line 377 and defined
HOME sources/intcmf/db.php : 364 public function get_selected_row_count(mysqli_result $db_result)
HOME sources/intcmf/db.php : 377 return ($this->get_selected_row_count($db_result) > 0); // $this is db class
HOME sources/modules/stream/tests/access/stream_access.test.php : 15 if (!$this->db->row_exists("SELECT * FROM competence_set WHERE id = 1"))
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_WARNING: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given
HOME sources/intcmf/db.php : 366 return mysqli_num_rows($db_result);
HOME sources/intcmf/db.php : 377 return ($this->get_selected_row_count($db_result) > 0); // $this is db class
HOME sources/modules/stream/tests/access/stream_access.test.php : 15 if (!$this->db->row_exists("SELECT * FROM competence_set WHERE id = 1"))
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [INSERT INTO competence_set (id, title) VALUES (1, 'test')] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/modules/stream/tests/access/stream_access.test.php : 17 $this->db->sql("INSERT INTO competence_set (id, title) VALUES (1, 'test')");
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [REPLACE INTO stream (id, name, title, title_short, competence_set_id) VALUES (1, 'test', 'test', 'test', 1)] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/modules/stream/tests/access/stream_access.test.php : 19 $this->db->sql("REPLACE INTO stream (id, name, title, title_short, competence_set_id) VALUES (1, 'test', 'test', 'test', 1)");
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [REPLACE INTO stream_user_link (stream_id, user_id, status) VALUES (1, 1, 'member')] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/modules/stream/tests/access/stream_access.test.php : 20 $this->db->sql("REPLACE INTO stream_user_link (stream_id, user_id, status) VALUES (1, 1, 'member')");
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [DELETE FROM stream_admin WHERE stream_id = 1 AND user_id = 1] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/modules/stream/tests/access/stream_access.test.php : 21 $this->db->sql("DELETE FROM stream_admin WHERE stream_id = 1 AND user_id = 1");
HOME sources/test_core/test_loader.php : 69 $class_instance->set_up(); // $class_instance is stream_access_test class
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_USER_NOTICE: Can't execute SQL: [ SELECT * FROM stream WHERE id = 1 ] (No database selected)
HOME sources/intcmf/db.php : 117 trigger_error("Can't execute SQL: [{$sql}] (" . mysqli_error($this->link) . ")");
HOME sources/intcmf/db.php : 356 $db_result = is_string($sql_or_db_result) ? $this->sql($sql_or_db_result) : $sql_or_db_result; // $this is db class
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 330 ");
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 309 $this->data = $this->fetch_data(); // $this is stream_obj class
HOME sources/modules/_core/autoloaded/obj/base.obj.php : 28 $this->fill_data($lock); // $this is stream_obj class
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 37 parent::__construct($id, $lock);
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 52 $instance = new $class($id, $lock);
HOME sources/modules/stream/tests/access/stream_access.test.php : 27 $access = new stream_access(stream_obj::instance(1), 1);
HOME sources/test_core/test_loader.php : 75 $class_instance->$method();
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";
E_WARNING: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given
HOME sources/intcmf/db.php : 357 if (!$db_row = mysqli_fetch_assoc($db_result))
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 330 ");
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 309 $this->data = $this->fetch_data(); // $this is stream_obj class
HOME sources/modules/_core/autoloaded/obj/base.obj.php : 28 $this->fill_data($lock); // $this is stream_obj class
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 37 parent::__construct($id, $lock);
HOME sources/modules/stream/autoloaded/obj/stream.obj.php : 52 $instance = new $class($id, $lock);
HOME sources/modules/stream/tests/access/stream_access.test.php : 27 $access = new stream_access(stream_obj::instance(1), 1);
HOME sources/test_core/test_loader.php : 75 $class_instance->$method();
HOME sources/start_www_tests.php : 37 $test_loader->run(); // $test_loader is test_loader class
HOME www/test/index.php : 4 require_once PATH_SOURCES . "/start_www_tests.php";