by admin | Nov 5, 2016 | Microsoft Windows
At times, you will want to convert the mp4 videos to mpg format, which the common DVD players and the older TV’s support directly. To do this, you can use the FFmpeg for Windows. Download the program from :...
by admin | Aug 5, 2016 | cPanel/WHM
We are talking about CentOS 4 and CurLSSL here. We may have some legacy users facing this issue in enabling CurLSSL. This was the error encountered : ======= vtls/openssl.c: In function `Curl_ossl_init’: make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1 make[2]:...
by admin | Jun 26, 2016 | IIS
After installing PHP on your IIS, you might be stuck with the following error : “Http Error 500.0 FastCGI process exited unexpectedly. ” This error occurs when the Visual C++ Redistributable file to handle CGI process is not present in the system. To...
by admin | Jun 22, 2016 | IIS, Microsoft Windows
Prerequisites: IIS 8.5 Installed PHP 7.0.X ( 64 Bit) installed to C:\Program Files\PHP via WPI. O.S :- Windows Server 2012 / R2 We are about to enable PHP ImageMagick extension with IIS ImageMagick is free Open source software for displaying, editing image files in...
by admin | May 4, 2016 | cPanel/WHM
A recent upgrade from cPanel / WHM 11.54 resulted in the services getting broken and not able to access the services. Was able to find the following in the logs when attempt to restart cPanel was made : Can’t locate Unix/PID/Tiny.pm in @INC (you may need to...
by admin | Apr 28, 2016 | cPanel/WHM
When cPanel is viewed using the Paper lantern theme, there was an error in which we were not able to delete any files over the file manager. When loading over the Chrome, got the following in console : utilities_container.js:13 Uncaught TypeError: Cannot set property...
by admin | Apr 28, 2016 | cPanel/WHM
When trying to start the cPanel service via /scripts/restart_cpsrvd, was getting the following error : cpsrvd: Setting up native SSL support … Can’t locate auto/Net/SSLeay/EC_KEY_new_.al in The simple fix was to re-install the Net::SSLeay perl module This...
by admin | Apr 28, 2016 | cPanel/WHM, Mail service
Ever come across a situation in which the root mails are getting hung in the queue? Even if you have configured a forwarder to another email address, the root mails tends to just stuck in the queue and pile up. A closer look on the body of the bounced up mails will...
by admin | Apr 28, 2016 | cPanel/WHM, MySQL
You might want to install the the MySQL native driver for PHP (MySQLnd) over the custom MySQL driver provided with the default EasyApache. To enable this manually, you will need to edit the file : /var/cpanel/easy/apache/rawopts/all_php5 and make sure the following...
by admin | Oct 23, 2015 | cPanel/WHM, MySQL
For someone who upgraded MySQL from versions 5.0.x to something like 5.5.x, this error might be a familiar one : “Cannot load from mysql.proc. The table is probably corrupted” The database activities would not work as expected and hence you will need to...