Support Ubuntu 18.04
under review
Kalpesh Sejpal
I did installed ministra in a ubuntu 18.04 LTS. Please keep in mind you just have to use a php <= 7.1.x did use 7.0.x all other steps are same. It's damm good solution.
Admin Mst
Kalpesh Sejpal: hi . any other thing required for ubuntu 18 or only php for ministra
Kalpesh Sejpal
Admin Mst: i have successfully installed Ministra in ubuntu 18 and now in ubuntu 20 by installing php7.0, only default php was the problem.
We just have to add additional steps to install php7.0
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0
sudo apt-get install php7.0-cli php7.0-common php7.0-json php7.0-opcache php7.0-mysql php7.0-mbstring php7.0-mcrypt php7.0-zip php7.0-fpm php7.0-intl php7.0-simplexml
sudo a2dismod php7.*
sudo a2enmod php7.0
sudo service apache2 restart
sudo update-alternatives --set php /usr/bin/php7.0
sudo update-alternatives --set phar /usr/bin/phar7.0
sudo update-alternatives --set phar.phar /usr/bin/phar.phar7.0
sudo update-alternatives --set phpize /usr/bin/phpize7.0
sudo update-alternatives --set php-config /usr/bin/php-config7.0
Edit: we have to use php7.0 not php7.1
Admin Mst
Kalpesh Sejpal: thanks i will try today. Thanks again
Admin Mst
Kalpesh Sejpal: i tried and got this error though sudo phing succeeded but we can open ministra. this error came on while sudo phing
PHP Fatal error: Uncaught Error : Class 'Stalker\Lib\Core\Config' not found in /var/www/stalker_portal/server/common.php:24
stack strace:
#0 /var/www/staler_portal/server/tolls/init_apps.php(7): include()
#1 {main}
thrown in /var/www/stalker_portal/server/common.php on line 24
Kalpesh Sejpal
Admin Mst: Today, is holiday for me. so, i can write down entire guide for ubuntu 20.04 and share it with you.
Admin Mst
Kalpesh Sejpal: thanks bro
Kalpesh Sejpal
Admin Mst: You're welcome!! Here is a link to the guide.
https://gitlab.com/sejpalkalpesh/ministra-ubuntu-20.04
In Ubuntu 18.04, only PHP is the root cause of the problem.
But in Ubuntu 20.04, I had an issue related to PHP, Phing, and MySQL's latest version.
I wrote that guide in a hurry so please, contact me if any issue, or if you want, i can help you using a remote desktop session.
I want to suggest to the dev team, that if they can update the ioncube loader to the latest version, Ministra can work with PHP 7.2, PHP 7.3, and PHP7.4.
Admin Mst
Kalpesh Sejpal: actually we the the official distributors of infomir in gcc. And i will check this today and update to the support team as well. Thanks for your work. Dont know if writing email here is ok or not
Kalpesh Sejpal
Admin Mst: I'm glad I could help. Please create an issue in that gitlab and mention your email ID. ( it'll be more safer option. ) By the way, i'll make that project private with a week so please take back up of that.
Admin Mst
Kalpesh Sejpal: hi i am getting some errors while sudo phing. can u help me on remote desktop session. and i am trying to create issue in gitlab but its not allowing me.
(Z)
Ministra auto install script on Ubuntu 20.04 LTS / 18.04 LTS
https://github.com/madzharov/ministra-install-ubuntu-20.04
(Z)
Stalker Portal 4.9.3x install script on Ubuntu 20.04 LTS / 18.04 LTS
https://github.com/madzharov/stalker-portal-4.9
(Z)
Stalker Portal 5.0.3 install script on Ubuntu 20.04 LTS / 18.04 LTS
https://github.com/madzharov/stalker-portal-5.0.3
M
Marcel Eberling
I think this is a good idea. PHP 5.6 will be deprecated from the End of 2018 and if we could use PHP7.X this would be great.
Ministra
under review