Month: August 2012

RSS Feed to Update Twitter Status using Perl Script with OAuth Part-I (Registration of Twitter Application)

Every blogger or the person who is connected with Internet to get latest news, updates, informations etc. knows the importance of RSS Feeds. RSS (Really Simple Syndication) is a family of web feed formats used to publish frequently updated works on blog or on websites. Users subscribe to their favorite blogs or news websites so
Read More »

Apache Error: Options ExecCGI is off in this directory

Problem: Recently after recompiling PHP on a Linux server; Bugzilla installed on same server for bug management started throwing “403 Forbidden: Access is forbidden to the requested page“ Error. Apache error log was showing following Error [Tue Sep 20 11:32:33 2011] [error] [client xx.xx.xx.135] Options ExecCGI is off in this directory: /usr/local/apache/htdocs/bugzilla/index.cgi   Cause: This
Read More »

NFS Mount Failed: unmatched host and Permission Denied

After configuring NFS Share when you finally try to mount the share on your system or on server you get following error: root@auth [~]# mount 192.168.0.2:/home/nfsshare/ /home/dcport/nfs mount: 192.168.0.2:/home/nfsshare/ failed, reason given by server: Permission denied root@auth [~]# For more information I would suggest you to check the Log file and if you find following
Read More »

Mobile updates- Tweet Away!

It has become vital in today’s world to stay connected and updated all the time in order to survive. It is not possible for man to live in seclusion but the amount of connection that is required and the need to keep up with what is happening has become a race, of which all try
Read More »

How to Install a Sound Card

A good sound card will improve the audio performance of your computer, making multimedia tasks such as gaming, listening/producing music and watching movies a lot more enjoyable. Most computers’ come stocked with a relatively mediocre sound card, and a lot of the time you may need to upgrade to achieve the quality of sound you
Read More »

FIX: Unable to get type of handler

Recently while changing the name of a domain from Plesk (Linux) it thrown following Error: No such parameter 'handler-type' for handler '10-spam-MVquwk' Unable to get type of handler: 10-spam-MVquwk No such parameter 'handler-type' for handler '10-spam-LztqGr' Unable to get type of handler: 10-spam-LztqGr The problem is due to orphaned handlers in /usr/local/psa/handlers Directory. Whenever a
Read More »

ERROR: “copy_file failed: copy_file: System Error : invalid file paths” when you change Plesk administrator password

While changing Plesk admin password it throws following copy_file failed: copy_file: System Error: invalid file paths in /usr/local/psa/admin/bin/copy_file /var/backup/psa/tmp/nsfuJB48u /etc/psa/.psa.shadow:0: cmd_server.php3:95 ch_admin_pass(string ‘***************’, string ‘*************’) 1: ch_pass.php3:34 require(string ‘/usr/local/psa/admin/htdocs/server/ch_pass.php3’) 2: plesk.php:51 Above error arises when the problem is when Plesk is unable to copy files in /var/backup/psa/tmp/ directory. As per http://kb.parallels.com/en/5201 the main cause of
Read More »

Horde Error: Cannot use object of type DB_sqlite as array

While Accessing Horde Webmail interface in Plesk it gives following error Fatal error: Cannot use object of type DB_sqlite as array in D:/inetpub/vhosts/webmail/horde/lib/Horde/DataTree.php on line 656 To fix this error first go to C:/Parallels/Plesk/Additional/Php OR any Directory where Plesk PHP4 is installed and execute Following commands C:/Parallels/Plesk/Additional/Php>pear upgrade –force pear downloading PEAR-1.9.0.tgz … Starting to
Read More »