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. |
|||
Here are some useful links for upgrading from Drupal 6 to 7 |
|||
Some notes on configuring the module
Please do not reply to this message but update the ticket with any responses. !update_username has created the ticket '!ticket_subject': !ticket_url Ticket text: ------------------------------ !ticket_body------------------------------ |
|||
DELETE FROM comments;
DELETE FROM comments WHERE uid=0; |
|||
This is my quick reference of useful links |
|||
There seem to be several ways of getting CCK fields into your node-typename-node.tpl.php file:
|
|||
In a Red Hat or CentOS server installation, XMLwriter may not be enabled by default. To enable it, follow these steps: # If you are using the base 5.1.6 php, then yum -y install php-xml #if you are using php 5.2 (from the centos 5 testing repo) yum -y --enablerepo=c5-testing install php-xml #restart apache service httpd restart |
|||
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 |
|||

