Make WordPress Core

Ticket #4189: installation_errors_at_r5602.txt

File installation_errors_at_r5602.txt, 1.7 KB (added by johnbillion, 17 years ago)

Installation errors at r5602

Line 
1WordPress database error: [Table 'wordpress.wptrunk_categories' doesn't exist]
2INSERT INTO wptrunk_categories (cat_ID, cat_name, category_nicename, category_count, category_description) VALUES ('0', 'Uncategorized', 'uncategorized', '1', '')
3
4WordPress database error: [Table 'wordpress.wptrunk_categories' doesn't exist]
5INSERT INTO wptrunk_categories (cat_ID, cat_name, category_nicename, link_count, category_description) VALUES ('0', 'Blogroll', 'blogroll', '7', '')
6
7WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
8INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (1, 2)
9
10WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
11INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (2, 2)
12
13WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
14INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (3, 2)
15
16WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
17INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (4, 2)
18
19WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
20INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (5, 2)
21
22WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
23INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (6, 2)
24
25WordPress database error: [Table 'wordpress.wptrunk_link2cat' doesn't exist]
26INSERT INTO wptrunk_link2cat (`link_id`, `category_id`) VALUES (7, 2)
27
28WordPress database error: [Table 'wordpress.wptrunk_post2cat' doesn't exist]
29INSERT INTO wptrunk_post2cat (`rel_id`, `post_id`, `category_id`) VALUES (1, 1, 1)