Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bpls14

Pages: [1]
1
PHP / Re: CWP7.Pro Error | Unable to Login Admin Panel
« on: April 27, 2020, 08:02:45 AM »
It worked for me (PHP V 7.3.10), now things look ok. "Many Thanks" to @rcschaff for the instructions and to @DNA for detailing all till resolving the issue.

Does it necessary to replace ioncube with below code as DNA mentioned? What will be the issue if not replaced, or the benefit if  replaced? It will help the understanding.

Code: [Select]
# cd /usr/local/
# mv ioncube ioncube-bak
# wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
# tar -zxvf ioncube_loaders_lin_x86-64.tar.gz


2
CentOS 7 Problems / Re: yum -y update conflict
« on: April 07, 2020, 09:27:58 PM »
Perfect!
Thanks...  :) ejsolutions

3
CentOS 7 Problems / yum -y update conflict
« on: April 07, 2020, 07:50:06 PM »
Hi,

I'm having below conflict errors with command #yum -y update. I've found 2 recent topics having same issue; requesting you to suggest me how to solve my error and fix update command. Do I follow the commands suggested? Newbie + novice here.

#1 https://forum.centos-webpanel.com/index.php?board=50.0
Topic suggests to use commands:

            #yum remove python36u python36u-libs
            #yum install python3 python3-libs                                       

#2 https://forum.centos-webpanel.com/index.php?topic=8584.0
Topic suggests to use command:

             #rpm -e --nodeps python36u-libs.x86_64 python36u.x86_64


Regards.

Transaction check error:

  file /usr/bin/python3.6 from install of python3-3.6.8-10.el7.x86_64 conflicts with file from package python36u-3.6.8-1.el7.ius.x86_64
  file /usr/bin/python3.6m from install of python3-3.6.8-10.el7.x86_64 conflicts with file from package python36u-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/ensurepip/__init__.py from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/http/client.py from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/asyncio/__pycache__/__init__.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/concurrent/__pycache__/__init__.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64

-------
-------
------- total 1095 lines
-------
-------

-------


Pages: [1]