Problem With Solutions

Something Different In Linux

Home » Archive by category 'Error and solution'

suhosin.so: undefined symbol: zend_atol

Posted by Rishikesh Vispute Categories: Error and solution, Wordpress

suhosin.so: undefined symbol: zend_atol

Roundcube Spell Check problem

Posted by Rishikesh Vispute Categories: Email problems, Error and solution

On cPanel Roundcube webmail on clicking spell check icon a message appears in the right hand corner which is similar to “No error found in spelling” This message is shown even though there are error in spelling. And spelling are not corrected by spell check. To fix this problem go through following steps. 1) SSH  [ Read More ]

perl error while running weblogs on the server

Posted by Rishikesh Vispute Categories: Error and solution

Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you are getting perl error while running /scripts/runweblogs do as follows : 1) Check the perl version on the server using following command Perl -v 2)  If you are getting following error while running runweblogs script  [ Read More ]

Error: 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  [ Read More ]

Error : Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/username/public_html/tpl_c/%%CD^CDB^CDBF33CB%%user_media_iptc_single_tag.tpl.php on line 1265 Solution : This problem is not activeCollab related, but caused by platform activeCollab is running on. From articles I read by googling for “Cannot run code from this file in conjunction with non encoded  [ Read More ]

Error : When error logs shows error “retry time not reached for any host” 2010-12-08 21:29:30 1PQRZp-0008IM-VT <= test123@domain.com H=localhost (mail.domain.com) [127.0.0.1]:37322 I=[127.0.0.1]:25 P=esmtpa A=fixed_login:test123@domain.com S=864 id=dd7281d7c14931d64d38983153498914.squirrel@mail.domain.com T=”test” from <test123@domain.com> for username@senderdomain.com 2010-12-08 21:29:30 1PQRZp-0008IM-VT == username@senderdomain.com R=dk_lookuphost T=dk_remote_smtp defer (-53): retry time not reached for any host Solution: If you are getting the above  [ Read More ]

DB Error: connect failed in horde

Posted by Rishikesh Vispute Categories: cpanel, Error and solution

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  [ Read More ]

Error : Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace Solution : When access the domain and the domain not shows the content and the server logs shows the above error then you need to  [ Read More ]

javax.naming.NameNotFoundException

Posted by Rishikesh Vispute Categories: Error and solution, Tomcat

Error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Solution : When I have access  site in browser then catalina.out logs show the above error and the database is not connected , I have tried all of the possibilities but  this issue is sorted  with following solution. I have moved the mysql-connector-java-*.jar file from  [ Read More ]

Request Entity Too Large

Posted by Rishikesh Vispute Categories: Error and solution

Error : 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  [ Read More ]

Error : Exception printing is disabled by default for security reasons. Error log record number: XXXXXXXXXXXXXXX Solution : After installation of magento then some of pages shows this error. Exception printing is disabled by default for security reasons. Error log record number: XXXXXXXXXXXXXXX In this case you need to check following steps. 1) Go to  [ Read More ]

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined

Unrouteable address

Posted by Rishikesh Vispute Categories: Email problems, Error and solution

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  [ Read More ]

Error : … cannot restore segment prot after reloc: Permission denied Solution : This problem is most probably caused by the security extension SeLinux.  I am sure that the “SeLinux” is enable on the server. You need to disable the SeLinux on the server. By Default SELinux is set to “enforcing” in CentOS on boot,  [ Read More ]

Error : When accessing the page and it shows the “Internal server errror” and the server logs shows the folloging error /home/username/public_html/rubytest2.htm:6: /usr/local/lib/ruby/1.8/i686-linux/rbconfig.rb:7: ruby lib version (1.8.7) doesn’t match executable version (1.8.6) (RuntimeError) [Sun Mar 28 11:42:45 2010] [error] [client 124.124.251.228] Premature end of script headers: /home/username/public_html/cgi-bin/eruby.cgi [Sun Mar 28 11:42:45 2010] [error] [client 124.124.251.228]  [ Read More ]

cgi_bin shows the internal server error

Posted by Rishikesh Vispute Categories: Error and solution, htaccess

Error:   500 internal server error is shown when access URL http://domain.com/cgi-bin/index.php Solution : Add the following Handler in httpd.conf file or .htaccess file. AddHandler application/x-httpd-php .php Done

Error : Are you getting this wordpress error whilst trying to automatically update wordpress or a plugin Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature Solution : The error due the disk space is full of your account.  You need to upgrade your hosting plan or deleted some unwanted  [ Read More ]

How to remove blocked  ip address from the Brute Force Protection by using SSH  ? When WHM locks out an user account, especially “root”, the best way is to wait for 10 minutes to see if the account will be unlocked. If the locks persists, webmaster and administrator who still can remote login via SSH  [ Read More ]

Warning: POST Content-Length of

Posted by Rishikesh Vispute Categories: Error and solution, Joomla

Error  : Warning: POST Content-Length of 9897293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 Solution: If you are facing same error in joomla then you need to increase the “post_max_size”  in php.ini file post_max_size =8M Replaced with post_max_size = 12 M Done

Redirect domain to .cgi file

Posted by Rishikesh Vispute Categories: Error and solution, htaccess

If you want to redirect your domain http://domain.co.uk to http://domain.co.uk/cgi-bin/test/subdirectory/test.cgi file then add the following rewrite rule in .htaccess file ==================== Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.co\.uk$ [NC] RewriteRule ^/?$ “http\:\/\/www\.domain\.co\.uk\/cgi-bin\/test\/subdirectory\/test\.cgi$1″ [R=301,L] ==================== Or ==================== http://domain.com to http://domain.com/cgi-bin/subdirectory/test.cgi then add the following rewrite rule in .htaccess file ==================== RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [OR]  [ Read More ]

Warning: shell_exec() has been disabled for security reasons in You would receive the above warning message while accessing Fantastico through cPanel. Please check if the below options are selected in WHM (you need to access WHM as root) Login to your WHM control panel as root scroll down to the PHP section and make sure  [ Read More ]

CodeIgniter redirection problem

Posted by Rishikesh Vispute Categories: Error and solution, htaccess

If CodeIgniter is installed on the linux server and the .htaccess file is correct but your domain is not working properly then you need to set the  “uri_protocol” in the “system/application/config/config.php” file is as follows. $config['uri_protocol']    = “REQUEST_URI”;

Error : After run /scripts/fixcommomproblems Que this message Code: Processing mailman /bin/pwd: failed to stat `.’: Permission denied Processing zarautzi /bin/pwd: failed to stat `.’: Permission denied Processing alphaele /bin/pwd: failed to stat `.’: Permission denied Processing transjus /bin/pwd: failed to stat `.’: Permission denied Solution: Hello,It seems to suid is not set for /bin/pwd  [ Read More ]

Fatal error: Allowed memory size of

Posted by Rishikesh Vispute Categories: Error and solution

Error : Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2420 bytes) in /home/username/public_html/thumbnail.php on line 49 Solution : To change the memory limit for one specific script by including a line such as this at the top of the script: Open the file /home/username/public_html/thumbnail.php and add the following  code below  [ Read More ]

Not able to start httpd & the error is as below Configuration Failed [Tue Dec 22 11:24:33 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) [Tue Dec 22 11:24:33 2009] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Checking your disk shows that you have plenty of space. The problem is that apache  [ Read More ]

database not connected

Posted by Rishikesh Vispute Categories: Error and solution, mysql

Error : Your all database details is correct but the database is not connected  in any application. Solution : The problem due the ” sql.safe_mode”  is “On” in php.ini file.  You need to turn off the sql.safe_mode in server  php.ini file sql.safe_mode = Off Done

Error : Warning: unlink(/tmp/b5714c117c314452941e2cbf776c0ce7.dat) [function.unlink]: Operation not permitted in /home/username/public_html/calendar/includes/dbi4php.php on line 828 Solution: The problem due the /tmp directory.  The /tmp directory is secure so this warning is generated. You need to create one /tmp folder under the document root (/home/username/public_html/calendar/) and change the setting  from /tmp to “/home/username/public_html/calendar/tmp” in setting.php file. Done

Optimized by SEO Ultimate