June 25, 2026
This error occurs due to a missing file ‘ffmpeg_frame.lo‘ in the ffmpeg-php source, while your ffmpeg-php source may contain the file named ‘ffmpeg_frame.loT‘. – To Resolve this issue you just need to rename the ‘ffmpeg_frame.loT‘ to ‘ffmpeg_frame.lo‘ and make again
Read MoreWant to get an alert when hard drive in server is going bad A tool called SMARTD is available in lInux which is free You need to use below steps to install and configure it #yum install smartmontools #service smartd start #chkconfig smartd on #smartctl -a /dev/sda Now Open smartd config file and […]
Read MoreWhen checking the email trace option in cpanel, it reported an invalid date error. We got the following log from our cpanel error log file about what is causing the issue. What do I do when cpanel email trace not working, how can I fix it look no further we have the problem solved for […]
Read MoreIf you have been getting error in exim while sending emails “rejected by non-SMTP ACL: failed to expand ACL string” Use the below fix where you need to rebuild exim config and also cop root@shared [/]# /scripts/buildeximconf Configuration file passes test! New configuration file was installed. warn [buildeximconf] Could not find /etc/exim.pl warn [buildeximconf] Could […]
Read More[root@host.onlinesupport4u.in ~]# cat /sys/block/sda/queue/rotational Result is 0 if the drive is SSD [root@host.onlinesupport4u.in ~]# cat /sys/block/sda/queue/rotational Result is 1 if drive is SATA
Read MoreI noticed below error while updating cPanel to latest one of the server: Running `/usr/local/cpanel/scripts/updatenow --upcp --log=/var/cpanel/updatelogs/update.9320814564.log` failed, exited with code 25 (signal = 0) Below was the OS installed on the server : root@onlinesupport[~]# cat /etc/redhat-release CentOS release 6.5 (Final) root@onlinesupport [~]# Further found that the cPanel config had the OS information missing as […]
Read MoreConfigure PHP and suEXEC EasyApache is currently upgrading your Apache and PHP installation. Please wait for this process to finish before changing your PHP and Suexec settings. root@as [~]# cd /usr/local/apache root@as [/usr/local/apache]# ls ./ cgi-bin/ etc@ logs/ ../ conf/ htdocs/ man/ AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING conf_pre_ea3/ icons/ manual/ bin/ domlogs/ include/ modules/ build/ error/ lib/ root@as [/usr/local/apache]# […]
Read MoreThis is an error which is usually thrown by the server when there is a failure to start apache. The above description can be found in the error logs of the server. Solutions: Step 1: Open file /etc/init.d/httpd OR /usr/sbin/apachectl Step 2: Add `ulimit -n 65536` {The error usually occurs due to the lower number […]
Read More