Try (hd0,0): NTFS5 no wubildr after installing wubi windows 7 / vista

If you have installed ubuntu using wubi you can come up to this problem after selecting ubuntu from the boot menu. Windows seven create a 100mb system reserved hidden partition during windows installation. Where boot loader reside. If you install ubuntu using wubi it doesnt know where to put the boot file then normally it puts into c drive.

Solution:

1. Start ubuntu using a live cd

2. Go to places and select windows installation file system (something like … GB filesystem .. is the size of the windows partition)

3. Copy wubildr and wubildr.mbr

4. Go to system reserved file system then paste there.

5. Now reboot it should start normally now.

  • Share/Bookmark

Wordpress sending blog by email setting up cron job using cpanel

This article is how to set up cronjob for your wordpress email blog retrival. Doing it manually is pain if you have lots of site to do. You can easily set up cron job via cpanel if your hosting control panel is cpanel(WHM).

1. Login to your cpanel

2. Click on cron jobs

3. Update your email if you want to receive notification

4. in the command textbox type:

/usr/local/bin/php -f /home/userfolder/public_html/wp-mail.php

Normally user folder is your cpanel login name.

Set the time how often you want to check your email account. I normally use once a week as i dont send blog by email. So its entirely up to you.

  • Share/Bookmark

“Fatal error: Call to a member function setQuote() on a non-object in public_html/app/code/core/Mage/Paypal/Controller/Express/Abstract.php on line 142” After upgrading to magento 1.4.0.1

There is very simple solution for it. Follow the steps.

1. If you have edited Abstract.php please re edit and change it back to how it was. If you didnt edited ignore this step. Line 141 should be
$this->getLayout()->getBlock(’paypal.express.review’)

2. Now download paypal folder from app/design/frontend/base/default/template
3. Download paypal.xml from app/design/frontend/base/default/layout

4. Now go to app/design/frontend/blank/yourthemename/template and rename your paypal folder to paypal1 (to be in safe side) now upload the paypal folder you have downloaded before.

5. Now go to app/design/frontend/blank/yourthemename/layout and rename your paypal.xml to paypal1.xml (to be in safe side) now upload the paypal.xml file you have downloaded before. (Dont worry if you dont have a paypal.xml in layout directory just upload the one you have downloaded)

This should sort out your problem.

  • Share/Bookmark
Search
Categories
Archives
Bookmarks