Earlier this year Ulrich admitted to illegally downloading his band’s latest album from a BitTorrent tracker site in order to “test” how the process worked… I bet after downloading he thought “thank f**k i didn’t waste a tenner on that” Comments board on The Register

Acquia-Drupal-1.2.11.4997 and Upgrade to Drupal-6.13
The error: Fatal error: Only variables can be passed by reference in .../modules/acquia/admin_menu/admin_menu.inc on line 536 The fix: default: // Flush all caches; no need to re-implement this. module_load_include('inc', 'system', 'system.admin'); $form_state = array(); $null = NULL; system_clear_cache_submit($form_state, $null); break; Alternatively get admin_menu-6.x-3.0-alpha1 or apply … Read More →