fcollingwood

Registered
Jun 10, 2019
1
0
1
Orklund
cPanel Access Level
Root Administrator
I'm trying to migrate from EA3 to EA4 and I get the following:

Code:
EasyApache 4 converted your EasyApache 3 profile, with warnings.

[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] Adding the missing package, ea-apache24-mod_suexec, to the EasyApache 4 profile.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] Current profile has the following MPMs: ea-apache24-mod_mpm_event
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] Ignoring “ea-php55-php-opcache” since it conflicts with “ea-php55-php-zendguard”.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] Ignoring “ea-php56-php-opcache” since it conflicts with “ea-php56-php-zendguard”.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] ea-apache24-mod_mpm_event found, removing conflicting php DSO package
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::Apache::Frontpage” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::Apache::SymlinkProtection” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::Bcmath” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::Calendar” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::FTP” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::ForceCGIRedirect” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::Iconv” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::Imap” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::MagicQuotes” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::MysqlOfSystem” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::Sockets” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP4::Zlib” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP5::ForceCGIRedirect” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] “Cpanel::Easy::PHP5::Mhash” ignored since it does not have an RPM.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] Something is wrong
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] EasyApache 4 was unable to convert your EasyApache 3 profile, with these fatal errors.
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] ^[[1;33mIn cPanel & WHM version 76 and earlier, the FCGId module does not handle PHP inheritance correctly. We fixed this issue in cPanel & WHM version 78. For more information, read https://go.cpanel.net/EA4FCGId^[[0m
The only two similar post in the forum suggest the following:

Code:
yum-config-manager --enable cl-ea4-testing
This made absolutely no difference.

And:

Code:
yum install ea4-experimental
which just plain failed with:

Code:
Loaded plugins: fastestmirror, priorities, rhnplugin, security, universal-hooks
Setting up Install Process
Loading mirror speeds from cached hostfile
 * cpanel-addons-production-feed: 208.100.0.204
 * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com
27409 packages excluded due to repository priority protections
No package [B]ea4-experimental[/B] available.
Error: Nothing to do
Anyone have any ideas?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
The issue resides in this error:

Code:
[2019-06-11 15:25:15 +1200] info [cloudlinux_ea3_to_ea4] ^[[1;33mIn cPanel & WHM version 76 and earlier, the FCGId module does not handle PHP inheritance correctly. We fixed this issue in cPanel & WHM version 78. For more information, read https://go.cpanel.net/EA4FCGId^[[0m
Which version of cPanel are you running? The documentation notes the following:

Apache Module: FCGId - EasyApache 4 - cPanel Documentation
Code:
EasyApache 4 migrations only migrate FCGId on systems that run cPanel & WHM version 76. In earlier versions, you must install the Apache mod_fcgid module independently.