Archive for December 29th, 2011

Thumbnail not created for EXIF jpeg file

Thumbnail not created for EXIF jpeg file by using Imagemagick Solution :  The problem due the Imagemagick version. You need to upgrade your Imagemagick version. You can easily upgrade your Imagemagick version by using yum command. root# yum install glib2 root# yum install libpng root# yum install libjpeg root# yum install libtiff root# yum install […]

JFolder::create: Infinite loop detected

When  try to install  template  or component then it shows the error * JFolder::create: Infinite loop detected * Warning! Failed to move file. Solution :  The problem is an incorrectly set /tmp file. 1] Check the entry of ” Path of  Temp folder” in admin section of joomla ( “Global Configuration<< server ” ). 2] First create /tmp folder […]

How to uninstall ffmpeg

How to uninstall ffmpeg ? Solution : I have installed the ffmpeg by using the /usr/local/src/ffmpeg directory so I have uninstalled it by using the same directory. cd /usr/local/src/ffmpeg make uninstall Deleting ffmpeg-related files from /usr/lib & /usr/bin folders. You can confirm by using following command to uninstall ffmpeg. locate ffmpeg | grep bin cd / […]

how to install APC

How to install APC on Linux ? Ans: The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Besides being a opcode cache it provides a user cache for storing application data. APC […]

How to install phpmyadmin on linux

How to install phpmyadmin on linux server ? Solution : phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, […]

Request Entity Too Large

Request Entity Too Large The requested resource /send.php does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. 01 3006 Solution : This error due the variables_order used on the server. The default variables_order used on the cpanel server is “EGPCS”. If you want to use […]

Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference.

Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference. Solution : This error is  occurred due the php version 5.3 and joomla is not certified to work with PHP 5.3.0. You need to change some code in your files. open the file vi /home/username/public/modules/mod_mainmenu/helper.php You can change this : Form function buildXML(&$params) to function […]

Unrouteable address

Error : A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:  test@domain.com   Unrouteable address” Solution : Suppose you have try to send emails from domain.com to any other email account and the server shows the above error then this problem is due […]

Mysql Database size shows 0 in cPanel

Error : database size not updated in cpanel Solution : In cPanel >> mysql databases , it shows database size as ” zero” even if it is not. You just need to make  the below changes to fix  it : root@server [#] vi   /var/cpanel/cpanel.config and search for following line. disk_usage_include_sqldbs=0 ( set it to 1 […]

DB Error: connect failed in horde

Error :  When try to access the Horde from cPanel  then it shows following error. Warning: fopen(/var/cpanel/horde/log/horde_0.log) [function.fopen]: failed to open stream: Permission denied in /usr/local/cpanel/3rdparty/lib/php/Log/file.php on line 216 A fatal error has occurred DB Error: connect failed Details have been logged for the administrator. Solution: The problem due to the ” Horde Groupware Webmail […]