Webmasters Archive

  • drupal

    Drupal “Page Not Found” Error on ALL Pages

    Tweet Recently, we have encountered this strange problem with one of our Drupal site.  All of our pages returned “Page Not Found” error, including the main page.  This started to happen when we modified the included/excluded section on a post.  At first we though that some...

    Full Story

  • drupal

    How To Store Session Cookies in Drupal?

    Tweet We were playing around with Drupal recently and noticed that there aren’t much information in regarding on how to setup sessions in Drupal. Here is our setup.  We have created a Drupal page, which has PHP codes in it that will submit a form...

    Full Story

  • mysql

    How To Reset MySQL Password?

    Tweet To reset the password for MySQL - First you will need to telnet into your server using a telnet client.  * For example, use the ‘Putty’ telnet to telnet into your server.  - Once logged in, type mysql -u root -p *  You will...

    Full Story

  • Google

    How to notify site changes to Google?

    Tweet With blogging software like WordPress, it has option to automatically ping search engines whenever a page got added or changed.  This feature is very useful when posting new contents.  Search Engines, e.g. Google, will crawl your page faster and as a result, you page...

    Full Story

  • internet_explorer

    Websites not displaying correctly in Internet Explorer?

    Tweet With the newer version of Internet Explorer, some websites might not be displayed correctly.  This is because the newer IE version renders pages differently.  If you see a compatibility view icon next to the address bar.  That means the website you are viewing isn’t...

    Full Story

  • drupal

    How to import data into drupal?

    Tweet What is the best way to import data into drupal?  The best way to import data into drupal is to use the Node Import module.  To install it, you will need to also install dependant modules (Date API, Advanced Help). Once the Node Import...

    Full Story

  • drupal

    How to install google map in drupal?

    Tweet To install the google map module in drupal, first you will need to download and put the GMap module in your ‘modules’ folder.  Click on the following link to download the Gmap module (link). You will also need to signup for a Google Map...

    Full Story

  • drupal

    Basic Drupal Modules for a Website

    WYSIWYG

    Full Story

  • drupal

    Drupal XML sitemap not building

    Tweet With the XML Sitemap module installed, you will noticed that when at first you run the rebuilding process it only include a few links.  This isn’t an issue with the XML Sitemap module.  It is because after the module installation, you will need to...

    Full Story

  • drupal

    Drupal Installation

    Tweet Installing Drupal is quite easy.  Follow the instructions below to install your copy of Drupal for you website. 1. Go to the Drupal site and download the latest version (drupal site). 2. Once downloaded, uncompress the installation file into your root web folder on...

    Full Story