Make WordPress Core

Ticket #10693: Log_debug_20091114b.txt

File Log_debug_20091114b.txt, 53.4 KB (added by arena, 14 years ago)

adding the trim

Line 
1
22009-11-14 13:24:11 000000 --  **** Start logging **** debug *** level : 8191
32009-11-14 13:24:11 000000 -- Memory      : 10,042,688 bytes
42009-11-14 13:24:11 000000 -- Peak Memory : 10,061,864 bytes
52009-11-14 13:24:12 000000 -- Memory      : 15,808,120 bytes
62009-11-14 13:24:12 000000 -- Peak Memory : 15,950,768 bytes
72009-11-14 13:24:12 000000 -- LOG ended with status  : TRUE
82009-11-14 13:24:12 000000 --  **** End logging   **** mailpress *** debug *** level : 8191
9
102009-11-14 13:24:18 000000 --  **** Start logging (4.0.1) **** debug *** level : 8191
112009-11-14 13:24:18 000000 -- Memory      : 15,100,040 bytes
122009-11-14 13:24:18 000000 -- Peak Memory : 15,120,512 bytes
132009-11-14 13:24:18 000000 -- For every table in the database
142009-11-14 13:24:18 000000 -- Array
15(
16    [0] => wiki_archive
17    [1] => wiki_category
18    [2] => wiki_categorylinks
19    [3] => wiki_change_tag
20    [4] => wiki_externallinks
21    [5] => wiki_filearchive
22    [6] => wiki_hitcounter
23    [7] => wiki_image
24    [8] => wiki_imagelinks
25    [9] => wiki_interwiki
26    [10] => wiki_ipblocks
27    [11] => wiki_job
28    [12] => wiki_langlinks
29    [13] => wiki_logging
30    [14] => wiki_math
31    [15] => wiki_objectcache
32    [16] => wiki_oldimage
33    [17] => wiki_page
34    [18] => wiki_page_props
35    [19] => wiki_page_restrictions
36    [20] => wiki_pagelinks
37    [21] => wiki_protected_titles
38    [22] => wiki_querycache
39    [23] => wiki_querycache_info
40    [24] => wiki_querycachetwo
41    [25] => wiki_recentchanges
42    [26] => wiki_redirect
43    [27] => wiki_revision
44    [28] => wiki_searchindex
45    [29] => wiki_site_stats
46    [30] => wiki_tag_summary
47    [31] => wiki_templatelinks
48    [32] => wiki_text
49    [33] => wiki_trackbacks
50    [34] => wiki_transcache
51    [35] => wiki_updatelog
52    [36] => wiki_user
53    [37] => wiki_user_groups
54    [38] => wiki_user_newtalk
55    [39] => wiki_valid_tag
56    [40] => wiki_watchlist
57    [41] => wp_comments
58    [42] => wp_links
59    [43] => wp_mailpress_formfields
60    [44] => wp_mailpress_forms
61    [45] => wp_mailpress_mailmeta
62    [46] => wp_mailpress_mails
63    [47] => wp_mailpress_stats
64    [48] => wp_mailpress_tracks
65    [49] => wp_mailpress_usermeta
66    [50] => wp_mailpress_users
67    [51] => wp_options
68    [52] => wp_postmeta
69    [53] => wp_posts
70    [54] => wp_projects
71    [55] => wp_tasks
72    [56] => wp_term_relationships
73    [57] => wp_term_taxonomy
74    [58] => wp_terms
75    [59] => wp_usermeta
76    [60] => wp_users
77)
78
792009-11-14 13:24:18 000000 -- Separate field lines into an array
802009-11-14 13:24:18 000000 -- wp_mailpress_users
812009-11-14 13:24:18 000000 -- Array
82(
83    [wp_mailpress_users] => CREATE TABLE wp_MailPress_users (
84                                                                        id                              bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT,
85                                                                        email                   varchar(100)                    NOT NULL,
86                                                                        name                            varchar(100)                    NOT NULL,
87                                                                        status                  enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL,
88                                                                        confkey                         varchar(100)                    NOT NULL,
89                                                                        created                 timestamp                               NOT NULL default '0000-00-00 00:00:00',
90                                                                        created_IP                      varchar(100)                    NOT NULL default '',
91                                                                        created_agent           varchar(255)                    NOT NULL default '',
92                                                                        created_user_id                 bigint(20)                              UNSIGNED NOT NULL default 0,
93                                                                        created_country         char(2)                         NOT NULL default 'ZZ',
94                                                                        created_US_state                char(2)                         NOT NULL default 'ZZ',
95                                                                        laststatus                      timestamp                               NOT NULL default '0000-00-00 00:00:00',
96                                                                        laststatus_IP           varchar(100)                    NOT NULL default '',
97                                                                        laststatus_agent                varchar(255)                    NOT NULL default '',
98                                                                        laststatus_user_id      bigint(20)                              UNSIGNED NOT NULL default 0,
99
100                                                                        UNIQUE KEY id (id)
101                                                                    ) DEFAULT CHARACTER SET utf8
102)
103
1042009-11-14 13:24:18 000000 -- Fetch the table column structure from string
1052009-11-14 13:24:18 000000 -- Array
106(
107    [id] => id                          bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
108    [email] => email                    varchar(100)                    NOT NULL
109    [name] => name                              varchar(100)                    NOT NULL
110    [status] => status                  enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
111    [confkey] => confkey                        varchar(100)                    NOT NULL
112    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
113    [created_ip] => created_IP                  varchar(100)                    NOT NULL default ''
114    [created_agent              varchar(255)] => created_agent          varchar(255)                    NOT NULL default ''
115    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
116    [created_country            char(2)                         not] => created_country         char(2)                         NOT NULL default 'ZZ'
117    [created_us_state           char(2)                         not] => created_US_state                char(2)                         NOT NULL default 'ZZ'
118    [laststatus] => laststatus                  timestamp                               NOT NULL default '0000-00-00 00:00:00'
119    [laststatus_ip              varchar(100)] => laststatus_IP          varchar(100)                    NOT NULL default ''
120    [laststatus_agent] => laststatus_agent              varchar(255)                    NOT NULL default ''
121    [laststatus_user_id bigint(20)] => laststatus_user_id       bigint(20)                              UNSIGNED NOT NULL default 0
122)
123
1242009-11-14 13:24:18 000000 -- Fetch the table column structure from the database
1252009-11-14 13:24:18 000000 -- Array
126(
127    [0] => stdClass Object
128        (
129            [Field] => id
130            [Type] => bigint(20) unsigned
131            [Null] => NO
132            [Key] => PRI
133            [Default] =>
134            [Extra] => auto_increment
135        )
136
137    [1] => stdClass Object
138        (
139            [Field] => email
140            [Type] => varchar(100)
141            [Null] => NO
142            [Key] =>
143            [Default] =>
144            [Extra] =>
145        )
146
147    [2] => stdClass Object
148        (
149            [Field] => status
150            [Type] => enum('waiting','active','bounced','unsubscribed')
151            [Null] => NO
152            [Key] =>
153            [Default] =>
154            [Extra] =>
155        )
156
157    [3] => stdClass Object
158        (
159            [Field] => confkey
160            [Type] => varchar(100)
161            [Null] => NO
162            [Key] =>
163            [Default] =>
164            [Extra] =>
165        )
166
167    [4] => stdClass Object
168        (
169            [Field] => created
170            [Type] => timestamp
171            [Null] => NO
172            [Key] =>
173            [Default] => 0000-00-00 00:00:00
174            [Extra] =>
175        )
176
177    [5] => stdClass Object
178        (
179            [Field] => created_IP
180            [Type] => varchar(100)
181            [Null] => NO
182            [Key] =>
183            [Default] =>
184            [Extra] =>
185        )
186
187    [6] => stdClass Object
188        (
189            [Field] => created_agent
190            [Type] => varchar(255)
191            [Null] => NO
192            [Key] =>
193            [Default] =>
194            [Extra] =>
195        )
196
197    [7] => stdClass Object
198        (
199            [Field] => created_user_id
200            [Type] => bigint(20) unsigned
201            [Null] => NO
202            [Key] =>
203            [Default] => 0
204            [Extra] =>
205        )
206
207    [8] => stdClass Object
208        (
209            [Field] => created_country
210            [Type] => char(2)
211            [Null] => NO
212            [Key] =>
213            [Default] => ZZ
214            [Extra] =>
215        )
216
217    [9] => stdClass Object
218        (
219            [Field] => created_US_state
220            [Type] => char(2)
221            [Null] => NO
222            [Key] =>
223            [Default] => ZZ
224            [Extra] =>
225        )
226
227    [10] => stdClass Object
228        (
229            [Field] => laststatus
230            [Type] => timestamp
231            [Null] => NO
232            [Key] =>
233            [Default] => 0000-00-00 00:00:00
234            [Extra] =>
235        )
236
237    [11] => stdClass Object
238        (
239            [Field] => laststatus_IP
240            [Type] => varchar(100)
241            [Null] => NO
242            [Key] =>
243            [Default] =>
244            [Extra] =>
245        )
246
247    [12] => stdClass Object
248        (
249            [Field] => laststatus_agent
250            [Type] => varchar(255)
251            [Null] => NO
252            [Key] =>
253            [Default] =>
254            [Extra] =>
255        )
256
257    [13] => stdClass Object
258        (
259            [Field] => laststatus_user_id
260            [Type] => bigint(20) unsigned
261            [Null] => NO
262            [Key] =>
263            [Default] => 0
264            [Extra] =>
265        )
266
267    [14] => stdClass Object
268        (
269            [Field] => name
270            [Type] => varchar(100)
271            [Null] => NO
272            [Key] =>
273            [Default] =>
274            [Extra] =>
275        )
276
277)
278
2792009-11-14 13:24:18 000000 -- Get the default value from the array
2802009-11-14 13:24:18 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
2812009-11-14 13:24:18 000000 -- Get the default value from the array
2822009-11-14 13:24:18 000000 -- email                     varchar(100)                    NOT NULL
2832009-11-14 13:24:18 000000 -- Get the default value from the array
2842009-11-14 13:24:18 000000 -- status                    enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
2852009-11-14 13:24:18 000000 -- Get the default value from the array
2862009-11-14 13:24:18 000000 -- confkey                   varchar(100)                    NOT NULL
2872009-11-14 13:24:18 000000 -- Get the default value from the array
2882009-11-14 13:24:18 000000 -- created_IP                        varchar(100)                    NOT NULL default ''
2892009-11-14 13:24:18 000000 -- Get the default value from the array
2902009-11-14 13:24:18 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
2912009-11-14 13:24:18 000000 -- Get the default value from the array
2922009-11-14 13:24:18 000000 -- laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
2932009-11-14 13:24:18 000000 -- Get the default value from the array
2942009-11-14 13:24:18 000000 -- laststatus_agent          varchar(255)                    NOT NULL default ''
2952009-11-14 13:24:18 000000 -- PHP [E_NOTICE] 8 : Undefined offset:  1 in C:\Vn\wptest\wp-admin\includes\upgrade.php at line 1266
2962009-11-14 13:24:18 000000 -- Get the default value from the array
2972009-11-14 13:24:18 000000 -- name                              varchar(100)                    NOT NULL
2982009-11-14 13:24:18 000000 -- For every remaining field specified for the table
2992009-11-14 13:24:18 000000 -- Array
300(
301    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
302    [created_agent              varchar(255)] => created_agent          varchar(255)                    NOT NULL default ''
303    [created_country            char(2)                         not] => created_country         char(2)                         NOT NULL default 'ZZ'
304    [created_us_state           char(2)                         not] => created_US_state                char(2)                         NOT NULL default 'ZZ'
305    [laststatus_ip              varchar(100)] => laststatus_IP          varchar(100)                    NOT NULL default ''
306    [laststatus_user_id bigint(20)] => laststatus_user_id       bigint(20)                              UNSIGNED NOT NULL default 0
307)
308
3092009-11-14 13:24:18 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
3102009-11-14 13:24:19 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN email email                  varchar(100)                    NOT NULL
3112009-11-14 13:24:19 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN status status                        enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
3122009-11-14 13:24:19 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN confkey confkey                      varchar(100)                    NOT NULL
3132009-11-14 13:24:19 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_IP created_IP                        varchar(100)                    NOT NULL default ''
3142009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
3152009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
3162009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_agent laststatus_agent            varchar(255)                    NOT NULL default ''
3172009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN name name                            varchar(100)                    NOT NULL
3182009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created                 timestamp                               NOT NULL default '0000-00-00 00:00:00'
3192009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3202009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3212009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3222009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3232009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3242009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_agent           varchar(255)                    NOT NULL default ''
3252009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3262009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3272009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3282009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3292009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3302009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_country         char(2)                         NOT NULL default 'ZZ'
3312009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3322009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3332009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3342009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3352009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3362009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_US_state                char(2)                         NOT NULL default 'ZZ'
3372009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3382009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3392009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3402009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3412009-11-14 13:24:20 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3422009-11-14 13:24:20 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN laststatus_IP           varchar(100)                    NOT NULL default ''
3432009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3442009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3452009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3462009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3472009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3482009-11-14 13:24:21 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN laststatus_user_id      bigint(20)                              UNSIGNED NOT NULL default 0
3492009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3502009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3512009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3522009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3532009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3542009-11-14 13:24:21 000000 -- ALTER TABLE wp_mailpress_users ADD
3552009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3562009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3572009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3582009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3592009-11-14 13:24:21 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3602009-11-14 13:24:21 000000 -- For every table in the database
3612009-11-14 13:24:21 000000 -- Array
362(
363    [0] => wiki_archive
364    [1] => wiki_category
365    [2] => wiki_categorylinks
366    [3] => wiki_change_tag
367    [4] => wiki_externallinks
368    [5] => wiki_filearchive
369    [6] => wiki_hitcounter
370    [7] => wiki_image
371    [8] => wiki_imagelinks
372    [9] => wiki_interwiki
373    [10] => wiki_ipblocks
374    [11] => wiki_job
375    [12] => wiki_langlinks
376    [13] => wiki_logging
377    [14] => wiki_math
378    [15] => wiki_objectcache
379    [16] => wiki_oldimage
380    [17] => wiki_page
381    [18] => wiki_page_props
382    [19] => wiki_page_restrictions
383    [20] => wiki_pagelinks
384    [21] => wiki_protected_titles
385    [22] => wiki_querycache
386    [23] => wiki_querycache_info
387    [24] => wiki_querycachetwo
388    [25] => wiki_recentchanges
389    [26] => wiki_redirect
390    [27] => wiki_revision
391    [28] => wiki_searchindex
392    [29] => wiki_site_stats
393    [30] => wiki_tag_summary
394    [31] => wiki_templatelinks
395    [32] => wiki_text
396    [33] => wiki_trackbacks
397    [34] => wiki_transcache
398    [35] => wiki_updatelog
399    [36] => wiki_user
400    [37] => wiki_user_groups
401    [38] => wiki_user_newtalk
402    [39] => wiki_valid_tag
403    [40] => wiki_watchlist
404    [41] => wp_comments
405    [42] => wp_links
406    [43] => wp_mailpress_formfields
407    [44] => wp_mailpress_forms
408    [45] => wp_mailpress_mailmeta
409    [46] => wp_mailpress_mails
410    [47] => wp_mailpress_stats
411    [48] => wp_mailpress_tracks
412    [49] => wp_mailpress_usermeta
413    [50] => wp_mailpress_users
414    [51] => wp_options
415    [52] => wp_postmeta
416    [53] => wp_posts
417    [54] => wp_projects
418    [55] => wp_tasks
419    [56] => wp_term_relationships
420    [57] => wp_term_taxonomy
421    [58] => wp_terms
422    [59] => wp_usermeta
423    [60] => wp_users
424)
425
4262009-11-14 13:24:21 000000 -- Separate field lines into an array
4272009-11-14 13:24:21 000000 -- wp_mailpress_stats
4282009-11-14 13:24:21 000000 -- Array
429(
430    [wp_mailpress_stats] => CREATE TABLE wp_MailPress_stats (
431                                                                        sdate                   date                                    NOT NULL,
432                                                                        stype                   char(1)                                 NOT NULL,
433                                                                        slib                            varchar(45)                     NOT NULL,
434                                                                        scount                  bigint                          NOT NULL,
435                                                                        PRIMARY KEY(sdate, stype, slib)
436                                                                    ) DEFAULT CHARACTER SET utf8
437)
438
4392009-11-14 13:24:21 000000 -- Fetch the table column structure from string
4402009-11-14 13:24:21 000000 -- Array
441(
442    [sdate] => sdate                    date                                    NOT NULL
443    [stype] => stype                    char(1)                                 NOT NULL
444    [slib] => slib                              varchar(45)                     NOT NULL
445    [scount] => scount                  bigint                          NOT NULL
446)
447
4482009-11-14 13:24:21 000000 -- Fetch the table column structure from the database
4492009-11-14 13:24:21 000000 -- Array
450(
451    [0] => stdClass Object
452        (
453            [Field] => sdate
454            [Type] => date
455            [Null] => NO
456            [Key] => PRI
457            [Default] =>
458            [Extra] =>
459        )
460
461    [1] => stdClass Object
462        (
463            [Field] => stype
464            [Type] => char(1)
465            [Null] => NO
466            [Key] => PRI
467            [Default] =>
468            [Extra] =>
469        )
470
471    [2] => stdClass Object
472        (
473            [Field] => slib
474            [Type] => varchar(45)
475            [Null] => NO
476            [Key] => PRI
477            [Default] =>
478            [Extra] =>
479        )
480
481    [3] => stdClass Object
482        (
483            [Field] => scount
484            [Type] => bigint(20)
485            [Null] => NO
486            [Key] =>
487            [Default] =>
488            [Extra] =>
489        )
490
491)
492
4932009-11-14 13:24:21 000000 -- Get the default value from the array
4942009-11-14 13:24:21 000000 -- sdate                     date                                    NOT NULL
4952009-11-14 13:24:21 000000 -- Get the default value from the array
4962009-11-14 13:24:21 000000 -- stype                     char(1)                                 NOT NULL
4972009-11-14 13:24:21 000000 -- Get the default value from the array
4982009-11-14 13:24:21 000000 -- slib                              varchar(45)                     NOT NULL
4992009-11-14 13:24:21 000000 -- Get the default value from the array
5002009-11-14 13:24:21 000000 -- scount                    bigint                          NOT NULL
5012009-11-14 13:24:21 000000 -- For every remaining field specified for the table
5022009-11-14 13:24:21 000000 -- Array
503(
504)
505
5062009-11-14 13:24:21 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN sdate sdate                  date                                    NOT NULL
5072009-11-14 13:24:21 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN stype stype                  char(1)                                 NOT NULL
5082009-11-14 13:24:21 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN slib slib                            varchar(45)                     NOT NULL
5092009-11-14 13:24:22 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN scount scount                        bigint                          NOT NULL
5102009-11-14 13:24:22 000000 -- ALTER TABLE wp_mailpress_stats ADD PRIMARY KEY(sdate, stype, slib)
5112009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5122009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5132009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5142009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5152009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5162009-11-14 13:24:22 000000 -- For every table in the database
5172009-11-14 13:24:22 000000 -- Array
518(
519    [0] => wiki_archive
520    [1] => wiki_category
521    [2] => wiki_categorylinks
522    [3] => wiki_change_tag
523    [4] => wiki_externallinks
524    [5] => wiki_filearchive
525    [6] => wiki_hitcounter
526    [7] => wiki_image
527    [8] => wiki_imagelinks
528    [9] => wiki_interwiki
529    [10] => wiki_ipblocks
530    [11] => wiki_job
531    [12] => wiki_langlinks
532    [13] => wiki_logging
533    [14] => wiki_math
534    [15] => wiki_objectcache
535    [16] => wiki_oldimage
536    [17] => wiki_page
537    [18] => wiki_page_props
538    [19] => wiki_page_restrictions
539    [20] => wiki_pagelinks
540    [21] => wiki_protected_titles
541    [22] => wiki_querycache
542    [23] => wiki_querycache_info
543    [24] => wiki_querycachetwo
544    [25] => wiki_recentchanges
545    [26] => wiki_redirect
546    [27] => wiki_revision
547    [28] => wiki_searchindex
548    [29] => wiki_site_stats
549    [30] => wiki_tag_summary
550    [31] => wiki_templatelinks
551    [32] => wiki_text
552    [33] => wiki_trackbacks
553    [34] => wiki_transcache
554    [35] => wiki_updatelog
555    [36] => wiki_user
556    [37] => wiki_user_groups
557    [38] => wiki_user_newtalk
558    [39] => wiki_valid_tag
559    [40] => wiki_watchlist
560    [41] => wp_comments
561    [42] => wp_links
562    [43] => wp_mailpress_formfields
563    [44] => wp_mailpress_forms
564    [45] => wp_mailpress_mailmeta
565    [46] => wp_mailpress_mails
566    [47] => wp_mailpress_stats
567    [48] => wp_mailpress_tracks
568    [49] => wp_mailpress_usermeta
569    [50] => wp_mailpress_users
570    [51] => wp_options
571    [52] => wp_postmeta
572    [53] => wp_posts
573    [54] => wp_projects
574    [55] => wp_tasks
575    [56] => wp_term_relationships
576    [57] => wp_term_taxonomy
577    [58] => wp_terms
578    [59] => wp_usermeta
579    [60] => wp_users
580)
581
5822009-11-14 13:24:22 000000 -- Separate field lines into an array
5832009-11-14 13:24:22 000000 -- wp_mailpress_mails
5842009-11-14 13:24:22 000000 -- Array
585(
586    [wp_mailpress_mails] => CREATE TABLE wp_MailPress_mails (
587                                                                        id                              bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT,
588                                                                        status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL,
589                                                                        theme                           varchar(255)                    NOT NULL default '',
590                                                                        themedir                        varchar(255)                    NOT NULL default '',
591                                                                        template                        varchar(255)                    NOT NULL default '',
592                                                                        fromemail                       varchar(255)                    NOT NULL default '',
593                                                                        fromname                        varchar(255)                    NOT NULL default '',
594                                                                        toname                  varchar(255)                    NOT NULL default '',
595                                                                        charset                 varchar(255)                    NOT NULL default '',
596                                                                        parent                  bigint(20)                              UNSIGNED NOT NULL default 0,
597                                                                        child                           bigint(20)                              NOT NULL default 0,
598                                                                        subject                 varchar(255)                    NOT NULL default '',
599                                                                        created                 timestamp                               NOT NULL default '0000-00-00 00:00:00',
600                                                                        created_user_id                 bigint(20)                              UNSIGNED NOT NULL default 0,
601                                                                        sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00',
602                                                                        sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0,
603                                                                        toemail                 longtext                                NOT NULL,
604                                                                        plaintext                       longtext                                NOT NULL,
605                                                                        html                            longtext                                NOT NULL,
606                                                                        UNIQUE KEY id (id)
607                                                                    ) DEFAULT CHARACTER SET utf8
608)
609
6102009-11-14 13:24:22 000000 -- Fetch the table column structure from string
6112009-11-14 13:24:22 000000 -- Array
612(
613    [id] => id                          bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
614    [status] => status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
615    [theme                              varchar(255)] => theme                          varchar(255)                    NOT NULL default ''
616    [themedir                   varchar(255)] => themedir                       varchar(255)                    NOT NULL default ''
617    [template                   varchar(255)] => template                       varchar(255)                    NOT NULL default ''
618    [fromemail] => fromemail                    varchar(255)                    NOT NULL default ''
619    [fromname] => fromname                      varchar(255)                    NOT NULL default ''
620    [toname] => toname                  varchar(255)                    NOT NULL default ''
621    [charset] => charset                        varchar(255)                    NOT NULL default ''
622    [parent                     bigint(20)                              unsigned] => parent                     bigint(20)                              UNSIGNED NOT NULL default 0
623    [child                              bigint(20)                              not] => child                           bigint(20)                              NOT NULL default 0
624    [subject                    varchar(255)] => subject                        varchar(255)                    NOT NULL default ''
625    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
626    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
627    [sent                               timestamp] => sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
628    [sent_user_id] => sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
629    [toemail] => toemail                        longtext                                NOT NULL
630    [plaintext                  longtext] => plaintext                  longtext                                NOT NULL
631    [html] => html                              longtext                                NOT NULL
632)
633
6342009-11-14 13:24:22 000000 -- Fetch the table column structure from the database
6352009-11-14 13:24:22 000000 -- Array
636(
637    [0] => stdClass Object
638        (
639            [Field] => id
640            [Type] => bigint(20) unsigned
641            [Null] => NO
642            [Key] => PRI
643            [Default] =>
644            [Extra] => auto_increment
645        )
646
647    [1] => stdClass Object
648        (
649            [Field] => status
650            [Type] => enum('draft','sent','unsent','sending','')
651            [Null] => NO
652            [Key] =>
653            [Default] =>
654            [Extra] =>
655        )
656
657    [2] => stdClass Object
658        (
659            [Field] => theme
660            [Type] => varchar(255)
661            [Null] => NO
662            [Key] =>
663            [Default] =>
664            [Extra] =>
665        )
666
667    [3] => stdClass Object
668        (
669            [Field] => themedir
670            [Type] => varchar(255)
671            [Null] => NO
672            [Key] =>
673            [Default] =>
674            [Extra] =>
675        )
676
677    [4] => stdClass Object
678        (
679            [Field] => template
680            [Type] => varchar(255)
681            [Null] => NO
682            [Key] =>
683            [Default] =>
684            [Extra] =>
685        )
686
687    [5] => stdClass Object
688        (
689            [Field] => fromemail
690            [Type] => varchar(255)
691            [Null] => NO
692            [Key] =>
693            [Default] =>
694            [Extra] =>
695        )
696
697    [6] => stdClass Object
698        (
699            [Field] => fromname
700            [Type] => varchar(255)
701            [Null] => NO
702            [Key] =>
703            [Default] =>
704            [Extra] =>
705        )
706
707    [7] => stdClass Object
708        (
709            [Field] => toname
710            [Type] => varchar(255)
711            [Null] => NO
712            [Key] =>
713            [Default] =>
714            [Extra] =>
715        )
716
717    [8] => stdClass Object
718        (
719            [Field] => charset
720            [Type] => varchar(255)
721            [Null] => NO
722            [Key] =>
723            [Default] =>
724            [Extra] =>
725        )
726
727    [9] => stdClass Object
728        (
729            [Field] => subject
730            [Type] => varchar(255)
731            [Null] => NO
732            [Key] =>
733            [Default] =>
734            [Extra] =>
735        )
736
737    [10] => stdClass Object
738        (
739            [Field] => created
740            [Type] => timestamp
741            [Null] => NO
742            [Key] =>
743            [Default] => 0000-00-00 00:00:00
744            [Extra] =>
745        )
746
747    [11] => stdClass Object
748        (
749            [Field] => created_user_id
750            [Type] => bigint(20) unsigned
751            [Null] => NO
752            [Key] =>
753            [Default] => 0
754            [Extra] =>
755        )
756
757    [12] => stdClass Object
758        (
759            [Field] => sent
760            [Type] => timestamp
761            [Null] => NO
762            [Key] =>
763            [Default] => 0000-00-00 00:00:00
764            [Extra] =>
765        )
766
767    [13] => stdClass Object
768        (
769            [Field] => sent_user_id
770            [Type] => bigint(20) unsigned
771            [Null] => NO
772            [Key] =>
773            [Default] => 0
774            [Extra] =>
775        )
776
777    [14] => stdClass Object
778        (
779            [Field] => toemail
780            [Type] => longtext
781            [Null] => NO
782            [Key] =>
783            [Default] =>
784            [Extra] =>
785        )
786
787    [15] => stdClass Object
788        (
789            [Field] => plaintext
790            [Type] => longtext
791            [Null] => NO
792            [Key] =>
793            [Default] =>
794            [Extra] =>
795        )
796
797    [16] => stdClass Object
798        (
799            [Field] => html
800            [Type] => longtext
801            [Null] => NO
802            [Key] =>
803            [Default] =>
804            [Extra] =>
805        )
806
807    [17] => stdClass Object
808        (
809            [Field] => parent
810            [Type] => bigint(20) unsigned
811            [Null] => NO
812            [Key] =>
813            [Default] => 0
814            [Extra] =>
815        )
816
817    [18] => stdClass Object
818        (
819            [Field] => child
820            [Type] => bigint(20)
821            [Null] => NO
822            [Key] =>
823            [Default] => 0
824            [Extra] =>
825        )
826
827)
828
8292009-11-14 13:24:22 000000 -- Get the default value from the array
8302009-11-14 13:24:22 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
8312009-11-14 13:24:22 000000 -- Get the default value from the array
8322009-11-14 13:24:22 000000 -- status                    enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8332009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined offset:  1 in C:\Vn\wptest\wp-admin\includes\upgrade.php at line 1266
8342009-11-14 13:24:22 000000 -- Get the default value from the array
8352009-11-14 13:24:22 000000 -- fromemail                 varchar(255)                    NOT NULL default ''
8362009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined offset:  1 in C:\Vn\wptest\wp-admin\includes\upgrade.php at line 1266
8372009-11-14 13:24:22 000000 -- Get the default value from the array
8382009-11-14 13:24:22 000000 -- fromname                  varchar(255)                    NOT NULL default ''
8392009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined offset:  1 in C:\Vn\wptest\wp-admin\includes\upgrade.php at line 1266
8402009-11-14 13:24:22 000000 -- Get the default value from the array
8412009-11-14 13:24:22 000000 -- toname                    varchar(255)                    NOT NULL default ''
8422009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined offset:  1 in C:\Vn\wptest\wp-admin\includes\upgrade.php at line 1266
8432009-11-14 13:24:22 000000 -- Get the default value from the array
8442009-11-14 13:24:22 000000 -- charset                   varchar(255)                    NOT NULL default ''
8452009-11-14 13:24:22 000000 -- Get the default value from the array
8462009-11-14 13:24:22 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
8472009-11-14 13:24:22 000000 -- Get the default value from the array
8482009-11-14 13:24:22 000000 -- sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8492009-11-14 13:24:22 000000 -- PHP [E_NOTICE] 8 : Undefined offset:  1 in C:\Vn\wptest\wp-admin\includes\upgrade.php at line 1266
8502009-11-14 13:24:22 000000 -- Get the default value from the array
8512009-11-14 13:24:22 000000 -- toemail                   longtext                                NOT NULL
8522009-11-14 13:24:22 000000 -- Get the default value from the array
8532009-11-14 13:24:22 000000 -- html                              longtext                                NOT NULL
8542009-11-14 13:24:22 000000 -- For every remaining field specified for the table
8552009-11-14 13:24:22 000000 -- Array
856(
857    [theme                              varchar(255)] => theme                          varchar(255)                    NOT NULL default ''
858    [themedir                   varchar(255)] => themedir                       varchar(255)                    NOT NULL default ''
859    [template                   varchar(255)] => template                       varchar(255)                    NOT NULL default ''
860    [parent                     bigint(20)                              unsigned] => parent                     bigint(20)                              UNSIGNED NOT NULL default 0
861    [child                              bigint(20)                              not] => child                           bigint(20)                              NOT NULL default 0
862    [subject                    varchar(255)] => subject                        varchar(255)                    NOT NULL default ''
863    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
864    [sent                               timestamp] => sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
865    [plaintext                  longtext] => plaintext                  longtext                                NOT NULL
866)
867
8682009-11-14 13:24:22 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
8692009-11-14 13:24:22 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN status status                        enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8702009-11-14 13:24:22 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromemail fromemail                  varchar(255)                    NOT NULL default ''
8712009-11-14 13:24:22 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromname fromname                    varchar(255)                    NOT NULL default ''
8722009-11-14 13:24:23 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toname toname                        varchar(255)                    NOT NULL default ''
8732009-11-14 13:24:23 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN charset charset                      varchar(255)                    NOT NULL default ''
8742009-11-14 13:24:23 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8752009-11-14 13:24:23 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent_user_id sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0
8762009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toemail toemail                      longtext                                NOT NULL
8772009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN html html                            longtext                                NOT NULL
8782009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN theme                           varchar(255)                    NOT NULL default ''
8792009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8802009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8812009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8822009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8832009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8842009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN themedir                        varchar(255)                    NOT NULL default ''
8852009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8862009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8872009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8882009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8892009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8902009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN template                        varchar(255)                    NOT NULL default ''
8912009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8922009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8932009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8942009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8952009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8962009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN parent                  bigint(20)                              UNSIGNED NOT NULL default 0
8972009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8982009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8992009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9002009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9012009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9022009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN child                           bigint(20)                              NOT NULL default 0
9032009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9042009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9052009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9062009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9072009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9082009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN subject                 varchar(255)                    NOT NULL default ''
9092009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9102009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9112009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9122009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9132009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9142009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN created                 timestamp                               NOT NULL default '0000-00-00 00:00:00'
9152009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9162009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9172009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9182009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9192009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9202009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00'
9212009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9222009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9232009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9242009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9252009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9262009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN plaintext                       longtext                                NOT NULL
9272009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9282009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9292009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9302009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9312009-11-14 13:24:24 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9322009-11-14 13:24:24 000000 -- For every table in the database
9332009-11-14 13:24:24 000000 -- Array
934(
935    [0] => wiki_archive
936    [1] => wiki_category
937    [2] => wiki_categorylinks
938    [3] => wiki_change_tag
939    [4] => wiki_externallinks
940    [5] => wiki_filearchive
941    [6] => wiki_hitcounter
942    [7] => wiki_image
943    [8] => wiki_imagelinks
944    [9] => wiki_interwiki
945    [10] => wiki_ipblocks
946    [11] => wiki_job
947    [12] => wiki_langlinks
948    [13] => wiki_logging
949    [14] => wiki_math
950    [15] => wiki_objectcache
951    [16] => wiki_oldimage
952    [17] => wiki_page
953    [18] => wiki_page_props
954    [19] => wiki_page_restrictions
955    [20] => wiki_pagelinks
956    [21] => wiki_protected_titles
957    [22] => wiki_querycache
958    [23] => wiki_querycache_info
959    [24] => wiki_querycachetwo
960    [25] => wiki_recentchanges
961    [26] => wiki_redirect
962    [27] => wiki_revision
963    [28] => wiki_searchindex
964    [29] => wiki_site_stats
965    [30] => wiki_tag_summary
966    [31] => wiki_templatelinks
967    [32] => wiki_text
968    [33] => wiki_trackbacks
969    [34] => wiki_transcache
970    [35] => wiki_updatelog
971    [36] => wiki_user
972    [37] => wiki_user_groups
973    [38] => wiki_user_newtalk
974    [39] => wiki_valid_tag
975    [40] => wiki_watchlist
976    [41] => wp_comments
977    [42] => wp_links
978    [43] => wp_mailpress_formfields
979    [44] => wp_mailpress_forms
980    [45] => wp_mailpress_mailmeta
981    [46] => wp_mailpress_mails
982    [47] => wp_mailpress_stats
983    [48] => wp_mailpress_tracks
984    [49] => wp_mailpress_usermeta
985    [50] => wp_mailpress_users
986    [51] => wp_options
987    [52] => wp_postmeta
988    [53] => wp_posts
989    [54] => wp_projects
990    [55] => wp_tasks
991    [56] => wp_term_relationships
992    [57] => wp_term_taxonomy
993    [58] => wp_terms
994    [59] => wp_usermeta
995    [60] => wp_users
996)
997
9982009-11-14 13:24:24 000000 -- Separate field lines into an array
9992009-11-14 13:24:24 000000 -- wp_mailpress_usermeta
10002009-11-14 13:24:24 000000 -- Array
1001(
1002    [wp_mailpress_usermeta] => CREATE TABLE wp_MailPress_usermeta (
1003                                                                        umeta_id                        bigint(20)                              NOT NULL auto_increment,
1004                                                                        user_id                         bigint(20)                              NOT NULL default '0',
1005                                                                        meta_key                        varchar(255)                    default NULL,
1006                                                                        meta_value                      longtext,
1007                                                                        PRIMARY KEY  (umeta_id),
1008                                                                        KEY user_id  (user_id),
1009                                                                        KEY meta_key (meta_key)
1010                                                                     ) DEFAULT CHARACTER SET utf8
1011)
1012
10132009-11-14 13:24:24 000000 -- Fetch the table column structure from string
10142009-11-14 13:24:24 000000 -- Array
1015(
1016    [umeta_id] => umeta_id                      bigint(20)                              NOT NULL auto_increment
1017    [user_id] => user_id                        bigint(20)                              NOT NULL default '0'
1018    [meta_key] => meta_key                      varchar(255)                    default NULL
1019    [meta_value] => meta_value                  longtext
1020)
1021
10222009-11-14 13:24:24 000000 -- Fetch the table column structure from the database
10232009-11-14 13:24:24 000000 -- Array
1024(
1025    [0] => stdClass Object
1026        (
1027            [Field] => umeta_id
1028            [Type] => bigint(20)
1029            [Null] => NO
1030            [Key] => PRI
1031            [Default] =>
1032            [Extra] => auto_increment
1033        )
1034
1035    [1] => stdClass Object
1036        (
1037            [Field] => user_id
1038            [Type] => bigint(20)
1039            [Null] => NO
1040            [Key] => MUL
1041            [Default] => 0
1042            [Extra] =>
1043        )
1044
1045    [2] => stdClass Object
1046        (
1047            [Field] => meta_key
1048            [Type] => varchar(255)
1049            [Null] => YES
1050            [Key] => MUL
1051            [Default] =>
1052            [Extra] =>
1053        )
1054
1055    [3] => stdClass Object
1056        (
1057            [Field] => meta_value
1058            [Type] => longtext
1059            [Null] => YES
1060            [Key] =>
1061            [Default] =>
1062            [Extra] =>
1063        )
1064
1065)
1066
10672009-11-14 13:24:24 000000 -- Get the default value from the array
10682009-11-14 13:24:24 000000 -- umeta_id                  bigint(20)                              NOT NULL auto_increment
10692009-11-14 13:24:24 000000 -- Get the default value from the array
10702009-11-14 13:24:24 000000 -- user_id                   bigint(20)                              NOT NULL default '0'
10712009-11-14 13:24:24 000000 -- Get the default value from the array
10722009-11-14 13:24:24 000000 -- meta_key                  varchar(255)                    default NULL
10732009-11-14 13:24:24 000000 -- Get the default value from the array
10742009-11-14 13:24:24 000000 -- meta_value                        longtext
10752009-11-14 13:24:24 000000 -- For every remaining field specified for the table
10762009-11-14 13:24:24 000000 -- Array
1077(
1078)
1079
10802009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN umeta_id umeta_id                         bigint(20)                              NOT NULL auto_increment
10812009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN user_id user_id                   bigint(20)                              NOT NULL default '0'
10822009-11-14 13:24:24 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
10832009-11-14 13:24:25 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_value meta_value                     longtext
10842009-11-14 13:24:25 000000 -- ALTER TABLE wp_mailpress_usermeta ADD KEY user_id  (user_id)
10852009-11-14 13:24:25 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10862009-11-14 13:24:25 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10872009-11-14 13:24:25 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10882009-11-14 13:24:25 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10892009-11-14 13:24:25 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10902009-11-14 13:24:25 000000 -- For every table in the database
10912009-11-14 13:24:25 000000 -- Array
1092(
1093    [0] => wiki_archive
1094    [1] => wiki_category
1095    [2] => wiki_categorylinks
1096    [3] => wiki_change_tag
1097    [4] => wiki_externallinks
1098    [5] => wiki_filearchive
1099    [6] => wiki_hitcounter
1100    [7] => wiki_image
1101    [8] => wiki_imagelinks
1102    [9] => wiki_interwiki
1103    [10] => wiki_ipblocks
1104    [11] => wiki_job
1105    [12] => wiki_langlinks
1106    [13] => wiki_logging
1107    [14] => wiki_math
1108    [15] => wiki_objectcache
1109    [16] => wiki_oldimage
1110    [17] => wiki_page
1111    [18] => wiki_page_props
1112    [19] => wiki_page_restrictions
1113    [20] => wiki_pagelinks
1114    [21] => wiki_protected_titles
1115    [22] => wiki_querycache
1116    [23] => wiki_querycache_info
1117    [24] => wiki_querycachetwo
1118    [25] => wiki_recentchanges
1119    [26] => wiki_redirect
1120    [27] => wiki_revision
1121    [28] => wiki_searchindex
1122    [29] => wiki_site_stats
1123    [30] => wiki_tag_summary
1124    [31] => wiki_templatelinks
1125    [32] => wiki_text
1126    [33] => wiki_trackbacks
1127    [34] => wiki_transcache
1128    [35] => wiki_updatelog
1129    [36] => wiki_user
1130    [37] => wiki_user_groups
1131    [38] => wiki_user_newtalk
1132    [39] => wiki_valid_tag
1133    [40] => wiki_watchlist
1134    [41] => wp_comments
1135    [42] => wp_links
1136    [43] => wp_mailpress_formfields
1137    [44] => wp_mailpress_forms
1138    [45] => wp_mailpress_mailmeta
1139    [46] => wp_mailpress_mails
1140    [47] => wp_mailpress_stats
1141    [48] => wp_mailpress_tracks
1142    [49] => wp_mailpress_usermeta
1143    [50] => wp_mailpress_users
1144    [51] => wp_options
1145    [52] => wp_postmeta
1146    [53] => wp_posts
1147    [54] => wp_projects
1148    [55] => wp_tasks
1149    [56] => wp_term_relationships
1150    [57] => wp_term_taxonomy
1151    [58] => wp_terms
1152    [59] => wp_usermeta
1153    [60] => wp_users
1154)
1155
11562009-11-14 13:24:25 000000 -- Separate field lines into an array
11572009-11-14 13:24:25 000000 -- wp_mailpress_mailmeta
11582009-11-14 13:24:25 000000 -- Array
1159(
1160    [wp_mailpress_mailmeta] => CREATE TABLE wp_MailPress_mailmeta (
1161                                                                        mmeta_id                        bigint(20)                              NOT NULL auto_increment,
1162                                                                        mail_id                         bigint(20)                              NOT NULL default '0',
1163                                                                        meta_key                        varchar(255)                    default NULL,
1164                                                                        meta_value                      longtext,
1165                                                                        PRIMARY KEY  (mmeta_id),
1166                                                                        KEY user_id  (mail_id),
1167                                                                        KEY meta_key (meta_key)
1168                                                                     ) DEFAULT CHARACTER SET utf8
1169)
1170
11712009-11-14 13:24:25 000000 -- Fetch the table column structure from string
11722009-11-14 13:24:25 000000 -- Array
1173(
1174    [mmeta_id] => mmeta_id                      bigint(20)                              NOT NULL auto_increment
1175    [mail_id] => mail_id                        bigint(20)                              NOT NULL default '0'
1176    [meta_key] => meta_key                      varchar(255)                    default NULL
1177    [meta_value] => meta_value                  longtext
1178)
1179
11802009-11-14 13:24:25 000000 -- Fetch the table column structure from the database
11812009-11-14 13:24:25 000000 -- Array
1182(
1183    [0] => stdClass Object
1184        (
1185            [Field] => mmeta_id
1186            [Type] => bigint(20)
1187            [Null] => NO
1188            [Key] => PRI
1189            [Default] =>
1190            [Extra] => auto_increment
1191        )
1192
1193    [1] => stdClass Object
1194        (
1195            [Field] => mail_id
1196            [Type] => bigint(20)
1197            [Null] => NO
1198            [Key] => MUL
1199            [Default] => 0
1200            [Extra] =>
1201        )
1202
1203    [2] => stdClass Object
1204        (
1205            [Field] => meta_key
1206            [Type] => varchar(255)
1207            [Null] => YES
1208            [Key] => MUL
1209            [Default] =>
1210            [Extra] =>
1211        )
1212
1213    [3] => stdClass Object
1214        (
1215            [Field] => meta_value
1216            [Type] => longtext
1217            [Null] => YES
1218            [Key] =>
1219            [Default] =>
1220            [Extra] =>
1221        )
1222
1223)
1224
12252009-11-14 13:24:25 000000 -- Get the default value from the array
12262009-11-14 13:24:25 000000 -- mmeta_id                  bigint(20)                              NOT NULL auto_increment
12272009-11-14 13:24:25 000000 -- Get the default value from the array
12282009-11-14 13:24:25 000000 -- mail_id                   bigint(20)                              NOT NULL default '0'
12292009-11-14 13:24:25 000000 -- Get the default value from the array
12302009-11-14 13:24:25 000000 -- meta_key                  varchar(255)                    default NULL
12312009-11-14 13:24:25 000000 -- Get the default value from the array
12322009-11-14 13:24:25 000000 -- meta_value                        longtext
12332009-11-14 13:24:25 000000 -- For every remaining field specified for the table
12342009-11-14 13:24:25 000000 -- Array
1235(
1236)
1237
12382009-11-14 13:24:25 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mmeta_id mmeta_id                         bigint(20)                              NOT NULL auto_increment
12392009-11-14 13:24:25 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mail_id mail_id                   bigint(20)                              NOT NULL default '0'
12402009-11-14 13:24:25 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
12412009-11-14 13:24:26 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_value meta_value                     longtext
12422009-11-14 13:24:26 000000 -- ALTER TABLE wp_mailpress_mailmeta ADD KEY user_id  (mail_id)
12432009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12442009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12452009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12462009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12472009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12482009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12492009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12502009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12512009-11-14 13:24:26 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12522009-11-14 13:24:26 000000 -- Memory      : 15,811,408 bytes
12532009-11-14 13:24:26 000000 -- Peak Memory : 15,990,200 bytes
12542009-11-14 13:24:26 000000 -- LOG ended with status  : TRUE
12552009-11-14 13:24:26 000000 --  **** End logging   **** mailpress *** debug *** level : 8191
1256
12572009-11-14 13:24:26 000000 --  **** Start logging **** debug *** level : 8191
12582009-11-14 13:24:26 000000 -- Memory      : 10,041,896 bytes
12592009-11-14 13:24:26 000000 -- Peak Memory : 10,061,032 bytes
12602009-11-14 13:24:27 000000 -- Memory      : 16,021,560 bytes
12612009-11-14 13:24:27 000000 -- Peak Memory : 16,270,840 bytes
12622009-11-14 13:24:27 000000 -- LOG ended with status  : TRUE
12632009-11-14 13:24:27 000000 --  **** End logging   **** mailpress *** debug *** level : 8191