Saturday, April 28, 2012

RVSitebuilder Publshing error curl_init

Publshing found the error “Cannot connect to yourdomain.com using curl_init”.

If you working on your RVSitebulider on your step 7 while clicking "publishing" you will get this error. This time you may need to contact your hosting provider to fix the issue and they will do the following steps to fix your issue(Cpanel servers).

Go to /var/cpanel/rvglobalsoft/rvsitebuilder/var
[/var/cpanel/rvglobalsoft/rvsitebuilder/var]#
and create a file name called "skip_validate_domain" and add your domain name on that file. This will fix the issue.

Wednesday, April 25, 2012

Changing mysql global variable Value

Changing mysql global variable Value

Here iam changing "character_set_server" from latin1 to utf8

[~]# cat /etc/my.cnf
[mysqld]
collation_server=utf8_unicode_ci
character_set_server=utf8

Installing GlobalSign OneClickSSL cPanel pugin


For installing oneclickssl please do the following steps on your cpanel server.

/scripts/perlinstaller CGI::Session
/scripts/perlinstaller Time::Local
/scripts/perlinstaller MIME::Base64
/scripts/perlinstaller WWW::Mechanize
/scripts/perlinstaller File::Touch
/scripts/perlinstaller HTTP::Headers::Util
/scripts/perlinstaller Config::Crontab
/scripts/perlinstaller Mozilla::CA
/scripts/perlinstaller YAML::Syck
/scripts/perlinstaller XML::Simple
/scripts/perlinstaller Date::Simple
/scripts/perlinstaller JSON
/scripts/perlinstaller LWP::UserAgent
/scripts/perlinstaller HTTP::Request::Common
/scripts/perlinstaller HTTP::Headers::Util
/scripts/perlinstaller WWW::FieldValidator
/scripts/perlinstaller Digest::MD5
/scripts/perlinstaller Template is
/scripts/perlinstaller IO::Handle
/scripts/perlinstaller IPC::Open3

 /scripts/perlinstaller SOAP::Lite
sometime you can not install this using this scripts

it will strucked like this Press to see the detailed list. 


root@server [/usr/local/src]# 


So you can try this one
perl -MCPAN -e 'install SOAP::Lite'

 PAN: LWP::UserAgent loaded ok (v6.04)
Fetching with LWP:
http://mirrors.mednor.net/CPAN/modules/03modlist.data.gz

 So i have gone for a manual installation as like below.

 root@server [/usr/local/src]# wget http://prdownloads.sourceforge.net/soaplite/SOAP-Lite-0.65_3.tar.gz?download
root@server [/usr/local/src]# tar zxf SOAP-Lite-0.65_3.tar.gz
[/usr/local/src/SOAP-Lite-0.65_3]# perl Makefile.PL
]# make
make test
make install



cd /usr/local/src/
wget www.globalsign.com/downloads/oneclickssl/cpanel/cpanel-plugin-2.6.sea
or
 wget http://www.globalsign.com/downloads/oneclickssl/cpanel/GlobalSign-OneClickSSL-cPanel-Plugin-2.87.sea

chmod +x cpanel-plugin-2.6.sea
./cpanel-plugin-2.6.sea

**********************
 12-09-2012
latest cpanel plugin for oneclick ssl is
 https://www.globalsign.com/downloads/oneclickssl/cpanel/GlobalSign-OneClickSSL-cPanel-Plugin-2.90.sea
**********************
Error:
There was an error. Please contact GlobalSign support. Error: System Error (The 'Temporary' certificate necessary to allow the OneClickSSL process to be completed cannot be aquired from the target domain). Please retry and if the issue persists then contact support with detailed information concerning the issue.


Solution:
Try reinstall with the latest globalSign plugin and disabling csf, then check your domain is resolving to the correct server.

Sunday, April 8, 2012

cpnel can not update

Cpanel can not upgrade to 11.32. version

While trying to upgrade to the latest version from WHM 11.30.6 (build 6) to the latest version 11.32.x, it is not upgrading.
Why because you are using "stable" in your cpanel update configuration.

We can change this by editing cpanelupdate configuration file as follows.
root@server [~]# cat /etc/cpupdate.conf
CPANEL=release


Or you can change in your WHM Main >> Server Configuration >> Update Preferences