If you are getting the below error in cPanel > SEO Tools
++++++++++++++++++
The system experienced a problem when it attempted to serve the requested page.
Login to server
++++++++++++++++++
Then follow the below steps to resolve the issue :
Edit the File:/usr/local/cpanel/base/3rdparty/attracta/index.live.pl
vi /usr/local/cpanel/base/3rdparty/attracta/index.live.pl
Add the below code after "use CGI" line
use Cpanel ();
This should resolve the issue.