Error : Fix the WHM CSF Security Test Errors!

How to fix the WHM CSF security test errors! As a part of ensuring security, Hostripples perform a CSF security scan from WHM. We may get the following error after the scan.  “Check csf LF_SCRIPT_ALERT option WARNING This option will notify you when a large amount of email is sent from a particular script on […]

Make errors when installing ffmpeg-php-0.6.0

When installing ffmpeg-php-0.6.0 getting the the following errors In file included from /usr/include/sys/stat.h:107, from /usr/include/php/main/php_streams.h:28, from /usr/include/php/main/php.h:395, from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40: /usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type /usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type /usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type /usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type /usr/include/bits/stat.h:154: […]

mySQL Result Source Errors

Warning: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in… You need to take a look at the $result variable used to define the loop. More than likely there is a syntax error on the reported line before the $result field, or the value of $result does not exist. Supplied argument is […]