Home » Archive

Articles tagged with: install

Magento »

[7 Jul 2009 | No Comment | 495 views]

1) Download Sample Data zip file from Magento Website
2) Extract the zip file
3) Drop all the tables from your magento database. It would be easy to drop the magento database and then recreate it instead of dropping individual tables.
4) Import sample data sql file into your magento database.

Smarty »

[11 Jul 2008 | 2 Comments | 22 views]

At first you need to download Smarty from http://smarty.php.net/download.php or you can download it directly from http://chapagain.googlecode.com/files/smarty.zip. Extract the zip file. Rename the extracted folder as ‘smarty’. Then, copy the folder ‘smarty’ to your working directory present inside the root directory of your web server.

Techno Fun »

[23 Nov 2007 | No Comment | 30 views]

Tech Support:
Yes, ma’am, how can I help you?
Customer:
Well, after much consideration, I’ve decided to install Love. Can you guide me through the process?
Tech Support:
Yes, I can help you, are you ready to proceed?

ASP.NET »

[5 Oct 2007 | No Comment | 15 views]

Ok, you installed IIS server in your Windows Operating System.
Then, I suppose you installed .NET Framework.

MySQL »

[20 Aug 2007 | No Comment | 25 views]

Problem: can’t create pid file: no such file or directory
I had this problem and had a very tough and frustrating time with it. While I was installing a fresh copy of MySQL 5 in Windows XP, I got this problem. (I was installing it from the installer i.e. setup file.) The server was not starting and ‘error 0′ was displayed. I tried to start the server from the command line by typing “mysqld-nt –console” and then got the error “can’t create pid file: no such file or directory”. It was …