How To Reserve Your Own XXX Domain Names? May 3, 2011 // 0 Comments Recently, the Internet Corporation for Assigned Names and Numbers (ICANN) has approved the .XXX top-level domain (TLD) for [...]
How to Reset Drupal Administrator Password? April 13, 2011 // 0 Comments There are two ways you can do to reset the Admin password. 1. Use the ‘Forgot password’ option to email you a [...]
Drupal: Chinese Characters in URL April 7, 2011 // 2 Comments Recently, we ran into a problem with Drupal when displaying Chinese characters or any non English characters (UTF-8) in the [...]
MySQL Tables With UTF-8 April 6, 2011 // 0 Comments Here is how to properly setup your database to store and query UTF-8 characters 1. You will need to make sure your tables [...]
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 March 28, 2011 // 0 Comments Today, we came across a problem with Drupal. Every time when we tries to add new contents, it is giving us the following [...]
Syntax error or access violation: 1226 User ‘username’ has exceeded the ‘max_questions’ resource (current value: 75000) March 23, 2011 // 0 Comments Recently, one of our CMS site receives the following error message: Syntax error or access violation: 1226 User [...]
How to Mass Delete Nodes In Drupal February 16, 2011 // 0 Comments Here is a sample code to delete a node or mass delete nodes in Drupal $node_type = ‘page'; $rsquery = [...]
Drupal – Create New Node With PathAuto February 15, 2011 // 0 Comments Here is a sample code to create a new page node in Drupal with the “node_save()” and adding the pathauto page. [...]
How To Cancel Auto Renewal For SSL Certificates In GoDaddy? February 5, 2011 // 0 Comments To disable the Auto Renewal feature for SSL Certificates in Godaddy, follow the instructions below. – Login to your [...]
Drupal Admin Page Is Blank January 19, 2011 // 0 Comments Today, we came across with an issue on a Drupal site that we manage. Our admin page is BLANK. We got so scare because we [...]