buy tb500

Archive for December, 2010

The encoded file /var/cpanel/rvglobalsoft/rvsitebuilder/www/ionctestlicense.php requires a license file rvsitebuilder.lic.

Saturday, December 25th, 2010

Please contact your provider to force update using the following instruction.
1. SSH to the server as root and run this command.

rm -f /var/cpanel/rvglobalsoft/rvsitebuilder/var/INSTALL_COMPLETE.php
rm -f /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilderversion.txt
perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi

2. Go to root WHM/RVSiteBuilder, it will automatically rebuild the database for you.

To force update both steps need to be done. It still keeps your previous data, configuration and translation (given that you do not edit files directly but edit from RVSiteBuilder Manager). If doesn’t work, please submit me the login information to the account in question or attach me the snapshot of what you did and its result.

vim: error while loading shared libraries: libperl.so

Saturday, December 18th, 2010

to find the solution, refer to below URL, we got the apove error, then we used the below solution and worked fine

http://www.blogjava.net/lyjjq/articles/79408.html

Thank you.

ClamAV in Centos Linux

Saturday, December 18th, 2010

The steps in the URL below

http://www.mybanglaspace.com/public/blog/view/id_2142/title_ClamAV-in-Centos-Linux/

Thank you.

You have reached the limit on number of times you can install this web application (0).

Saturday, December 18th, 2010

to fix the issue, follow below solution

login to the  plesk control panel, select customer domain, then follow below

Applications & Services > Application pool > select corresponding application > and click to ‘allowed’ column > and increase “Installations allowed”. By default it is set to 2.

i have tried the solution my self and fixed the issue.

cheers

Fatal error: Allowed memory size of 67108864 bytes exhausted

Friday, December 10th, 2010

Solution

1. Try adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');

2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

3. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M

4. Talk to your host.

Thank you.

Create Rewrite Rules for the URL Rewrite in Module

Friday, December 10th, 2010

Please refer to the guide below

http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module/

Thank you.