Debug RvSitebuilder

Are you getting any problem while using RVsitebuilder. to view debug information, use following steps. 1.  SSH as a root to server and vim file /var/cPanel/rvglobalsoft/rvsitebuilder/var/{Server_IP}.default.conf.ini.php.Under [log], configuration to as below. [log] enabled=1 type=file name=var/log/php_log.txt priority=PEAR_LOG_DEBUG 2. Now run tail -f /var/cpanel/rvglobalsoft/rvsitebuilder/var/log/php_log.txt. 3. Try to access RVSiteBuilder and check the logs and try to figure […]

See More

EasyApache Error

/scripts/preeasyapache: line 116: /var/asl/data/templates/template-cPanel-posteasyapache-hook: No such file or directory This file is missing, I only have these 4 in that folder. template-cpanel-apache-hook template-cpanel-posteasyapache template-cpanel-preeasyapache template-cpanel-preeasyapache-hook Fix: Just remove the reference to that, it doesnt exist. Its an artifact of the way cpanel mangled perl in their environment.      

See More

MySQL-python : Installation

wget http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz gzip -d MySQL-python-1.2.2.tar.gz tar -xvf MySQL-python-1.2.2.tar.gz cd MySQL-python-1.2.0 python setup.py build python setup.py install Thats all.  

See More