phpmyadmin not found setelah upgrade ke php.7.0.30


Status
Not open for further replies.

mgilank

Expert 1.0
Verified Provider
Code:
[root@air ~]# yum install phpmyadmin --skip-broken
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: sjc.edge.kernel.org
 * epel: sjc.edge.kernel.org
 * extras: mirror.hmc.edu
 * ius: mirrors.kernel.org
 * remi: mirrors.mediatemple.net
 * remi-php55: mirrors.mediatemple.net
 * remi-php56: mirrors.mediatemple.net
 * remi-safe: mirrors.mediatemple.net
 * remi-test: mirrors.mediatemple.net
 * updates: mirror.hostduplex.com
Resolving Dependencies
--> Running transaction check
---> Package phpMyAdmin.noarch 0:4.8.2-1.el7.remi will be installed
................................................
--> Processing Dependency: php-justinrainbow-json-schema5 for package: composer-1.7.0~RC-1.el7.remi.noarch
--> Running transaction check
---> Package php-PsrLog.noarch 0:1.0.2-2.el7.remi will be installed
---> Package php-composer-ca-bundle.noarch 0:1.1.1-1.el7.remi will be installed
---> Package php-composer-semver.noarch 0:1.4.2-2.el7.remi will be installed
.....................................................................
--> Processing Conflict: php72u-common-7.2.7-2.ius.centos7.x86_64 conflicts php-common < 7.2.7-2.ius.centos7
--> Processing Conflict: php72u-common-7.2.7-2.ius.centos7.x86_64 conflicts php70u-common
remi-php56/filelists_db                                  | 159 kB     00:00
remi/filelists_db                                        | 2.5 MB     00:00
ius/x86_64/filelists_db                                  | 652 kB     00:00
epel/x86_64/filelists                                    |  10 MB     00:00
remi-test/filelists_db                                   | 551 kB     00:00

Packages skipped because of dependency problems:
    composer-1.7.0~RC-1.el7.remi.noarch from remi-test
    oniguruma-5.9.5-3.el7.x86_64 from epel
    php-PsrLog-1.0.2-2.el7.remi.noarch from remi
    php-bcmath-5.6.37-1.el7.remi.x86_64 from remi-php56
   ............................................................
    php72u-recode-7.2.7-2.ius.centos7.x86_64 from ius
    phpMyAdmin-4.8.2-1.el7.remi.noarch from remi

View attachment 3930
Tetep gak bisa :D

Loh ini berarti kan phpmyadmin nya belum ke install
 

zens

Hosting Guru
Verified Provider
cara upradenya gimana sebelumnya om? ..
Code:
# curl 'https://setup.ius.io/' -o setup-ius.sh
# bash setup-ius.sh
# yum remove php-cli mod_php php-common
# yum install mod_php70u php70u-cli php70u-mysqlnd
# apachectl restart
 

bhode18

Beginner 2.0
Betul pake remi aja

upgrade ke php7

yum install yum-utils
yum-config-manager --enable remi-php72 atau php73(masih beta)
yum update -y

disable php lama :
yum-config-manager --disable remi-php56
 

zens

Hosting Guru
Verified Provider
Betul pake remi aja
upgrade ke php7
yum install yum-utils
yum-config-manager --enable remi-php72 atau php73(masih beta)
yum update -y
disable php lama :
yum-config-manager --disable remi-php56
belum berhasil
 

Milea Adnan

Expert 1.0
Assalamualaikum,
wa'alaikumussalam warahmatullah wabarakatuh om Zen

Selamat pagi semuanya, semoga hari ini mendapat rejeki berlimpah ... amin ...
aamiin, semoga om Zen selalu diberikan kesehatan dan kesuksesan beserta seluruh keluarga besarnya, aamiin.

Saya upgrade versi php di vestacp yang sebelumnya menggunakan versi php 5.6 kemudian saya upgrade menggunakan versi php 7.0.30

View attachment 3909

Ada kendala setelah upgrade ke php 7.0.30, yaitu phpmyadmin tidak ditemukan pada server vestacp ini

View attachment 3912

View attachment 3913
Saya cek file phpmyadmin.inc di /etc/nginx/conf.d/ ada
dan isinya sesuai
View attachment 3914

mungkin temen-temen ada yang pernah ngalami ? mohon masukannya, terimakasih :)
waduh, udah seminggu belum solve ya om ... turut prihatin ya om ...

Mungkin bisa di coba dengan me-disable repo yang dari Remi.

pertama remove dulu phpmyadmin :
Code:
yum remove phpmyadmin
lalu disable repo Remi dari konfigurasi yum (dengan cara memindahkan konfig remi ke folder /root atau folder lainnya) :
Code:
mv /etc/yum.repos.d/remi* /root
terakhir, re-install phpmyadmin dari repo bawaan centos :
Code:
yum install phpmyadmin

Mudah-mudahan bisa solving problemnya yang udah seminggu itu ya om Zen, aamiin.
 
Status
Not open for further replies.

Top