Rvsite builder error

ARUN Posted in ERROR
0

Sorry, 209.51.143.130(209.51.143.130) is not found.
Solution : This seems to be a Licence error

http://rvsitebuilder.com/index.php/main/public/action/view/page/support


FTP error while in filezilla

ARUN Posted in ERROR, FTP
0

Getting the following error while connecting FTP using Filezilla

Error: Connection timed out Error: Failed to retrieve directory listing

But I can connect FTP from command prompt without any issues.

SOLUTION

Check if firewall is present. If its disabled enable that and it worked fine for me.

Open Passive ports if not already opened.

Clear suphp logs (Solution for Php internal 500 error)

ARUN Posted in ERROR, PHP
0

cd /root/bin    (If no bin flder create one)

vi clear_suphp.sh

cd /usr/local/apache/logs
echo > suphp_log

save and exit

chmod 700 clear_suphp.sh

crontab -e

10 */1 * * * /bin/bash /root/bin/suphp_clear > /dev/null 2>&1                  (Will execute the cron in every 2hrs)

save and exit

service crond restart

Email Error (Error number : 451)

ARUN Posted in ERROR
0

Squirrel mail :

Message not sent. Server replied: Requested action aborted: error in processing
451 Temporary local problem – please try later

Solutions

1 )  Make sure there is an entry in /etc/localdomains  ( For cpanel servers ).