- Domain Name
- Web Hosting Account - Opening and Basic Setup
- Web Hosting Account - Installation Drupal 5.7 (Applicable for 5.12 Too)
- Welcome To Your New Drupal Website!
- 'Standard Web Site' - 4 Pages
- Basic Concepts In A Nutshell
- Basic Site Settings, File Configurations
- Web Site 'Looks' Or Default Templates
- Contributed (External) Modules/Themes In 'public_html/sites' Folder
- Add Theme (External) - Aberdeen
- Adding 'External'/Contributed Module - Nodewords For Search Engine Keywords
- Feedback Form For Visitor To Send
- Image Gallery
- Learn To Put An Image Using HTML Image Tag
- Changing Background, Styling of Themes
- For Multiple Websites With One Drupal Installation
- Trouble Shooting
- Login Twice problem
- Block Header Error Messages
- Fatal error: Can't open file: 'sessions.MYI'
- Disable RSS Feed Icon
- Error "Cannot Modify Header ......."
- Fatal error: Call to undefined function: civicrm_initialize()
- Indentation - Left Justification Problem
- Invalid argument foreach()
- Parse error... unexpected T_DNUMBER
- Unable to connect to database server
- A Word About Taxonomy
- Some Basic Tools We Need
- Creating Book Content - Using Book Module
- User Settings And Our 3rd 'Login' (Authenticated) User 'Sam'
- Creating Blog Content With Attached Image Module
- Security, Security, More Security
- How To Upgrade Drupal 5.7 To 5.8
- Storage And Bandwidth - How Much We Need?
Block Header Error Messages
Update: 1st May 2006. Note: if your site looks something like this
#{'head'}
#{'styles'}
#{'_BLOCK_.header.logo'} {'_BLOCK_.header.site_name'}{'secondary_links'}{'primary_links'}
#{'_BLOCK_.header.blocks'}
#{'_BLOCK_.footer.blocks'}......
there's an ERROR. Don't panic!.
(a) Just change url address to http://www.my_domain.com/user. The login box will appear.
(b) Login your username and password
(c) Select > administer > themes > [select "Chameleon" theme. Check 'Enabled' and 'Default'] > Save configuration.
(d) The chameleon theme should be displayed.
Read more about error.
If You Want Bluemarine Theme, 'Old' Bluemarine Need To Change To 'New' Bluemarine
The 'old' bluemarine theme was using the 'xtemplate' engine whereas the 'new' Drupal versions of bluemarine uses the 'phptemplate' engine. That's why error above. If we still want to use the Bluemarine theme, we need to change the 'old' to 'new'.
Go to Drupal.org and download the 2 files:
(1) phptemplate-4.6.x-1.x-dev.tar
(2) bluemarine-4.6.x-1.x-dev.tar
(3)Upload the phptemplate-4.6.x-1.x-dev.tar file in the public_html/themes/engines/[here], unzip and untar the file.
(4) Delete the 'old' folder public_html/themes/bluemarine
(5) Upload the bluemarine-4.6.x-1.x-dev.tar to folder above, extract tar file.
(6) Go to your website, login and enable admin > themes > bluemarine again. Save configuration again and we should get the bluemarine look.
That's it.