Hi
i would to make an installation profile for D6 and i start a .profile file like this as default :
function site_profile_modules() {
return array(
//Core
'color', 'comment', 'help', 'menu', 'taxonomy', 'dblog','locale',
//Admin
'admin', 'admin_theme', 'admin_menu', 'delegate_menu_admin', 'backup_migrate', 'rubik', 'tao',
//Editor
'fckeditor',
//SEO
'globalredirect', 'pathauto', 'google_analytics', 'robotstxt', 'xmlsitemap', 'nodewords',
//CCK
'cck', 'viewfield','imagefield', 'emfield', 'node_export', 'filefield',
//Views
'views', 'viewreference', 'better_exposed_filters', 'conditional_fields', 'views_bulk_operations', 'views_slideshow',
//Formulaires - Image
'image', 'imageapi', 'imagecache', 'webfm', 'webform', 'media_youtube', 'media_vimeo',
//Taxonomie
'taxonomy_csv','taxonomy_export','taxonomy_redirect','term_display',
//UI
'workspace','workflow','user_import',
//Divers
'ctools','jquery_ui','mollom','transliteration','menu_breadcrumb','quicktabs','date','custom_search','jquery_update','token','l10n_update',
);
}
but system say that modules are missing instead of they are present...i try my profile on multisite install, perhaps there is an issue, but i don't believe it, because system discover modules and other not,like CCK...