Question about installation

99 views
Skip to first unread message

Γιάννης Ζιούπος

unread,
Sep 27, 2025, 11:22:30 AM (6 days ago) Sep 27
to Ministra TV platform (formerly Stalker Middleware)
I Cant deploy using ```sudo phing``` and the archive that i have doesnt contain a vendor folder and when i try to deploy using sudo phing it cant find some packages and also says that support for composer v1 has ended this septemper so what do i do

Lydia Colon

unread,
Sep 27, 2025, 11:27:18 AM (6 days ago) Sep 27
to Ministra TV platform (formerly Stalker Middleware)
# Phing :)
cd /var/www/html/stalker_portal/deploy
sudo phing

On Sat, Sep 27, 2025 at 11:22 AM Γιάννης Ζιούπος via Ministra TV platform (formerly Stalker Middleware) <stalker-m...@googlegroups.com> wrote:
I Cant deploy using ```sudo phing``` and the archive that i have doesnt contain a vendor folder and when i try to deploy using sudo phing it cant find some packages and also says that support for composer v1 has ended this septemper so what do i do

--
Вы получили это сообщение, поскольку подписаны на группу "Ministra TV platform (formerly Stalker Middleware)".
Чтобы отменить подписку на эту группу и больше не получать от нее сообщения, отправьте письмо на электронный адрес stalker-middlew...@googlegroups.com.
Чтобы посмотреть обсуждение, перейдите по ссылке https://groups.google.com/d/msgid/stalker-middleware/211622d4-7044-4139-8777-8968ceb9b392n%40googlegroups.com.

Γιάννης Ζιούπος

unread,
Sep 27, 2025, 11:32:08 AM (6 days ago) Sep 27
to Ministra TV platform (formerly Stalker Middleware)
but here is what happens in sudo phing 
"[echo] Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 has been shutdown on September 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package leafo/scssphp could not be found in any version, there may be a typo in the package name.
  Problem 2
    - The requested package rock/phpwsdl could not be found in any version, there may be a typo in the package name.
  Problem 3
    - The requested package mtdowling/cron-expression could not be found in any version, there may be a typo in the package name.
  Problem 4
    - The requested package symfony/dependency-injection could not be found in any version, there may be a typo in the package name.
  Problem 5
    - The requested package symfony/process could not be found in any version, there may be a typo in the package name.
  Problem 6
    - The requested package doctrine/dbal could not be found in any version, there may be a typo in the package name.
  Problem 7
    - The requested package websvc/php-rocketchat-webhooks could not be found in any version, there may be a typo in the package name.
  Problem 8
    - The requested package vlucas/phpdotenv could not be found in any version, there may be a typo in the package name.
  Problem 9
    - The requested package monolog/monolog could not be found in any version, there may be a typo in the package name.
  Problem 10
    - The requested package symfony/config could not be found in any version, there may be a typo in the package name.
  Problem 11
    - The requested package symfony/console could not be found in any version, there may be a typo in the package name.
  Problem 12
    - The requested package guzzlehttp/guzzle could not be found in any version, there may be a typo in the package name.
  Problem 13
    - The requested package symfony/http-foundation could not be found in any version, there may be a typo in the package name.
  Problem 14
    - The requested package jarjak/dbal-manager could not be found in any version, there may be a typo in the package name.
  Problem 15
    - The requested package sonrac/symfony-seed-command could not be found in any version, there may be a typo in the package name.
  Problem 16
    - The requested package fzaninotto/faker could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems." on the composer part and then in red i find
"
[echo] Loading configuration from the integration code of your framework (setter).

                    Ministra DB Migrations


Migrating up to 20221024152055 from 0

  ++ migrating 1535719937

     -> --
SET NAMES 'utf8';
CREATE TABLE IF NOT EXISTS `video`(
    `id` int NOT NULL auto_increment,
    `owner` varchar(64) NOT NULL default '',
    `name` varchar(255) NOT NULL default '',
    `old_name` varchar(255) NOT NULL default '',
    `o_name` varchar(255) NOT NULL default '',
    `fname` varchar(128) NOT NULL default '',
    `description` text,
    `pic` varchar(128) NOT NULL default '',
    `cost` int NOT NULL default 0,
    `time` varchar(64) NOT NULL default '',
    `file` varchar(128) NOT NULL default '',
    `path` varchar(255) NOT NULL default '',
    `protocol` varchar(64) NOT NULL default 'nfs',
    `rtsp_url` varchar(255) NOT NULL default '',
    `censored` tinyint default 0,
    `hd` tinyint default 0,
    `series` text,
    `volume_correction` int NOT NULL default 0,
    `category_id` int NOT NULL default 0,
    `genre_id` int NOT NULL default 0,
    `genre_id_1` int NOT NULL default 0,
    `genre_id_2` int NOT NULL default 0,
    `genre_id_3` int NOT NULL default 0,
    `genre_id_4` int NOT NULL default 0,
    `cat_genre_id_1` int NOT NULL default 0,
    `cat_genre_id_2` int NOT NULL default 0,
    `cat_genre_id_3` int NOT NULL default 0,
    `cat_genre_id_4` int NOT NULL default 0,
    `director` varchar(128) NOT NULL default '',
    `actors` varchar(255) NOT NULL default '',
    `year` varchar(128) NOT NULL default '',
    `accessed` tinyint default 0,
    `status` tinyint default 0,
    `disable_for_hd_devices` tinyint default 0,
    `added` datetime,
    `count` int  NOT NULL default 0,
    `count_first_0_5` int  NOT NULL default 0,
    `count_second_0_5` int  NOT NULL default 0,
    `vote_sound_good` int NOT NULL default 0,
    `vote_sound_bad` int NOT NULL default 0,
    `vote_video_good` int NOT NULL default 0,
    `vote_video_bad` int NOT NULL default 0,
    `rate` text,
    `last_rate_update` date,
    `last_played` date,
    PRIMARY KEY (`id`),
    KEY `path` (`path`),
    KEY `genre_id` (`genre_id`),
    KEY `genre_id_1` (`genre_id_1`),
    KEY `genre_id_2` (`genre_id_2`),
    KEY `genre_id_3` (`genre_id_3`),
    KEY `genre_id_4` (`genre_id_4`),
    KEY `status` (`status`),
    KEY `accessed` (`accessed`),
    KEY `hd` (`hd`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `genre`(
    `id` int NOT NULL auto_increment,
    `title` varchar(128) NOT NULL default '',
    `category_id` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`),
    UNIQUE KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `genre` VALUES (1,'Action',0),(2,'Detective',0),(3,'Documentary',0),(4,'Drama',0),(5,'Historical',0),(6,'Clips',0),(7,'Comedy',0),(8,'Melodrama',0),(24,'Humour',0),(10,'Adventures',0),(11,'Thriller',0),(12,'Horrors',0),(13,'Fiction',0),(14,'Erotica',0),(15,'Fantasy',0),(16,'Animation',0),(17,'Childrens',0),(18,'Musical',0),(19,'Western',0),(21,'Serial',0),(22,'Sports',0),(23,'Teach',0),(25,'Information',0);
CREATE TABLE IF NOT EXISTS `cat_genre`(
    `id` int NOT NULL auto_increment,
    `title` varchar(128) NOT NULL default '',
    `category_alias` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`),
    KEY `category_alias` (`category_alias`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `cat_genre`
VALUES (1, 'Action', 'movies'),
  (2, 'Adventure', 'movies'),
  (3, 'Documentary', 'movies'),
  (4, 'Drama', 'movies'),
  (5, 'Comedy', 'movies'),
  (6, 'Family', 'movies'),
  (7, 'Musical', 'movies'),
  (8, 'Horror', 'movies'),
  (9, 'Action', 'tv_shows'),
  (10, 'Adventure', 'tv_shows'),
  (11, 'Documentary', 'tv_shows'),
  (12, 'Drama', 'tv_shows'),
  (13, 'Comedy', 'tv_shows'),
  (14, 'Family', 'tv_shows'),
  (15, 'Musical', 'tv_shows'),
  (16, 'Horror', 'tv_shows'),
  (17, 'Action', 'cartoons'),
  (18, 'Adventure', 'cartoons'),
  (19, 'Drama', 'cartoons'),
  (20, 'Comedy', 'cartoons'),
  (21, 'Family', 'cartoons'),
  (22, 'Musical', 'cartoons'),
  (23, 'Horror', 'cartoons'),
  (24, 'Clips', 'music_videos'),
  (25, 'Concerts', 'music_videos');
CREATE TABLE IF NOT EXISTS `itv`(
    `id` int NOT NULL auto_increment,
    `name` varchar(128) NOT NULL default '',
    `number` int NOT NULL default 0,
    `censored` tinyint default 0,
    `cmd` varchar(128) NOT NULL default '',
    `descr` text,
    `cost` int NOT NULL default 0,
    `count` int  NOT NULL default 0,
    `status` tinyint unsigned NOT NULL default 1,
    `tv_genre_id` int NOT NULL default 0,
    `base_ch` tinyint default 0,
    `hd` tinyint default 0,
    `xmltv_id` varchar(128) NOT NULL default '',
    `service_id` varchar(32) NOT NULL default '',
    `bonus_ch` tinyint default 0,
    `volume_correction` int NOT NULL default 0,
    `use_http_tmp_link` tinyint default 0,
    `mc_cmd` varchar(128) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY `name` (`name`),
    KEY `status` (`status`),
    KEY `tv_genre_id` (`tv_genre_id`),
    KEY `status_3` (`status`,`number`,`hd`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `itv` (`name`, `number`, `cmd`, `tv_genre_id`, `base_ch`) VALUES ('Test channel', 1, 'rtp rtp://239.1.1.1:1234', 1, 1);
CREATE TABLE IF NOT EXISTS `tv_genre`(
    `id` int NOT NULL auto_increment,
    `title` varchar(128) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `tv_genre`
VALUES (1, 'Documentary'), (2, 'Entertainment'), (3, 'For Kids'),
  (4, 'Movies'), (5, 'Music'), (6, 'News'),
  (7, 'Nature'), (8, 'Sports'), (19, 'For Adults');
CREATE TABLE IF NOT EXISTS `last_id`(
    `id` int NOT NULL auto_increment,
    `ident` varchar(64) NOT NULL default '',
    `last_id` int unsigned NOT NULL default 0,
    UNIQUE KEY (`ident`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `screenshots`(
    `id` int NOT NULL auto_increment,
    `name` varchar(64) NOT NULL default '',
    `size` varchar(255) NOT NULL default '',
    `type` varchar(255) NOT NULL default '',
    `media_id` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`),
    KEY `media_id` (`media_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `epg`(
    `id` int NOT NULL auto_increment,
    `ch_id` int NOT NULL default 0,
    `time` timestamp NULL DEFAULT NULL,
    `time_to` timestamp NULL DEFAULT NULL,
    `duration` int NOT NULL default 0,
    `name` varchar(128) NOT NULL default '',
    `descr` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`),
    KEY `ch_id_time` (`ch_id`,`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `karaoke`(
    `id` int NOT NULL auto_increment,
    `owner` varchar(64) NOT NULL default '',
    `name` varchar(128) NOT NULL default '',
    `fname` varchar(128) NOT NULL default '',
    `description` text,
    `protocol` varchar(64) NOT NULL default 'nfs',
    `rtsp_url` varchar(255) NOT NULL default '',
    `pic` varchar(128) NOT NULL default '',
    `cost` int NOT NULL default 0,
    `time` varchar(64) NOT NULL default '',
    `file` varchar(128) NOT NULL default '',
    `path` varchar(128) NOT NULL default '',
    `genre_id` int NOT NULL default 0,
    `singer` varchar(128) NOT NULL default '',
    `author` varchar(128) NOT NULL default '',
    `year` varchar(128) NOT NULL default '',
    `accessed` tinyint default 0,
    `status` tinyint default 0,
    `added` datetime,
    `add_by` int NOT NULL default 0,
    `done` tinyint default 0,
    `done_time` datetime,
    `archived` tinyint default 0,
    `archived_time` datetime,
    `returned` tinyint default 0,
    `reason` varchar(255) NOT NULL default '',
    `count` int NOT NULL default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `karaoke_genre`(
    `id` int NOT NULL auto_increment,
    `title` varchar(128) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `karaoke_genre` VALUES (1,'Pop'),(2,'Rock'),(3,'Chanson'),(4,'From cartoon films'),(5,'Nurseries'),(6,'National'),(7,'Jazz'),(8,'From films');
CREATE TABLE IF NOT EXISTS `user_log`(
    `id` int NOT NULL auto_increment,
    `mac` varchar(128) NOT NULL default '',
    `uid` int NOT NULL default 0,
    `action` varchar(128) NOT NULL default '',
    `param` varchar(128) NOT NULL default '',
    `time` datetime,
    `type` tinyint(4) default '0',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `users`(
    `id` int NOT NULL auto_increment,
    `name` varchar(64) NOT NULL default '',
    `sname` varchar(64) NOT NULL default '',
    `pass` varchar(64) NOT NULL default '',
    `parent_password` varchar(64) NOT NULL default '0000',
    `bright` varchar(64) NOT NULL default '200',
    `contrast` varchar(64) NOT NULL default '127',
    `saturation` varchar(64) NOT NULL default '127',
    `aspect` int NOT NULL default 16,
    `video_out` varchar(64) NOT NULL default 'rca',
    `volume` varchar(64) NOT NULL default '100',
    `playback_buffer_bytes` int NOT NULL default 0,
    `playback_buffer_size` int NOT NULL default 0,
    `audio_out` int NOT NULL default 0,
    `mac` varchar(64) NOT NULL default '',
    `ip` varchar(128) NOT NULL default '',
    `ls` int not null default 0,
    `version` varchar(255) NOT NULL default '',
    `lang` varchar(32) NOT NULL default '',
    `locale` varchar(32) NOT NULL default '',
    `city_id` int NOT NULL default 0,
    `status` tinyint default 0,
    `hd` tinyint default 0,
    `main_notify` tinyint default 1,
    `fav_itv_on` tinyint default 0,
    `now_playing_start` timestamp NULL default NULL,
    `now_playing_type` tinyint default 0,
    `now_playing_content` varchar(255) NOT NULL default '',
    `additional_services_on` tinyint default 1,
    `time_last_play_tv` timestamp NULL default NULL,
    `time_last_play_video` timestamp null default null,
    `operator_id` int NOT NULL default 0,
    `storage_name` varchar(255) NOT NULL default '',
    `hd_content` tinyint default 0,
    `image_version` varchar(255) NOT NULL default '0',
    `last_change_status` timestamp null default null,
    `last_start` timestamp null default null,
    `last_active` timestamp null default null,
    `keep_alive` timestamp null default null,
    PRIMARY KEY (`id`),
    UNIQUE KEY `mac` (`mac`),
    KEY `keep_alive` (`keep_alive`),
    KEY `status` (`status`,`keep_alive`,`storage_name`,`hd_content`),
    KEY `keep_alive_2` (`keep_alive`,`now_playing_type`,`storage_name`,`hd_content`),
    KEY `now_playing_type` (`now_playing_type`,`storage_name`,`hd_content`),
    KEY `now_playing_type_2` (`now_playing_type`,`hd`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `moderators` (
    `id` int NOT NULL auto_increment,
    `name` varchar(128) NOT NULL default '',
    `mac` varchar(64) NOT NULL default '',
    `status` tinyint default 1,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`mac`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `events`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `type` varchar(128) NOT NULL default '',
    `event` varchar(128) NOT NULL default '',
    `msg` text,
    `rec_id` int NOT NULL default 0,
    `sended` tinyint default 0,
    `need_confirm` tinyint default 0,
    `confirmed` tinyint default 0,
    `ended` tinyint default 0,
    `reboot_after_ok` tinyint default 0,
    `priority` tinyint default 2,
    `addtime` datetime,
    `eventtime` timestamp null default null,
    PRIMARY KEY (`id`),
    KEY `eventtime` (`eventtime`),
    KEY `uid` (`uid`),
    KEY `ended` (`ended`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `fav_itv`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `fav_ch` text,
    `addtime` datetime,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `audio`(
    `id` int NOT NULL auto_increment,
    `name` varchar(128) NOT NULL default '',
    `singer_id` int NOT NULL default 0,
    `album_id` int NOT NULL default 0,
    `time` int NOT NULL default 0,
    `count` int NOT NULL default 0,
    `lang` tinyint default 0,
    `status` tinyint default 0,
    `addtime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `singer`(
    `id` int NOT NULL auto_increment,
    `singer` varchar(128) NOT NULL default '',
    `path` varchar(128) NOT NULL default '',
    `lang` tinyint default 0,
    `addtime` datetime,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`singer`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `album`(
    `id` int NOT NULL auto_increment,
    `name` varchar(128) NOT NULL default '',
    `singer_id` int NOT NULL default 0,
    `year` int NOT NULL default 0,
    `addtime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `playlist`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `tracks` text,
    `addtime` datetime,
    `edittime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `radio`(
    `id` int NOT NULL auto_increment,
    `name` varchar(128) NOT NULL default '',
    `number` int NOT NULL default 0,
    `cmd` varchar(128) NOT NULL default '',
    `count` int  NOT NULL default 0,
    `status` tinyint unsigned NOT NULL default 1,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`name`),
    KEY `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `fav_vclub`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `fav_video` text,
    `addtime` datetime,
    `edittime` datetime,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `administrators`(
    `id` int NOT NULL auto_increment,
    `login` varchar(128) NOT NULL default '',
    `pass`  varchar(128) NOT NULL default '',
    `name` varchar(128) NOT NULL default '',
    `fname` varchar(128) NOT NULL default '',
    `access` tinyint default 0,
    `operator_id` int NOT NULL default 0,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`login`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `administrators` (`login`, `pass`, `access`) values ('admin', md5('1'), 0);
CREATE TABLE IF NOT EXISTS `video_log`(
    `id` int NOT NULL auto_increment,
    `moderator_id` int NOT NULL default 0,
    `action` varchar(128) NOT NULL default '',
    `video_id` int NOT NULL default 0,
    `actiontime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `played_video`(
    `id` int NOT NULL auto_increment,
    `video_id` int NOT NULL default 0,
    `storage` int NOT NULL default 0,
    `uid` int NOT NULL default 0,
    `playtime` timestamp not null,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `played_itv`(
    `id` int NOT NULL auto_increment,
    `itv_id` int NOT NULL default 0,
    `uid` int NOT NULL default 0,
    `playtime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `video_records`(
    `id` int NOT NULL auto_increment,
    `descr` varchar(255) NOT NULL default '',
    `cmd` varchar(255) NOT NULL default '',
    `status` tinyint default 1,
    `accessed` tinyint default 0,
    `addtime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `rec_files`(
    `id` int NOT NULL auto_increment,
    `ch_id` int NOT NULL default 0,
    `t_start` timestamp null default null,
    `t_stop`  timestamp null default null,
    `atrack`  varchar(32) NOT NULL default '',
    `vtrack`  varchar(32) NOT NULL default '',
    `length` int NOT NULL default 0,
    `ended`  tinyint default 0,
    `storage_name` varchar(128) NOT NULL default '',
    `file_name` varchar(128) NOT NULL default '',
    `local` tinyint default 0,
    `uid` int NOT NULL default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `users_rec`(
    `id` int NOT NULL auto_increment,
    `ch_id` int NOT NULL default 0,
    `program` varchar(64) NOT NULL default '',
    `program_id` int NOT NULL default 0,
    `uid` int NOT NULL default 0,
    `file_id` int NOT NULL default 0,
    `t_start` timestamp null default null,
    `t_stop` timestamp null default null,
    `end_record` timestamp null default null,
    `atrack` varchar(32) NOT NULL default '',
    `vtrack` varchar(32) NOT NULL default '',
    `length` int NOT NULL default 0,
    `last_play` datetime,
    `ended` tinyint default 0,
    `started` tinyint default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `pvr`(
    `id` int NOT NULL auto_increment,
    `ch_id` int NOT NULL default 0,
    `t_start` timestamp null default null,
    `t_stop`  timestamp null default null,
    `atrack`  varchar(32) NOT NULL default '',
    `vtrack`  varchar(32) NOT NULL default '',
    `length` int NOT NULL default 0,
    `ended`  tinyint default 0,
    `uid` int NOT NULL default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `moderator_tasks`(
    `id` int NOT NULL auto_increment,
    `to_usr` int NOT NULL default 0,
    `media_type` int NOT NULL default 0,
    `media_id` int NOT NULL default 0,
    `media_length` int NOT NULL default 0,
    `start_time` datetime,
    `end_time` datetime,
    `ended` tinyint default 0,
    `rejected` tinyint default 0,
    `archived` tinyint default 0,
    `archived_time` datetime,
    PRIMARY KEY (`id`),
    KEY `to_user` (`ended`,`archived`,`to_usr`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `moderators_history`(
    `id` int NOT NULL auto_increment,
    `task_id` int NOT NULL default 0,
    `from_usr` int NOT NULL default 0,
    `to_usr` int NOT NULL default 0,
    `comment` text,
    `send_time` datetime,
    `readed` tinyint default 0,
    `reply_to` int NOT NULL default 0,
    `read_time` datetime,
    PRIMARY KEY (`id`),
    KEY `msqs` (`task_id`,`to_usr`,`readed`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `tasks_archive`(
    `id` int NOT NULL auto_increment,
    `date` date,
    `year` int NOT NULL default 0,
    `month` tinyint default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `daily_played_video`(
    `id` int NOT NULL auto_increment,
    `date` date,
    `count` int NOT NULL default 0,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `itv_subscription`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `sub_ch` text,
    `bonus_ch` text,
    `addtime` datetime,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `storages`(
    `id` int NOT NULL auto_increment,
    `storage_name` varchar(128) NOT NULL default '',
    `storage_ip` varchar(128) NOT NULL default '',
    `nfs_home_path` varchar(128) NOT NULL default '',
    `max_online` int NOT NULL default 0,
    `status` tinyint default 1,
    `for_moderator` tinyint default 0,
    `for_records` tinyint default 0,
    UNIQUE KEY (`storage_name`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `stream_error`(
    `id` int NOT NULL auto_increment,
    `ch_id` int NOT NULL default 0,
    `mac` varchar(128) NOT NULL default '',
    `error_time` timestamp not null,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `karaoke_archive`(
    `id` int NOT NULL auto_increment,
    `date` datetime,
    `year` int NOT NULL default 0,
    `month` tinyint default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `permitted_video`(
    `id` int NOT NULL auto_increment,
    `o_name` varchar(255) NOT NULL default '',
    `year` int not null default 0,
    `genre` tinyint default 0,
    `added` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `video_clips`(
    `id` int NOT NULL auto_increment,
    `name` varchar(128) NOT NULL default '',
    `singer` varchar(128) NOT NULL default '',
    `censored` tinyint default 0,
    `genre_id` int NOT NULL default 0,
    `accessed` tinyint default 0,
    `status` tinyint default 0,
    `added` datetime,
    `add_by` int NOT NULL default 0,
    `done` tinyint default 0,
    `done_time` datetime,
    `archived` tinyint default 0,
    `archived_time` datetime,
    `returned` tinyint default 0,
    `reason` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `video_clip_genres`(
    `id` int NOT NULL auto_increment,
    `title` varchar(128) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `vclub_paused`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `mac` varchar(128) NOT NULL default '',
    `pause_time` timestamp not null,
    PRIMARY KEY (`id`),
    KEY `mac` (`mac`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `storage_deny`(
    `id` int NOT NULL auto_increment,
    `name` varchar(255) NOT NULL default '',
    `counter` int NOT NULL default 0,
    `updated` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `rss_cache_weather`(
    `id` int NOT NULL auto_increment,
    `url` varchar(255) NOT NULL default '',
    `content` text,
    `crc` varchar(64) NOT NULL default '',
    `updated` datetime,
    UNIQUE KEY (`crc`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `rss_cache_horoscope`(
    `id` int NOT NULL auto_increment,
    `url` varchar(255) NOT NULL default '',
    `content` text,
    `crc` varchar(64) NOT NULL default '',
    `updated` datetime,
    UNIQUE KEY (`crc`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `media_category`(
    `id` int NOT NULL auto_increment,
    `category_name` varchar(255) NOT NULL default '',
    `category_alias` varchar(255) NOT NULL default '',
    `num` int NOT NULL default 0,
    UNIQUE KEY (`category_name`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `media_category`
VALUES (1, 'Movies', 'movies', 1),
  (2, 'TV shows', 'tv_shows', 2),
  (3, 'Cartoons', 'cartoons', 3),
  (4, 'Music videos', 'music_videos', 4);
CREATE TABLE IF NOT EXISTS `main_city_info`(
    `id` int NOT NULL auto_increment,
    `num` int NOT NULL default 0,
    `title` varchar(255) NOT NULL default '',
    `number` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `other_city_info`(
    `id` int NOT NULL auto_increment,
    `num` int NOT NULL default 0,
    `title` varchar(255) NOT NULL default '',
    `number` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `help_city_info`(
    `id` int NOT NULL auto_increment,
    `num` int NOT NULL default 0,
    `title` varchar(255) NOT NULL default '',
    `number` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `anec`(
    `id` int NOT NULL auto_increment,
    `title` varchar(255) NOT NULL default '',
    `anec_body` text,
    `added` datetime,
    PRIMARY KEY (`id`),
    KEY `added` (`added`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `readed_anec`(
    `id` int NOT NULL auto_increment,
    `mac` varchar(64) NOT NULL default '',
    `readed` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `anec_bookmark`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `anec_id` int NOT NULL default 0,
    UNIQUE KEY (`uid`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `anec_rating`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `anec_id` int NOT NULL default 0,
    PRIMARY KEY (`id`),
    KEY `uid` (`uid`,`anec_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `loading_fail`(
    `id` int NOT NULL auto_increment,
    `mac` varchar(64) NOT NULL default '',
    `ff_crash` int NOT NULL default 0,
    `added` timestamp not null,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `gapi_cache_cur_weather`(
    `id` int NOT NULL auto_increment,
    `url` varchar(255) NOT NULL default '',
    `content` text,
    `crc` varchar(64) NOT NULL default '',
    `updated` datetime,
    UNIQUE KEY (`crc`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `gismeteo_day_weather`(
    `id` int NOT NULL auto_increment,
    `url` varchar(255) NOT NULL default '',
    `content` text,
    `crc` varchar(64) NOT NULL default '',
    `updated` datetime,
    UNIQUE KEY (`crc`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `updated_places`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `anec` int NOT NULL default 0,
    `vclub` int NOT NULL default 0,
    UNIQUE KEY (`uid`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `mastermind_wins`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `tries` int NOT NULL default 0,
    `total_time` int NOT NULL default 0,
    `points` int NOT NULL default 0,
    `added` timestamp not null,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `vclub_not_ended`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `video_id` int NOT NULL default 0,
    `series` int NOT NULL default 0,
    `end_time` int NOT NULL default 0,
    `added` datetime,
    PRIMARY KEY (`id`),
    KEY `uid` (`uid`,`video_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `course_cache`(
    `id` int NOT NULL auto_increment,
    `url` varchar(255) NOT NULL default '',
    `content` text,
    `crc` varchar(64) NOT NULL default '',
    `updated` datetime,
    UNIQUE KEY (`crc`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `recipe_cats`(
    `id` int NOT NULL auto_increment,
    `title` varchar(128) NOT NULL default '',
    `num` int NOT NULL default 0,
    UNIQUE KEY (`title`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `recipes`(
    `id` int NOT NULL auto_increment,
    `recipe_cat_id_1` int NOT NULL default 0,
    `recipe_cat_id_2` int NOT NULL default 0,
    `recipe_cat_id_3` int NOT NULL default 0,
    `recipe_cat_id_4` int NOT NULL default 0,
    `name` varchar(255) NOT NULL default '',
    `descr` text,
    `ingredients` text,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `fav_recipes`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `fav_recipes` text,
    `addtime` datetime,
    `edittime` datetime,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `stb_played_video`(
    `id` int NOT NULL auto_increment,
    `uid` int NOT NULL default 0,
    `video_id` int NOT NULL default 0,
    `playtime` timestamp null default null,
    PRIMARY KEY (`id`),
    KEY `uid_video_id` (`uid`,`video_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `storage_cache`(
    `id` int NOT NULL auto_increment,
    `cache_key` varchar(64) NOT NULL default '',
    `media_type` varchar(64) NOT NULL default '',
    `media_id` int NOT NULL default 0,
    `storage_name` varchar(255) NOT NULL default '',
    `storage_data` text,
    `status` tinyint default 1,
    `changed` datetime,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`cache_key`),
    KEY `media_id_status_type` (`media_id`,`status`,`media_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `master_log`(
    `id` int NOT NULL auto_increment,
    `log_txt` varchar(255) NOT NULL default '',
    `added` datetime,
    PRIMARY KEY (`id`),
    INDEX(`added`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `media_claims`(
    `id` int NOT NULL auto_increment,
    `media_type` varchar(64) NOT NULL default '',
    `media_id` int NOT NULL default 0,
    `sound_counter` int NOT NULL default 0,
    `video_counter` int NOT NULL default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `media_claims_log`(
    `id` int NOT NULL auto_increment,
    `media_type` varchar(64) NOT NULL default '',
    `media_id` int NOT NULL default 0,
    `type` varchar(128) NOT NULL default '',
    `uid` int NOT NULL default 0,
    `added` timestamp not null,
    PRIMARY KEY (`id`),
    INDEX(`added`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `daily_media_claims`(
    `id` int NOT NULL auto_increment,
    `date` date,
    `vclub_sound` int NOT NULL default 0,
    `vclub_video` int NOT NULL default 0,
    `itv_sound` int NOT NULL default 0,
    `itv_video` int NOT NULL default 0,
    `karaoke_sound` int NOT NULL default 0,
    `karaoke_video` int NOT NULL default 0,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `epg_setting`(
    `id` int NOT NULL auto_increment,
    `uri` varchar(255) NOT NULL default '',
    `etag` varchar(255) NOT NULL default '',
    `updated` datetime,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`uri`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `stb_groups`(
    `id` int NOT NULL auto_increment,
    `name` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `stb_in_group`(
    `id` int NOT NULL auto_increment,
    `stb_group_id` int NOT NULL default 0,
    `uid` int NOT NULL default 0,
    `mac` varchar(64) NOT NULL default '',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `playlists`(
    `id` int NOT NULL auto_increment,
    `name` varchar(255) NOT NULL default '',
    `group_id` int NOT NULL default 0,
    PRIMARY KEY (`id`),
    UNIQUE KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `playlist_members`(
    `id` int NOT NULL auto_increment,
    `playlist_id` int NOT NULL default 0,
    `time` int NOT NULL default -1,
    `video_id` int NOT NULL default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `testers`(
    `id` int NOT NULL auto_increment,
    `mac` varchar(64) NOT NULL default '',
    `status` tinyint default 1,
    UNIQUE KEY (`mac`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `generation_time`(
    `time` varchar(32),
    `counter` int unsigned NOT NULL default 0,
    KEY `time` (`time`)
) ENGINE=MEMORY;
INSERT INTO `generation_time` (`time`) values ('0ms'), ('100ms'), ('200ms'), ('300ms'), ('400ms'), ('500ms');
CREATE TABLE IF NOT EXISTS `weatherco_cache`(
    `id` int NOT NULL auto_increment,
    `city_id` int NOT NULL default 0,
    `current` text,
    `forecast` text,
    `updated` datetime,
    UNIQUE KEY (`city_id`),
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `tv_reminder`(
    `id` int NOT NULL auto_increment,
    `mac` varchar(64) NOT NULL default '',
    `ch_id` int NOT NULL default 0,
    `tv_program_id` int NOT NULL default 0,
    `fire_time` timestamp not null,
    `added` datetime,
    PRIMARY KEY (`id`),
    KEY `tv_program_id` (`tv_program_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `countries`(
    `id` int NOT NULL,
    `iso2` varchar(8) NOT NULL default '',
    `iso3` varchar(8) NOT NULL default '',
    `name` varchar(64) NOT NULL default '',
    `name_en` varchar(64) NOT NULL default '',
    `region` varchar(64) NOT NULL default '',
    `region_id` int NOT NULL default 0,
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `cities`(
    `id` int NOT NULL,
    `name` varchar(64) NOT NULL default '',
    `name_en` varchar(64) NOT NULL default '',
    `region` varchar(64) NOT NULL default '',
    `country` varchar(64) NOT NULL default '',
    `country_id` int NOT NULL default 0,
    `timezone` varchar(64) NOT NULL default '',
    PRIMARY KEY (`id`),
    KEY `country_id` (`country_id`),
    KEY `timezone` (`timezone`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Migration 1535719937 failed during Post-Checks. Error An exception occurred while executing 'INSERT INTO changelog (version, change_number, delta_set, start_dt, complete_dt, applied_by, description, origin_filename, migration_description) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [1535719937, 1, "doctrine", "2025-09-27 18:28:07", "2025-09-27 18:29:47", "doctrine migrations command", "1-initial_schema.sql", "Version1535719937", ""]:

SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: 'doctrine migrations command' for column 'applied_by' at row 1

In AbstractMySQLDriver.php line 115:

  An exception occurred while executing 'INSERT INTO changelog (version, change_number, delta_set, start_dt, complete_dt, applied_by, description, origin_filename, migration_description) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [1535719937, 1
  , "doctrine", "2025-09-27 18:28:07", "2025-09-27 18:29:47", "doctrine migrations command", "1-initial_schema.sql", "Version1535719937", ""]:

  SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: 'doctrine migrations command' for column 'applied_by' at row 1


In PDOStatement.php line 107:

  SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: 'doctrine migrations command' for column 'applied_by' at row 1


In PDOStatement.php line 105:

  SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: 'doctrine migrations command' for column 'applied_by' at row 1


migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--] [<version>]

Loading configuration from the integration code of your framework (setter).

                    Ministra DB Migrations


No migrations to execute.
Failed run migration command

BUILD FAILED
/var/www/stalker_portal/deploy/build.xml:381:12: /var/www/stalker_portal/deploy/build.xml:387:51: Migrations run failed
Total time: 12.1619 seconds

Nikolai Niko

unread,
Sep 30, 2025, 4:01:53 AM (4 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
1. Clean linux OS? 2. What Version Ministra you are trying to install? 3. Do you run a script to install?

Γιάννης Ζιούπος

unread,
Sep 30, 2025, 7:59:00 AM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
So the os is clean the version is 5.6.1 and I didn't use a script I did it using the official guide by infomir the os is Ubuntu server 16.04 lts I don't see what I am doing wrong here

Nikolai Niko

unread,
Sep 30, 2025, 9:04:28 AM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
Why you are trying to install an old version of mInistra? Go for the 5.6.10

Γιάννης Ζιούπος

unread,
Sep 30, 2025, 9:40:55 AM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
Sorry I forgot the zero I was trying to install 5.6.10

Lydia Colon

unread,
Sep 30, 2025, 11:10:42 AM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
Clean linux OS .. That mean that you have to reinstall a Fresh Ubuntu OS then you install Ministra v5.6.10

Чтобы посмотреть обсуждение, перейдите по ссылке https://groups.google.com/d/msgid/stalker-middleware/2d2b2a12-a8bd-4f00-931c-75f86d7477e1n%40googlegroups.com.

Γιάννης Ζιούπος

unread,
Sep 30, 2025, 11:27:14 AM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
ok i will try that even though i think that is not the problem

Γιάννης Ζιούπος

unread,
Sep 30, 2025, 12:00:35 PM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
same thing still didnt work same output on clean install with ubuntu 16.04 lts using again the infomir guide for properly installing ministra i dont know why it is still happening

Γιάννης Ζιούπος

unread,
Sep 30, 2025, 12:04:41 PM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
and also when i try to access http://192.168.1.177/stalker_portal/server/adm/ to configure the stalker instance it displayes this https://pasteboard.co/j9at39vDlWP9.png (Screenshot in url)

Nikolai Niko

unread,
Sep 30, 2025, 9:48:54 PM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
You are getting that because you haven't complete phing, try to use this https://github.com/midesidotnet/ministra5610/blob/main/install.sh  I have no idea how outdated is but you can give it a shot, make sure its clean OS. 
If you still fail, PM me directly your telegram or teams username

rupinder mader

unread,
Sep 30, 2025, 10:36:01 PM (3 days ago) Sep 30
to Ministra TV platform (formerly Stalker Middleware)
not gona work. need to adjust:
--- build.xml 2022-04-17 19:11:36.496233879 +0100 +++ build2.xml 2022-04-17 19:10:46.032158712 +0100 @@ -106,7 +106,7 @@ </then> </if> - <exec command="curl -sS https://getcomposer.org/installer | php -- --install-dir=${project_path}/deploy/composer/ --filename=composer.deploy.phar" level="info" outputProperty="install.error.msg" returnProperty="install.error.code"/> + <exec command="curl -sS https://getcomposer.org/installer | php -- --install-dir=${project_path}/deploy/composer/ --filename=composer.deploy.phar --version=1.9.1" level="info" outputProperty="install.error.msg" returnProperty="install.error.code"/> <exec command="${project_path}/deploy/composer/composer.deploy.phar self-update 1.9.0" level="info" /> <exec command="chmod +x ${project_path}/storage/tvarchive.sh" level="info"/> <exec command="rm -f ${project_path}/deploy/ministra/composer.lock" level="info"/>

as this is not supported:

Γιάννης Ζιούπος

unread,
Oct 1, 2025, 12:00:29 AM (3 days ago) Oct 1
to Ministra TV platform (formerly Stalker Middleware)

So ist this a patch file so I just need to but this as a .patch and patch it to the build.xml already present or what lines do I have to change to what

rupinder mader

unread,
Oct 1, 2025, 12:41:33 PM (2 days ago) Oct 1
to Ministra TV platform (formerly Stalker Middleware)
did you endup installing it?

Γιάννης Ζιούπος

unread,
Oct 1, 2025, 12:47:16 PM (2 days ago) Oct 1
to Ministra TV platform (formerly Stalker Middleware)
Unfortunately no I tried patching running the official script cleaning the os again and again upgrading and downgrading it depending on the scripts and never worked and that's when I got bored and just installed x stream ui and finally getting the Webportal and the STB portal to sort of work but better than ministra and stalker middle ware

rupinder mader

unread,
Oct 1, 2025, 12:56:44 PM (2 days ago) Oct 1
to Ministra TV platform (formerly Stalker Middleware)
Can you provide me instructions on how to install x stream ui , I never done this before.


Чтобы посмотреть обсуждение, перейдите по ссылке https://groups.google.com/d/msgid/stalker-middleware/3897f680-13ec-47c8-877f-290eacf57d47n%40googlegroups.com.

Γιάννης Ζιούπος

unread,
Oct 2, 2025, 11:17:01 AM (yesterday) Oct 2
to Ministra TV platform (formerly Stalker Middleware)
To be frank with you I still don't know a lot about how to install xsteam ui but I found some install scripts that help with install because I could only find mirrors not the official source so but I could only find r22f and r24 to be real it's really difficult to find this stuff but anyway I will share the links when later 

rupinder mader

unread,
Oct 2, 2025, 12:05:43 PM (yesterday) Oct 2
to Ministra TV platform (formerly Stalker Middleware)
If you want ministra to be installed on your server. I can do it for you. It's free of charge. You need to reinstall 22.04 clean. And give me SSH access user and password.

Чтобы посмотреть обсуждение, перейдите по ссылке https://groups.google.com/d/msgid/stalker-middleware/c7c6015a-ddbd-46c8-8602-79b9361d2f15n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages