I deleted and reinstall and I get this error message again
WordPress database error: [Field 'category_description' doesn't have a default value]
INSERT INTO wp_1_categories (cat_ID, cat_name, category_nicename, category_count) VALUES ('0', 'Uncategorized', 'uncategorized', 1)
WordPress database error: [Field 'category_description' doesn't have a default value]
INSERT INTO wp_1_categories (cat_ID, cat_name, category_nicename, link_count) VALUES ('2', 'Blogroll', 'blogroll', 2)
Congrats! Your WPMU site has been set up and you have been sent details of your login and password in an email.
Also the subdomain does not work
here is a copy of my htaccess file
RewriteEngine On
RewriteBase /
# Rewrite http://www.domain.com to domain.com
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^(.*) http://%1/$1 [R,L]
#uploaded files
RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
I am on the verge of giving up :(