• support[@]kurinchilion.com
  • +1 (888) 666-4252

MySQL Database Error: Error 28 from Storage engine

Jan 09, 2011 - by kurinchilamp 372 Views
Reason for the error is the availability of space allocated to the MySQL database in the specified partition. Easy fix for this is to go to the PhpMyAdmin interface (via CPanel/WHM) and identify the tables which has some value in under overhead column. Select ALL those tables and choose the option "Repair table" after you ensure that there is enough space in the database.
Continue Reading

Linux hosting and Vendors in the market

Dec 30, 2010 - by kurinchilamp 312 Views
Some hosting providers Dedicated or Virtual Server Options Monthly or yearly rental charge Pre-configured hosts Rackspace Linode UK2
Continue Reading

How to configure virtual hosts in Apache?

Nov 24, 2010 - by kurinchilamp 304 Views
Apache server documentation provides us clear set of steps to do name/IP based virtual hosting which is stated in the below URL http://httpd.apache.org/docs/2.0/vhosts/examples.html - Running several name-based web sites on a single IP address. - Name-based hosts on more than one IP address. - Serving the same content on different IP addresses - Running different sites on different ports - IP-based virtual hosting - Mixed port-based and ip-based virtual hosts - Mixed name-based and IP-based vhosts - Using Virtual_host and mod_proxy together - Migrating a name-based vhost to an IP-based vhost - Using the ServerPath directive
Continue Reading

How to configure Zend Framework in windows?

Oct 29, 2010 - by kurinchilamp 362 Views
Steps to configure Zend Framework in windows i) Check if the path to PHP executable is set. You can check this by executing php -version from command prompt. ii) Move zf.bat (or zf.sh) and zf.php which will be present in the Zend Framework's bin folder to the php's bin folder (where php.ini resides) iii) Move \path\to\znedframework\library to the location identified by "include_path" variable One way to identify the include_path variable -> php -i Other way is to open the php.ini file to identify the location. You can also append the path to zend framework's library to the include path variable within php.ini file. For Windows users, you can add an environment variable (system variable) that would point to the Zend Framework's library folder and name the variable "ZEND_TOOL_INCLUDE_PATH" If the configuration has been done correctly then you should be able to get a positive response when you execute -> zf show version -> zf --help
Continue Reading

PHP: ‘Fatal error: Allowed memory size of 8388608 bytes exhausted’

Aug 02, 2010 - by kurinchilamp 379 Views
Reason why you see this message is due to PHP memory leakage. PHP is trying to load a large image or file into memory and is not finding enough space for it to load. If you think, that you will need the necessary feature to upload large files then there are two ways by which you can enable this feature. i) Edit the physical file and have the line ini_set("memory_limit","20M"); ii) Edit php.ini and add the following line. You need to restart the apache/IIS server once php.ini file is modified. memory_limit=32M
Continue Reading

Any Video Converter: Free Software

Jul 20, 2010 - by kurinchilamp 431 Views
Available for FREE, Any Video Converter converts almost all file formats in short period of time. It makes the video available for view in PSP, smart phones and MP4 player You can download the free version at http://www.any-video-converter.com/products/for_video_free/ Input formats: avi, asf, mov, rm, rmvb, flv, mkv, mpg, 3gp, m4v, vob, YouTube videos Output formats: avi, mp4, wmv, swf, flv, mkv, MPEG-1 and MPEG-2, mpg (PAL or NTSC), mp3, wma, ogg, aac, wave, m4a
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.