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 - jamb

Pages: [1]
1
CentOS 6 Problems / Migration Assistant CWP -> CWP problem
« on: March 26, 2019, 10:19:31 AM »
Hello.

When using the Migration Assistant, the connection test is successful, but when you click next, the error "Error Connecting
Please check that the firewall is not blocking this request ..! "And in the log file
Code: [Select]
2019/03/25 17:06:04 [error] 16755#0: *4554 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: op in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_cwptocwp.php on line 0
2019/03/25 17:10:21 [error] 16755#0: *4554 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: authentication in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_cwptocwp.php on line 0" while reading response header from upstream, client: 192.168.0.10, server: localhost, request: "POST /cwp_22a33834620d453ab10d85c804db2a95/admin/loader_ajax.php?ajax=cwptocwp&acc=dataserve HTTP/1.1", upstream: "fastcgi://unix:/usr/local/cwp/php71/var/sockets/cwpsrv.sock:", host: "192.168.0.102:2030", referrer: "http://****:2030/cwp_22a33834620d453ab10d85c804db2a95/admin/index.php?module=cwptocwp"

2
PHP / Re: PHP Version Switcher
« on: November 12, 2018, 03:04:52 PM »
Hello
In the PHP Selector section when I click Install Dependencies, then in the log file:
Code: [Select]
Finished Dependency Resolution
Error:  Multilib version problems found. This often means that the root
       cause is something else and multilib version checking is just
       pointing out that there is a problem. Eg.:

         1. You have an upgrade for libc-client which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of libc-client of the
            different architecture. If you exclude the bad architecture
            yum will tell you what the root cause is (which package
            requires what). You can try redoing the upgrade with
            --exclude libc-client.otherarch ... this should give you an error
            message showing the root cause of the problem.

         2. You have multiple architectures of libc-client installed, but
            yum can only see an upgrade for one of those arcitectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.

         3. You have duplicate versions of libc-client installed already.
            You can use "yum check" to get yum show these errors.

       ...you can also use --setopt=protected_multilib=false to remove
       this checking, however this is almost never the correct thing to
       do as something else is very likely to go wrong (often causing
       much more problems).

       Protected multilib versions: libc-client-2007e-11.el6.i686 != libc-client-2007e-11.el6.art.x86_64
Error: Protected multilib versions: libcom_err-1.41.12-24.el6.i686 != libcom_err-1.42.5-2.el6.x86_64
mkdir: cannot create directory `/usr/kerberos': File exists
ln: creating symbolic link `/usr/kerberos/lib/lib64': File exists
ln: creating symbolic link `/usr/lib/libjpeg.so': File exists
ln: creating symbolic link `/usr/lib/libpng.so': File exists
ln: creating symbolic link `/usr/lib/libmysqlclient.so.16': File exists
ln: creating symbolic link `/usr/lib/libmysqlclient.so': File exists
ln: creating symbolic link `/usr/lib/libexpat.so': File exists

My CWP Versión is: 0.9.8.333 and the PHP Version is 0.9.8.573

Pages: [1]