Drupal tips |
Maintaining a Drupal site, or a collection of sites is much easier if everything is kept completely separate--Drupal core, contributed modules, and the site itself. |
|||
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
There are some problems with running Drupal on php 5.3. There are five kinds of solutions:
Drupal 62. Modify Drupal's error reporting --already done for Drupal 63. Find patches |
|||
This article was originally posted at: If I am breaking any copyrights here, please let me know and I will remove it. Note that Drupal now blocks any path containing "svn-base". See: http://drupal.org/node/28776 Posted At : July 5, 2006 9:54 PM By : Mark |
|||
Useful links to posts on Planet Drupal that I want to remember for later: |
|||
#place to put dget scripts DGETDIR=/root/dget
svn co http://drupal-get.svn.sourceforge.net/svnroot/drupal-get/trunk $DGETDIR cp $DGETDIR/rename_to_settings.sh $DGETDIR/settings.sh $DGETDIR/setup.sh $DGETDIR #check out drupal core, contrib dsvn checkout #use dsite checkout if no need to commit from this site dsvn checkout x x a6paths |
|||
Putting this code into a page will let it update the site from a repository: If the repository requires a password for update, the following can be done: |
|||
Misc Drupal pages I want to remember: |
|||
The following assumes that you are using the dget scripts for managing the site |
|||
This are probably not of general interest, just some example queries from a particular database that I wanted to save here as snippets. --view all category titles from node: n & d, category node: c --get the body of the category definition c from a given node n & d |
|||



