Domain Access - settings.php Undefined Index: default

DrupalOne of my test domains was reporting and undefined index at the top of every page:

Notice: Undefined index: default in C:\wamp\www\drupal-6.16\sites\all\modules\domain\domain.bootstrap.inc on line 242

The Drupal forums didn't offer any help for this specific item, so I looked at the exact code in question:

Updating Drupal: Things to Check

There is a rumour going around that Drupal's 6.19 update makes a site fail. I made the update on several Drupal sites just fine, but I was getting the following error after updating the last 6.17 site:

Call to undefined function filter_xss_bad_protocol() ... /includes/common.inc on line 1053

jQuery Validate Plugin Integration

jQueryThe jQuery Validate plugin provides an alternative to frames for form submission whose output needs to be displayed on the same page, usually a target <div>. This provides a modern look which also happens to be standards compliant. One problem with this modern layout however is with further jQuery manipulation, where the library tries to catalogue page objects through the $(document).ready(function(){.

Changing the HOSTS File on Windows

Vista UACIn the XP world, the HOSTS file was directly editable. This helped block malicious servers and enabled Web developers to quickly test a live URL on a local machine. Since Vista and User Access Control constraints, this has become more difficult. The folks over at MVPS have a brilliant solution.

Manual MySQL DB Importing

MySQLPHP MyAdmin is a great tool for easy administration and quick backup creation, but some things are best left for the command line. Today I had to work from home and although I had a backup of my work DB on my flash drive, I knew PHPMyAdmin wouldn't allow an import of its size (4.51mb total.) I was eager to try some other tools to get around this, since ultimately I would be doing the same thing on our production server.

Drupal Domain Access Module: Rebuilding Permissions

The Domain Access module is the Holy Grail of shared content at my workplace, and I'm working through its quirks as I learn to work with the CMS. A few times now, I've broken the node_access table and made anonymous users unable to view the content on the various sites.

Welcome to the New Site!

DrupalNow that my work at AdvisorNet Communications has provided me with some time studying Drupal, I've decided to try my hand at theming and convert the old portfolio site.

Syndicate content