plugin error – Analytics: plugin not found

plugin error – Analytics: plugin not found
On CPANEL, on Select PHP Version, disable mysqli and enable nd_mysqli
(XID h96ukf) Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.
Looks like we can disable this verification on CPANEL.
WHM > Server Setup > Tweak Settings
Forbidden
You don’t have permission to access /~wwwplayboy.com/ on this server.
Server unable to read htaccess file, denying access to be safeAdditionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Try to set the folder (public_html) to 755.
root@server [/home/domain.tld/www]# php ./bin/magento module:enable Infortis_Cgen Infortis_Dataporter Infortis_Infortis Infortis_Ultimo Infortis_UltraMegamenu Infor
Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
root@server [/home/domain.tld/www]#
To check the current memory_limit try
root@server [/home/domain.tlm/www]# php -r "echo ini_get('memory_limit').PHP_EOL;"
On WHM
Let’s increase it to 2G, for example.
[Thu May 12 03:14:41.562083 2016] [core:error] [pid 25726] [client 68.71.XXX.XXX:44611] End of script output before headers: manage.php
[Thu May 12 03:14:41.697026 2016] [:error] [pid 26855] [client 84.91.XXX.XXX:60222] SoftException in Application.cpp:256: File “/home/rocker/public_html/system/manage.php” is writeable by group
I had to set the file to 755.
As seen on http://stackoverflow.com/questions/17583341/error-500-premature-end-of-script-headers
Sources:
cat /etc/userdomains | sed "s/://g" | awk {'system("ls -1d /home/"$2"/mail/"$1"/* 2> /dev/null")'} | sed "s/\// /g" | awk {'print $5"@"$4'}
The above command will print our every email address in the server.
* Don’t forget you’ll want the email aliases aswell (found under /etc/valiases/).
Reference: https://forums.cpanel.net/threads/export-list-of-all-email-addresses.351951/
Cpanel custom configuration files location
/usr/local/apache/conf/userdata/std/2_2/*FTP_USER*/*www.domain.com*/custom.conf
then rebuild and load the cpanel apache configuration files.
Spent a few hours trying to put a module on Apache…
Module was showing up on installed modules but http request wasn’t dealing with it.
I had to reload the
/scripts/ensure_vhost_includes --all-users
and then restart apache
/usr/local/apache/bin/apachectl restart