Sugat Shrestha
  • Home
  • About Me
  • nepalontheweb.com
  • PlutonicTech
  • Connect Nepal IT Solution

Database/ MYSQL

SQLSTATE[HY000]: General error: 1191 Can’t find FULLTEXT index matching the column list

sugatshr 0 Comments July 12, 2015

1. If the table’s engine is InnoDB change it to MYISAM.2. Add FULLTEXT INDEX on the column that you plan to search. For example “title” in table “tbl_articles”. ALTER TABLE ‘tbl_articles’ ADD FULLTEXT (‘title’)

CAKE PHP/ PHP Framework/ Uncategorized

Full text searching in CakePHP

sugatshr 0 Comments July 12, 2015

public function search(){    $query = $this->request->data[‘Articles’][‘search’];    $escapedQuery = $this->Article->getDataSource()->value($query);    $data = $this->Paginator->paginate(‘Article’,        array(“MATCH (Article.title) AGAINST ($escapedQuery)”)                    );                    $this->set(‘articles’, $data);    } 

Who looks at banner ads?

Infographics

Who looks at banner ads?

sugatshr 0 Comments July 10, 2015

Clone or Change MAC address of LAN Card in Microsoft Windows

networking/ Technology/ Tips and Tricks

Clone or Change MAC address of LAN Card in Microsoft Windows

sugatshr 0 Comments June 6, 2015

Goto “Device manager” from “Control Panel”. Double click “Network adapters” to expand it. Select your LAN card. Right click on it and goto “Properties”. In properties windows click “Advanced” Tab. Then select “Network Address”.   After that click on “Value” radio button. Enter the MAC address in “Value” textbox. Click […]

Websites

Diverse selection of courses from FutureLearn.com

sugatshr 0 Comments May 22, 2015

FutureLearn offer a diverse selection of courses from leading universities and cultural institutions from around the world. These are delivered one step at a time, and are accessible on mobile, tablet and desktop, so you can fit learning around your life.FutureLearn offers you a powerful new way to learn online. […]

Basantapur Durbar Square

Photography

Basantapur Durbar Square

sugatshr 0 Comments May 21, 2015

Add a “Back To Top” floating button using jQuery

jQuery/ Web development

Add a “Back To Top” floating button using jQuery

sugatshr 0 Comments May 8, 2015

Add this to the bottom of the page.  <a href=”#” class=”back-to-top”><span class=”glyphicon glyphicon-arrow-up” aria-hidden=”true”>     </span></a>         <style>      .back-to-top {        position: fixed;        bottom: 2em;        right: 0px;        text-decoration: none;        color: #000000;        background-color: rgba(235, 235, 235, 0.80);        font-size: 28px;        padding: 1em;        display: none;        }    […]

Nepal Earthquake 2015

Uncategorized

Nepal Earthquake 2015

sugatshr 0 Comments May 1, 2015

CAKE PHP

Changing cakephp paginator sorting label

sugatshr 0 Comments April 16, 2015

Following is the default cakephp paginator sorting label.<?php echo $this->Paginator->sort(‘company_id’); ?> We can change it as follows <?php echo $this->Paginator->sort(‘company_id’,’Name of the Company’); ?>

Habits of exceptionally likable people

Infographics/ Inspirational

Habits of exceptionally likable people

sugatshr 0 Comments April 15, 2015

«‹ 7 8 9 10 ›»

Most Viewed Posts

  • Opening CakePHP Files in Dreamweaver (14,174)
  • Connecting a second mouse or keyboard directly to a hosted virtual machine (7,458)
  • Asana · Teamwork without email (3,711)
  • Deploying Multiseat with VMware Player (3,269)
  • SQLSTATE[HY000]: General error: 1191 Can’t find FULLTEXT index matching the column list (2,518)
  • ntoskrnl.exe blocking port 80 (2,378)
  • Exclude directory from routing Options in CakePHP (2,054)
  • jQuery/AJAX file upload in CakePHP 2.x (1,876)
  • PHP Convert Number to Word in Indian/Nepali English (Lakh, Crore) (1,860)
  • Steal Like an Artist: 10 Things Nobody Told You About Being Creative (1,847)

Recent Posts

  • Yet Another Mail Merge (YAMM) – send personalized mass emails directly from Gmail
  • Query Monitor: Your Ultimate WordPress Developer Companion
  • Windows alt-tab on macOS
  • Browser Screenshots
  • Amphetamine

Archives

Categories

  • Advertisements
  • ajax
  • Android
  • apps
  • Books
  • Business
  • CAKE PHP
  • CentOS
  • Cloud
  • Coffee
  • CSS
  • Database
  • django
  • Drums
  • Engineering
  • errors
  • Flask
  • Free Stuffs
  • freeware
  • Friendship
  • Funny
  • Games
  • Graphics design
  • Hardware
  • Health
  • HTML
  • Human Resource
  • humor
  • Infographics
  • Inspirational
  • Inspiring story
  • IT
  • JavaScript
  • Jokes
  • Joomla
  • jQuery
  • Kids
  • Linux
  • Love
  • macOS
  • Management
  • mobile
  • Movies
  • music
  • MYSQL
  • Nepali
  • nerd
  • networking
  • Note
  • Office
  • Open Source
  • Operating System (OS)
  • password
  • PDF
  • Photography
  • Photoshop
  • PHP
  • PHP Framework
  • Plugin
  • Podcast
  • Poem
  • Problems
  • Productivity
  • programming
  • Project Management
  • Python
  • Quotes
  • Reference
  • Relationship
  • Security
  • Softwares
  • Sports
  • Study
  • Subversion
  • Technology
  • Tips and Tricks
  • tutorials
  • Uncategorized
  • Unicode
  • Utilities
  • VMware
  • web design
  • Web development
  • Websites
  • Windows
  • Wordpress
  • Xampp

Recent Comments

  • kampus jawa timur on How to install Android to 7″ Mini Notebook / microlaptop
  • Ram on Programming Memes
  • Sandra on SMTP Test Tool
  • free fire battlegrounds astuce on HTML Reference
  • indo-investasi.com on HTML Reference

Back to Top

© Sugat Shrestha 2025
Scroll Up