Wednesday 14 December 2016

SEO tool issue in cPanel

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. 

1 comment:

  1. Hello,

    Nice Post.

    Please try a new Free SEO tool by Webmastertoys. This tool offers more than 50 seo tools for all type of webmasters.

    ReplyDelete

ERR_CONTENT_DECODING_FAILED

If you are getting the error as ERR_CONTENT_DECODING_FAILED while accessing the domain then add the below extension in php.ini  ++++++++...