1 | |
---|
2 | 2009-11-14 13:22:08 000000 -- **** Start logging (4.0.1) **** debug *** level : 8191 |
---|
3 | 2009-11-14 13:22:08 000000 -- Memory : 15,099,248 bytes |
---|
4 | 2009-11-14 13:22:08 000000 -- Peak Memory : 15,119,752 bytes |
---|
5 | 2009-11-14 13:22:08 000000 -- For every table in the database |
---|
6 | 2009-11-14 13:22:08 000000 -- Array |
---|
7 | ( |
---|
8 | [0] => wiki_archive |
---|
9 | [1] => wiki_category |
---|
10 | [2] => wiki_categorylinks |
---|
11 | [3] => wiki_change_tag |
---|
12 | [4] => wiki_externallinks |
---|
13 | [5] => wiki_filearchive |
---|
14 | [6] => wiki_hitcounter |
---|
15 | [7] => wiki_image |
---|
16 | [8] => wiki_imagelinks |
---|
17 | [9] => wiki_interwiki |
---|
18 | [10] => wiki_ipblocks |
---|
19 | [11] => wiki_job |
---|
20 | [12] => wiki_langlinks |
---|
21 | [13] => wiki_logging |
---|
22 | [14] => wiki_math |
---|
23 | [15] => wiki_objectcache |
---|
24 | [16] => wiki_oldimage |
---|
25 | [17] => wiki_page |
---|
26 | [18] => wiki_page_props |
---|
27 | [19] => wiki_page_restrictions |
---|
28 | [20] => wiki_pagelinks |
---|
29 | [21] => wiki_protected_titles |
---|
30 | [22] => wiki_querycache |
---|
31 | [23] => wiki_querycache_info |
---|
32 | [24] => wiki_querycachetwo |
---|
33 | [25] => wiki_recentchanges |
---|
34 | [26] => wiki_redirect |
---|
35 | [27] => wiki_revision |
---|
36 | [28] => wiki_searchindex |
---|
37 | [29] => wiki_site_stats |
---|
38 | [30] => wiki_tag_summary |
---|
39 | [31] => wiki_templatelinks |
---|
40 | [32] => wiki_text |
---|
41 | [33] => wiki_trackbacks |
---|
42 | [34] => wiki_transcache |
---|
43 | [35] => wiki_updatelog |
---|
44 | [36] => wiki_user |
---|
45 | [37] => wiki_user_groups |
---|
46 | [38] => wiki_user_newtalk |
---|
47 | [39] => wiki_valid_tag |
---|
48 | [40] => wiki_watchlist |
---|
49 | [41] => wp_comments |
---|
50 | [42] => wp_links |
---|
51 | [43] => wp_mailpress_formfields |
---|
52 | [44] => wp_mailpress_forms |
---|
53 | [45] => wp_mailpress_mailmeta |
---|
54 | [46] => wp_mailpress_mails |
---|
55 | [47] => wp_mailpress_stats |
---|
56 | [48] => wp_mailpress_tracks |
---|
57 | [49] => wp_mailpress_usermeta |
---|
58 | [50] => wp_mailpress_users |
---|
59 | [51] => wp_options |
---|
60 | [52] => wp_postmeta |
---|
61 | [53] => wp_posts |
---|
62 | [54] => wp_projects |
---|
63 | [55] => wp_tasks |
---|
64 | [56] => wp_term_relationships |
---|
65 | [57] => wp_term_taxonomy |
---|
66 | [58] => wp_terms |
---|
67 | [59] => wp_usermeta |
---|
68 | [60] => wp_users |
---|
69 | ) |
---|
70 | |
---|
71 | 2009-11-14 13:22:08 000000 -- Separate field lines into an array |
---|
72 | 2009-11-14 13:22:08 000000 -- wp_mailpress_users |
---|
73 | 2009-11-14 13:22:08 000000 -- Array |
---|
74 | ( |
---|
75 | [wp_mailpress_users] => CREATE TABLE wp_MailPress_users ( |
---|
76 | id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, |
---|
77 | email varchar(100) NOT NULL, |
---|
78 | name varchar(100) NOT NULL, |
---|
79 | status enum('waiting', 'active', 'bounced', 'unsubscribed') NOT NULL, |
---|
80 | confkey varchar(100) NOT NULL, |
---|
81 | created timestamp NOT NULL default '0000-00-00 00:00:00', |
---|
82 | created_IP varchar(100) NOT NULL default '', |
---|
83 | created_agent varchar(255) NOT NULL default '', |
---|
84 | created_user_id bigint(20) UNSIGNED NOT NULL default 0, |
---|
85 | created_country char(2) NOT NULL default 'ZZ', |
---|
86 | created_US_state char(2) NOT NULL default 'ZZ', |
---|
87 | laststatus timestamp NOT NULL default '0000-00-00 00:00:00', |
---|
88 | laststatus_IP varchar(100) NOT NULL default '', |
---|
89 | laststatus_agent varchar(255) NOT NULL default '', |
---|
90 | laststatus_user_id bigint(20) UNSIGNED NOT NULL default 0, |
---|
91 | |
---|
92 | UNIQUE KEY id (id) |
---|
93 | ) DEFAULT CHARACTER SET utf8 |
---|
94 | ) |
---|
95 | |
---|
96 | 2009-11-14 13:22:08 000000 -- Fetch the table column structure from string |
---|
97 | 2009-11-14 13:22:08 000000 -- Array |
---|
98 | ( |
---|
99 | [id] => id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
100 | [email] => email varchar(100) NOT NULL |
---|
101 | [name ] => name varchar(100) NOT NULL |
---|
102 | [status] => status enum('waiting', 'active', 'bounced', 'unsubscribed') NOT NULL |
---|
103 | [confkey] => confkey varchar(100) NOT NULL |
---|
104 | [created timestamp] => created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
105 | [created_ip] => created_IP varchar(100) NOT NULL default '' |
---|
106 | [created_agent varchar(255)] => created_agent varchar(255) NOT NULL default '' |
---|
107 | [created_user_id] => created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
108 | [created_country char(2) not] => created_country char(2) NOT NULL default 'ZZ' |
---|
109 | [created_us_state char(2) not] => created_US_state char(2) NOT NULL default 'ZZ' |
---|
110 | [laststatus] => laststatus timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
111 | [laststatus_ip varchar(100)] => laststatus_IP varchar(100) NOT NULL default '' |
---|
112 | [laststatus_agent] => laststatus_agent varchar(255) NOT NULL default '' |
---|
113 | [laststatus_user_id bigint(20)] => laststatus_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
114 | ) |
---|
115 | |
---|
116 | 2009-11-14 13:22:08 000000 -- Fetch the table column structure from the database |
---|
117 | 2009-11-14 13:22:08 000000 -- Array |
---|
118 | ( |
---|
119 | [0] => stdClass Object |
---|
120 | ( |
---|
121 | [Field] => id |
---|
122 | [Type] => bigint(20) unsigned |
---|
123 | [Null] => NO |
---|
124 | [Key] => PRI |
---|
125 | [Default] => |
---|
126 | [Extra] => auto_increment |
---|
127 | ) |
---|
128 | |
---|
129 | [1] => stdClass Object |
---|
130 | ( |
---|
131 | [Field] => email |
---|
132 | [Type] => varchar(100) |
---|
133 | [Null] => NO |
---|
134 | [Key] => |
---|
135 | [Default] => |
---|
136 | [Extra] => |
---|
137 | ) |
---|
138 | |
---|
139 | [2] => stdClass Object |
---|
140 | ( |
---|
141 | [Field] => status |
---|
142 | [Type] => enum('waiting','active','bounced','unsubscribed') |
---|
143 | [Null] => NO |
---|
144 | [Key] => |
---|
145 | [Default] => |
---|
146 | [Extra] => |
---|
147 | ) |
---|
148 | |
---|
149 | [3] => stdClass Object |
---|
150 | ( |
---|
151 | [Field] => confkey |
---|
152 | [Type] => varchar(100) |
---|
153 | [Null] => NO |
---|
154 | [Key] => |
---|
155 | [Default] => |
---|
156 | [Extra] => |
---|
157 | ) |
---|
158 | |
---|
159 | [4] => stdClass Object |
---|
160 | ( |
---|
161 | [Field] => created |
---|
162 | [Type] => timestamp |
---|
163 | [Null] => NO |
---|
164 | [Key] => |
---|
165 | [Default] => 0000-00-00 00:00:00 |
---|
166 | [Extra] => |
---|
167 | ) |
---|
168 | |
---|
169 | [5] => stdClass Object |
---|
170 | ( |
---|
171 | [Field] => created_IP |
---|
172 | [Type] => varchar(100) |
---|
173 | [Null] => NO |
---|
174 | [Key] => |
---|
175 | [Default] => |
---|
176 | [Extra] => |
---|
177 | ) |
---|
178 | |
---|
179 | [6] => stdClass Object |
---|
180 | ( |
---|
181 | [Field] => created_agent |
---|
182 | [Type] => varchar(255) |
---|
183 | [Null] => NO |
---|
184 | [Key] => |
---|
185 | [Default] => |
---|
186 | [Extra] => |
---|
187 | ) |
---|
188 | |
---|
189 | [7] => stdClass Object |
---|
190 | ( |
---|
191 | [Field] => created_user_id |
---|
192 | [Type] => bigint(20) unsigned |
---|
193 | [Null] => NO |
---|
194 | [Key] => |
---|
195 | [Default] => 0 |
---|
196 | [Extra] => |
---|
197 | ) |
---|
198 | |
---|
199 | [8] => stdClass Object |
---|
200 | ( |
---|
201 | [Field] => created_country |
---|
202 | [Type] => char(2) |
---|
203 | [Null] => NO |
---|
204 | [Key] => |
---|
205 | [Default] => ZZ |
---|
206 | [Extra] => |
---|
207 | ) |
---|
208 | |
---|
209 | [9] => stdClass Object |
---|
210 | ( |
---|
211 | [Field] => created_US_state |
---|
212 | [Type] => char(2) |
---|
213 | [Null] => NO |
---|
214 | [Key] => |
---|
215 | [Default] => ZZ |
---|
216 | [Extra] => |
---|
217 | ) |
---|
218 | |
---|
219 | [10] => stdClass Object |
---|
220 | ( |
---|
221 | [Field] => laststatus |
---|
222 | [Type] => timestamp |
---|
223 | [Null] => NO |
---|
224 | [Key] => |
---|
225 | [Default] => 0000-00-00 00:00:00 |
---|
226 | [Extra] => |
---|
227 | ) |
---|
228 | |
---|
229 | [11] => stdClass Object |
---|
230 | ( |
---|
231 | [Field] => laststatus_IP |
---|
232 | [Type] => varchar(100) |
---|
233 | [Null] => NO |
---|
234 | [Key] => |
---|
235 | [Default] => |
---|
236 | [Extra] => |
---|
237 | ) |
---|
238 | |
---|
239 | [12] => stdClass Object |
---|
240 | ( |
---|
241 | [Field] => laststatus_agent |
---|
242 | [Type] => varchar(255) |
---|
243 | [Null] => NO |
---|
244 | [Key] => |
---|
245 | [Default] => |
---|
246 | [Extra] => |
---|
247 | ) |
---|
248 | |
---|
249 | [13] => stdClass Object |
---|
250 | ( |
---|
251 | [Field] => laststatus_user_id |
---|
252 | [Type] => bigint(20) unsigned |
---|
253 | [Null] => NO |
---|
254 | [Key] => |
---|
255 | [Default] => 0 |
---|
256 | [Extra] => |
---|
257 | ) |
---|
258 | |
---|
259 | [14] => stdClass Object |
---|
260 | ( |
---|
261 | [Field] => name |
---|
262 | [Type] => varchar(100) |
---|
263 | [Null] => NO |
---|
264 | [Key] => |
---|
265 | [Default] => |
---|
266 | [Extra] => |
---|
267 | ) |
---|
268 | |
---|
269 | ) |
---|
270 | |
---|
271 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
272 | 2009-11-14 13:22:08 000000 -- id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
273 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
274 | 2009-11-14 13:22:08 000000 -- email varchar(100) NOT NULL |
---|
275 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
276 | 2009-11-14 13:22:08 000000 -- status enum('waiting', 'active', 'bounced', 'unsubscribed') NOT NULL |
---|
277 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
278 | 2009-11-14 13:22:08 000000 -- confkey varchar(100) NOT NULL |
---|
279 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
280 | 2009-11-14 13:22:08 000000 -- created_IP varchar(100) NOT NULL default '' |
---|
281 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
282 | 2009-11-14 13:22:08 000000 -- created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
283 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
284 | 2009-11-14 13:22:08 000000 -- laststatus timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
285 | 2009-11-14 13:22:08 000000 -- Get the default value from the array |
---|
286 | 2009-11-14 13:22:08 000000 -- laststatus_agent varchar(255) NOT NULL default '' |
---|
287 | 2009-11-14 13:22:08 000000 -- For every remaining field specified for the table |
---|
288 | 2009-11-14 13:22:08 000000 -- Array |
---|
289 | ( |
---|
290 | [name ] => name varchar(100) NOT NULL |
---|
291 | [created timestamp] => created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
292 | [created_agent varchar(255)] => created_agent varchar(255) NOT NULL default '' |
---|
293 | [created_country char(2) not] => created_country char(2) NOT NULL default 'ZZ' |
---|
294 | [created_us_state char(2) not] => created_US_state char(2) NOT NULL default 'ZZ' |
---|
295 | [laststatus_ip varchar(100)] => laststatus_IP varchar(100) NOT NULL default '' |
---|
296 | [laststatus_user_id bigint(20)] => laststatus_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
297 | ) |
---|
298 | |
---|
299 | 2009-11-14 13:22:08 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN id id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
300 | 2009-11-14 13:22:08 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN email email varchar(100) NOT NULL |
---|
301 | 2009-11-14 13:22:08 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN status status enum('waiting', 'active', 'bounced', 'unsubscribed') NOT NULL |
---|
302 | 2009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN confkey confkey varchar(100) NOT NULL |
---|
303 | 2009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_IP created_IP varchar(100) NOT NULL default '' |
---|
304 | 2009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_user_id created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
305 | 2009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus laststatus timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
306 | 2009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_agent laststatus_agent varchar(255) NOT NULL default '' |
---|
307 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN name varchar(100) NOT NULL |
---|
308 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
309 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
310 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
311 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
312 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
313 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
314 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
315 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
316 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
317 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
318 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
319 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_agent varchar(255) NOT NULL default '' |
---|
320 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
321 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
322 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
323 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
324 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
325 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_country char(2) NOT NULL default 'ZZ' |
---|
326 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
327 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
328 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
329 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
330 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
331 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_US_state char(2) NOT NULL default 'ZZ' |
---|
332 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
333 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
334 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
335 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
336 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
337 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN laststatus_IP varchar(100) NOT NULL default '' |
---|
338 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
339 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
340 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
341 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
342 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
343 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN laststatus_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
344 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
345 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
346 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
347 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
348 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
349 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD |
---|
350 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
351 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
352 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
353 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
354 | 2009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
355 | 2009-11-14 13:22:10 000000 -- For every table in the database |
---|
356 | 2009-11-14 13:22:10 000000 -- Array |
---|
357 | ( |
---|
358 | [0] => wiki_archive |
---|
359 | [1] => wiki_category |
---|
360 | [2] => wiki_categorylinks |
---|
361 | [3] => wiki_change_tag |
---|
362 | [4] => wiki_externallinks |
---|
363 | [5] => wiki_filearchive |
---|
364 | [6] => wiki_hitcounter |
---|
365 | [7] => wiki_image |
---|
366 | [8] => wiki_imagelinks |
---|
367 | [9] => wiki_interwiki |
---|
368 | [10] => wiki_ipblocks |
---|
369 | [11] => wiki_job |
---|
370 | [12] => wiki_langlinks |
---|
371 | [13] => wiki_logging |
---|
372 | [14] => wiki_math |
---|
373 | [15] => wiki_objectcache |
---|
374 | [16] => wiki_oldimage |
---|
375 | [17] => wiki_page |
---|
376 | [18] => wiki_page_props |
---|
377 | [19] => wiki_page_restrictions |
---|
378 | [20] => wiki_pagelinks |
---|
379 | [21] => wiki_protected_titles |
---|
380 | [22] => wiki_querycache |
---|
381 | [23] => wiki_querycache_info |
---|
382 | [24] => wiki_querycachetwo |
---|
383 | [25] => wiki_recentchanges |
---|
384 | [26] => wiki_redirect |
---|
385 | [27] => wiki_revision |
---|
386 | [28] => wiki_searchindex |
---|
387 | [29] => wiki_site_stats |
---|
388 | [30] => wiki_tag_summary |
---|
389 | [31] => wiki_templatelinks |
---|
390 | [32] => wiki_text |
---|
391 | [33] => wiki_trackbacks |
---|
392 | [34] => wiki_transcache |
---|
393 | [35] => wiki_updatelog |
---|
394 | [36] => wiki_user |
---|
395 | [37] => wiki_user_groups |
---|
396 | [38] => wiki_user_newtalk |
---|
397 | [39] => wiki_valid_tag |
---|
398 | [40] => wiki_watchlist |
---|
399 | [41] => wp_comments |
---|
400 | [42] => wp_links |
---|
401 | [43] => wp_mailpress_formfields |
---|
402 | [44] => wp_mailpress_forms |
---|
403 | [45] => wp_mailpress_mailmeta |
---|
404 | [46] => wp_mailpress_mails |
---|
405 | [47] => wp_mailpress_stats |
---|
406 | [48] => wp_mailpress_tracks |
---|
407 | [49] => wp_mailpress_usermeta |
---|
408 | [50] => wp_mailpress_users |
---|
409 | [51] => wp_options |
---|
410 | [52] => wp_postmeta |
---|
411 | [53] => wp_posts |
---|
412 | [54] => wp_projects |
---|
413 | [55] => wp_tasks |
---|
414 | [56] => wp_term_relationships |
---|
415 | [57] => wp_term_taxonomy |
---|
416 | [58] => wp_terms |
---|
417 | [59] => wp_usermeta |
---|
418 | [60] => wp_users |
---|
419 | ) |
---|
420 | |
---|
421 | 2009-11-14 13:22:10 000000 -- Separate field lines into an array |
---|
422 | 2009-11-14 13:22:10 000000 -- wp_mailpress_stats |
---|
423 | 2009-11-14 13:22:10 000000 -- Array |
---|
424 | ( |
---|
425 | [wp_mailpress_stats] => CREATE TABLE wp_MailPress_stats ( |
---|
426 | sdate date NOT NULL, |
---|
427 | stype char(1) NOT NULL, |
---|
428 | slib varchar(45) NOT NULL, |
---|
429 | scount bigint NOT NULL, |
---|
430 | PRIMARY KEY(sdate, stype, slib) |
---|
431 | ) DEFAULT CHARACTER SET utf8 |
---|
432 | ) |
---|
433 | |
---|
434 | 2009-11-14 13:22:10 000000 -- Fetch the table column structure from string |
---|
435 | 2009-11-14 13:22:10 000000 -- Array |
---|
436 | ( |
---|
437 | [sdate] => sdate date NOT NULL |
---|
438 | [stype] => stype char(1) NOT NULL |
---|
439 | [slib] => slib varchar(45) NOT NULL |
---|
440 | [scount] => scount bigint NOT NULL |
---|
441 | ) |
---|
442 | |
---|
443 | 2009-11-14 13:22:10 000000 -- Fetch the table column structure from the database |
---|
444 | 2009-11-14 13:22:10 000000 -- Array |
---|
445 | ( |
---|
446 | [0] => stdClass Object |
---|
447 | ( |
---|
448 | [Field] => sdate |
---|
449 | [Type] => date |
---|
450 | [Null] => NO |
---|
451 | [Key] => PRI |
---|
452 | [Default] => |
---|
453 | [Extra] => |
---|
454 | ) |
---|
455 | |
---|
456 | [1] => stdClass Object |
---|
457 | ( |
---|
458 | [Field] => stype |
---|
459 | [Type] => char(1) |
---|
460 | [Null] => NO |
---|
461 | [Key] => PRI |
---|
462 | [Default] => |
---|
463 | [Extra] => |
---|
464 | ) |
---|
465 | |
---|
466 | [2] => stdClass Object |
---|
467 | ( |
---|
468 | [Field] => slib |
---|
469 | [Type] => varchar(45) |
---|
470 | [Null] => NO |
---|
471 | [Key] => PRI |
---|
472 | [Default] => |
---|
473 | [Extra] => |
---|
474 | ) |
---|
475 | |
---|
476 | [3] => stdClass Object |
---|
477 | ( |
---|
478 | [Field] => scount |
---|
479 | [Type] => bigint(20) |
---|
480 | [Null] => NO |
---|
481 | [Key] => |
---|
482 | [Default] => |
---|
483 | [Extra] => |
---|
484 | ) |
---|
485 | |
---|
486 | ) |
---|
487 | |
---|
488 | 2009-11-14 13:22:10 000000 -- Get the default value from the array |
---|
489 | 2009-11-14 13:22:10 000000 -- sdate date NOT NULL |
---|
490 | 2009-11-14 13:22:10 000000 -- Get the default value from the array |
---|
491 | 2009-11-14 13:22:10 000000 -- stype char(1) NOT NULL |
---|
492 | 2009-11-14 13:22:10 000000 -- Get the default value from the array |
---|
493 | 2009-11-14 13:22:10 000000 -- slib varchar(45) NOT NULL |
---|
494 | 2009-11-14 13:22:10 000000 -- Get the default value from the array |
---|
495 | 2009-11-14 13:22:10 000000 -- scount bigint NOT NULL |
---|
496 | 2009-11-14 13:22:10 000000 -- For every remaining field specified for the table |
---|
497 | 2009-11-14 13:22:10 000000 -- Array |
---|
498 | ( |
---|
499 | ) |
---|
500 | |
---|
501 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN sdate sdate date NOT NULL |
---|
502 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN stype stype char(1) NOT NULL |
---|
503 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN slib slib varchar(45) NOT NULL |
---|
504 | 2009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN scount scount bigint NOT NULL |
---|
505 | 2009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_stats ADD PRIMARY KEY(sdate, stype, slib) |
---|
506 | 2009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
507 | 2009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
508 | 2009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
509 | 2009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
510 | 2009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
511 | 2009-11-14 13:22:11 000000 -- For every table in the database |
---|
512 | 2009-11-14 13:22:11 000000 -- Array |
---|
513 | ( |
---|
514 | [0] => wiki_archive |
---|
515 | [1] => wiki_category |
---|
516 | [2] => wiki_categorylinks |
---|
517 | [3] => wiki_change_tag |
---|
518 | [4] => wiki_externallinks |
---|
519 | [5] => wiki_filearchive |
---|
520 | [6] => wiki_hitcounter |
---|
521 | [7] => wiki_image |
---|
522 | [8] => wiki_imagelinks |
---|
523 | [9] => wiki_interwiki |
---|
524 | [10] => wiki_ipblocks |
---|
525 | [11] => wiki_job |
---|
526 | [12] => wiki_langlinks |
---|
527 | [13] => wiki_logging |
---|
528 | [14] => wiki_math |
---|
529 | [15] => wiki_objectcache |
---|
530 | [16] => wiki_oldimage |
---|
531 | [17] => wiki_page |
---|
532 | [18] => wiki_page_props |
---|
533 | [19] => wiki_page_restrictions |
---|
534 | [20] => wiki_pagelinks |
---|
535 | [21] => wiki_protected_titles |
---|
536 | [22] => wiki_querycache |
---|
537 | [23] => wiki_querycache_info |
---|
538 | [24] => wiki_querycachetwo |
---|
539 | [25] => wiki_recentchanges |
---|
540 | [26] => wiki_redirect |
---|
541 | [27] => wiki_revision |
---|
542 | [28] => wiki_searchindex |
---|
543 | [29] => wiki_site_stats |
---|
544 | [30] => wiki_tag_summary |
---|
545 | [31] => wiki_templatelinks |
---|
546 | [32] => wiki_text |
---|
547 | [33] => wiki_trackbacks |
---|
548 | [34] => wiki_transcache |
---|
549 | [35] => wiki_updatelog |
---|
550 | [36] => wiki_user |
---|
551 | [37] => wiki_user_groups |
---|
552 | [38] => wiki_user_newtalk |
---|
553 | [39] => wiki_valid_tag |
---|
554 | [40] => wiki_watchlist |
---|
555 | [41] => wp_comments |
---|
556 | [42] => wp_links |
---|
557 | [43] => wp_mailpress_formfields |
---|
558 | [44] => wp_mailpress_forms |
---|
559 | [45] => wp_mailpress_mailmeta |
---|
560 | [46] => wp_mailpress_mails |
---|
561 | [47] => wp_mailpress_stats |
---|
562 | [48] => wp_mailpress_tracks |
---|
563 | [49] => wp_mailpress_usermeta |
---|
564 | [50] => wp_mailpress_users |
---|
565 | [51] => wp_options |
---|
566 | [52] => wp_postmeta |
---|
567 | [53] => wp_posts |
---|
568 | [54] => wp_projects |
---|
569 | [55] => wp_tasks |
---|
570 | [56] => wp_term_relationships |
---|
571 | [57] => wp_term_taxonomy |
---|
572 | [58] => wp_terms |
---|
573 | [59] => wp_usermeta |
---|
574 | [60] => wp_users |
---|
575 | ) |
---|
576 | |
---|
577 | 2009-11-14 13:22:11 000000 -- Separate field lines into an array |
---|
578 | 2009-11-14 13:22:11 000000 -- wp_mailpress_mails |
---|
579 | 2009-11-14 13:22:11 000000 -- Array |
---|
580 | ( |
---|
581 | [wp_mailpress_mails] => CREATE TABLE wp_MailPress_mails ( |
---|
582 | id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, |
---|
583 | status enum('draft', 'sent', 'unsent', 'sending', '') NOT NULL, |
---|
584 | theme varchar(255) NOT NULL default '', |
---|
585 | themedir varchar(255) NOT NULL default '', |
---|
586 | template varchar(255) NOT NULL default '', |
---|
587 | fromemail varchar(255) NOT NULL default '', |
---|
588 | fromname varchar(255) NOT NULL default '', |
---|
589 | toname varchar(255) NOT NULL default '', |
---|
590 | charset varchar(255) NOT NULL default '', |
---|
591 | parent bigint(20) UNSIGNED NOT NULL default 0, |
---|
592 | child bigint(20) NOT NULL default 0, |
---|
593 | subject varchar(255) NOT NULL default '', |
---|
594 | created timestamp NOT NULL default '0000-00-00 00:00:00', |
---|
595 | created_user_id bigint(20) UNSIGNED NOT NULL default 0, |
---|
596 | sent timestamp NOT NULL default '0000-00-00 00:00:00', |
---|
597 | sent_user_id bigint(20) UNSIGNED NOT NULL default 0, |
---|
598 | toemail longtext NOT NULL, |
---|
599 | plaintext longtext NOT NULL, |
---|
600 | html longtext NOT NULL, |
---|
601 | UNIQUE KEY id (id) |
---|
602 | ) DEFAULT CHARACTER SET utf8 |
---|
603 | ) |
---|
604 | |
---|
605 | 2009-11-14 13:22:11 000000 -- Fetch the table column structure from string |
---|
606 | 2009-11-14 13:22:11 000000 -- Array |
---|
607 | ( |
---|
608 | [id] => id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
609 | [status] => status enum('draft', 'sent', 'unsent', 'sending', '') NOT NULL |
---|
610 | [theme varchar(255)] => theme varchar(255) NOT NULL default '' |
---|
611 | [themedir varchar(255)] => themedir varchar(255) NOT NULL default '' |
---|
612 | [template varchar(255)] => template varchar(255) NOT NULL default '' |
---|
613 | [fromemail ] => fromemail varchar(255) NOT NULL default '' |
---|
614 | [fromname ] => fromname varchar(255) NOT NULL default '' |
---|
615 | [toname ] => toname varchar(255) NOT NULL default '' |
---|
616 | [charset ] => charset varchar(255) NOT NULL default '' |
---|
617 | [parent bigint(20) unsigned] => parent bigint(20) UNSIGNED NOT NULL default 0 |
---|
618 | [child bigint(20) not] => child bigint(20) NOT NULL default 0 |
---|
619 | [subject varchar(255)] => subject varchar(255) NOT NULL default '' |
---|
620 | [created timestamp] => created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
621 | [created_user_id] => created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
622 | [sent timestamp] => sent timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
623 | [sent_user_id] => sent_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
624 | [toemail ] => toemail longtext NOT NULL |
---|
625 | [plaintext longtext] => plaintext longtext NOT NULL |
---|
626 | [html] => html longtext NOT NULL |
---|
627 | ) |
---|
628 | |
---|
629 | 2009-11-14 13:22:11 000000 -- Fetch the table column structure from the database |
---|
630 | 2009-11-14 13:22:11 000000 -- Array |
---|
631 | ( |
---|
632 | [0] => stdClass Object |
---|
633 | ( |
---|
634 | [Field] => id |
---|
635 | [Type] => bigint(20) unsigned |
---|
636 | [Null] => NO |
---|
637 | [Key] => PRI |
---|
638 | [Default] => |
---|
639 | [Extra] => auto_increment |
---|
640 | ) |
---|
641 | |
---|
642 | [1] => stdClass Object |
---|
643 | ( |
---|
644 | [Field] => status |
---|
645 | [Type] => enum('draft','sent','unsent','sending','') |
---|
646 | [Null] => NO |
---|
647 | [Key] => |
---|
648 | [Default] => |
---|
649 | [Extra] => |
---|
650 | ) |
---|
651 | |
---|
652 | [2] => stdClass Object |
---|
653 | ( |
---|
654 | [Field] => theme |
---|
655 | [Type] => varchar(255) |
---|
656 | [Null] => NO |
---|
657 | [Key] => |
---|
658 | [Default] => |
---|
659 | [Extra] => |
---|
660 | ) |
---|
661 | |
---|
662 | [3] => stdClass Object |
---|
663 | ( |
---|
664 | [Field] => themedir |
---|
665 | [Type] => varchar(255) |
---|
666 | [Null] => NO |
---|
667 | [Key] => |
---|
668 | [Default] => |
---|
669 | [Extra] => |
---|
670 | ) |
---|
671 | |
---|
672 | [4] => stdClass Object |
---|
673 | ( |
---|
674 | [Field] => template |
---|
675 | [Type] => varchar(255) |
---|
676 | [Null] => NO |
---|
677 | [Key] => |
---|
678 | [Default] => |
---|
679 | [Extra] => |
---|
680 | ) |
---|
681 | |
---|
682 | [5] => stdClass Object |
---|
683 | ( |
---|
684 | [Field] => fromemail |
---|
685 | [Type] => varchar(255) |
---|
686 | [Null] => NO |
---|
687 | [Key] => |
---|
688 | [Default] => |
---|
689 | [Extra] => |
---|
690 | ) |
---|
691 | |
---|
692 | [6] => stdClass Object |
---|
693 | ( |
---|
694 | [Field] => fromname |
---|
695 | [Type] => varchar(255) |
---|
696 | [Null] => NO |
---|
697 | [Key] => |
---|
698 | [Default] => |
---|
699 | [Extra] => |
---|
700 | ) |
---|
701 | |
---|
702 | [7] => stdClass Object |
---|
703 | ( |
---|
704 | [Field] => toname |
---|
705 | [Type] => varchar(255) |
---|
706 | [Null] => NO |
---|
707 | [Key] => |
---|
708 | [Default] => |
---|
709 | [Extra] => |
---|
710 | ) |
---|
711 | |
---|
712 | [8] => stdClass Object |
---|
713 | ( |
---|
714 | [Field] => charset |
---|
715 | [Type] => varchar(255) |
---|
716 | [Null] => NO |
---|
717 | [Key] => |
---|
718 | [Default] => |
---|
719 | [Extra] => |
---|
720 | ) |
---|
721 | |
---|
722 | [9] => stdClass Object |
---|
723 | ( |
---|
724 | [Field] => subject |
---|
725 | [Type] => varchar(255) |
---|
726 | [Null] => NO |
---|
727 | [Key] => |
---|
728 | [Default] => |
---|
729 | [Extra] => |
---|
730 | ) |
---|
731 | |
---|
732 | [10] => stdClass Object |
---|
733 | ( |
---|
734 | [Field] => created |
---|
735 | [Type] => timestamp |
---|
736 | [Null] => NO |
---|
737 | [Key] => |
---|
738 | [Default] => 0000-00-00 00:00:00 |
---|
739 | [Extra] => |
---|
740 | ) |
---|
741 | |
---|
742 | [11] => stdClass Object |
---|
743 | ( |
---|
744 | [Field] => created_user_id |
---|
745 | [Type] => bigint(20) unsigned |
---|
746 | [Null] => NO |
---|
747 | [Key] => |
---|
748 | [Default] => 0 |
---|
749 | [Extra] => |
---|
750 | ) |
---|
751 | |
---|
752 | [12] => stdClass Object |
---|
753 | ( |
---|
754 | [Field] => sent |
---|
755 | [Type] => timestamp |
---|
756 | [Null] => NO |
---|
757 | [Key] => |
---|
758 | [Default] => 0000-00-00 00:00:00 |
---|
759 | [Extra] => |
---|
760 | ) |
---|
761 | |
---|
762 | [13] => stdClass Object |
---|
763 | ( |
---|
764 | [Field] => sent_user_id |
---|
765 | [Type] => bigint(20) unsigned |
---|
766 | [Null] => NO |
---|
767 | [Key] => |
---|
768 | [Default] => 0 |
---|
769 | [Extra] => |
---|
770 | ) |
---|
771 | |
---|
772 | [14] => stdClass Object |
---|
773 | ( |
---|
774 | [Field] => toemail |
---|
775 | [Type] => longtext |
---|
776 | [Null] => NO |
---|
777 | [Key] => |
---|
778 | [Default] => |
---|
779 | [Extra] => |
---|
780 | ) |
---|
781 | |
---|
782 | [15] => stdClass Object |
---|
783 | ( |
---|
784 | [Field] => plaintext |
---|
785 | [Type] => longtext |
---|
786 | [Null] => NO |
---|
787 | [Key] => |
---|
788 | [Default] => |
---|
789 | [Extra] => |
---|
790 | ) |
---|
791 | |
---|
792 | [16] => stdClass Object |
---|
793 | ( |
---|
794 | [Field] => html |
---|
795 | [Type] => longtext |
---|
796 | [Null] => NO |
---|
797 | [Key] => |
---|
798 | [Default] => |
---|
799 | [Extra] => |
---|
800 | ) |
---|
801 | |
---|
802 | [17] => stdClass Object |
---|
803 | ( |
---|
804 | [Field] => parent |
---|
805 | [Type] => bigint(20) unsigned |
---|
806 | [Null] => NO |
---|
807 | [Key] => |
---|
808 | [Default] => 0 |
---|
809 | [Extra] => |
---|
810 | ) |
---|
811 | |
---|
812 | [18] => stdClass Object |
---|
813 | ( |
---|
814 | [Field] => child |
---|
815 | [Type] => bigint(20) |
---|
816 | [Null] => NO |
---|
817 | [Key] => |
---|
818 | [Default] => 0 |
---|
819 | [Extra] => |
---|
820 | ) |
---|
821 | |
---|
822 | ) |
---|
823 | |
---|
824 | 2009-11-14 13:22:11 000000 -- Get the default value from the array |
---|
825 | 2009-11-14 13:22:11 000000 -- id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
826 | 2009-11-14 13:22:11 000000 -- Get the default value from the array |
---|
827 | 2009-11-14 13:22:11 000000 -- status enum('draft', 'sent', 'unsent', 'sending', '') NOT NULL |
---|
828 | 2009-11-14 13:22:11 000000 -- Get the default value from the array |
---|
829 | 2009-11-14 13:22:11 000000 -- created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
830 | 2009-11-14 13:22:11 000000 -- Get the default value from the array |
---|
831 | 2009-11-14 13:22:11 000000 -- sent_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
832 | 2009-11-14 13:22:11 000000 -- Get the default value from the array |
---|
833 | 2009-11-14 13:22:11 000000 -- html longtext NOT NULL |
---|
834 | 2009-11-14 13:22:11 000000 -- For every remaining field specified for the table |
---|
835 | 2009-11-14 13:22:11 000000 -- Array |
---|
836 | ( |
---|
837 | [theme varchar(255)] => theme varchar(255) NOT NULL default '' |
---|
838 | [themedir varchar(255)] => themedir varchar(255) NOT NULL default '' |
---|
839 | [template varchar(255)] => template varchar(255) NOT NULL default '' |
---|
840 | [fromemail ] => fromemail varchar(255) NOT NULL default '' |
---|
841 | [fromname ] => fromname varchar(255) NOT NULL default '' |
---|
842 | [toname ] => toname varchar(255) NOT NULL default '' |
---|
843 | [charset ] => charset varchar(255) NOT NULL default '' |
---|
844 | [parent bigint(20) unsigned] => parent bigint(20) UNSIGNED NOT NULL default 0 |
---|
845 | [child bigint(20) not] => child bigint(20) NOT NULL default 0 |
---|
846 | [subject varchar(255)] => subject varchar(255) NOT NULL default '' |
---|
847 | [created timestamp] => created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
848 | [sent timestamp] => sent timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
849 | [toemail ] => toemail longtext NOT NULL |
---|
850 | [plaintext longtext] => plaintext longtext NOT NULL |
---|
851 | ) |
---|
852 | |
---|
853 | 2009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN id id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
854 | 2009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN status status enum('draft', 'sent', 'unsent', 'sending', '') NOT NULL |
---|
855 | 2009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created_user_id created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
856 | 2009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent_user_id sent_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
857 | 2009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN html html longtext NOT NULL |
---|
858 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN theme varchar(255) NOT NULL default '' |
---|
859 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
860 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
861 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
862 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
863 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
864 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN themedir varchar(255) NOT NULL default '' |
---|
865 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
866 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
867 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
868 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
869 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
870 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN template varchar(255) NOT NULL default '' |
---|
871 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
872 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
873 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
874 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
875 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
876 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN fromemail varchar(255) NOT NULL default '' |
---|
877 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
878 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
879 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
880 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
881 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
882 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN fromname varchar(255) NOT NULL default '' |
---|
883 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
884 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
885 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
886 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
887 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
888 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN toname varchar(255) NOT NULL default '' |
---|
889 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
890 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
891 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
892 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
893 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
894 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN charset varchar(255) NOT NULL default '' |
---|
895 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
896 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
897 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
898 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
899 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
900 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN parent bigint(20) UNSIGNED NOT NULL default 0 |
---|
901 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
902 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
903 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
904 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
905 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
906 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN child bigint(20) NOT NULL default 0 |
---|
907 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
908 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
909 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
910 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
911 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
912 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN subject varchar(255) NOT NULL default '' |
---|
913 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
914 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
915 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
916 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
917 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
918 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
919 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
920 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
921 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
922 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
923 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
924 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN sent timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
925 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
926 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
927 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
928 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
929 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
930 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN toemail longtext NOT NULL |
---|
931 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
932 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
933 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
934 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
935 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
936 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN plaintext longtext NOT NULL |
---|
937 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
938 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
939 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
940 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
941 | 2009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
942 | 2009-11-14 13:22:12 000000 -- For every table in the database |
---|
943 | 2009-11-14 13:22:12 000000 -- Array |
---|
944 | ( |
---|
945 | [0] => wiki_archive |
---|
946 | [1] => wiki_category |
---|
947 | [2] => wiki_categorylinks |
---|
948 | [3] => wiki_change_tag |
---|
949 | [4] => wiki_externallinks |
---|
950 | [5] => wiki_filearchive |
---|
951 | [6] => wiki_hitcounter |
---|
952 | [7] => wiki_image |
---|
953 | [8] => wiki_imagelinks |
---|
954 | [9] => wiki_interwiki |
---|
955 | [10] => wiki_ipblocks |
---|
956 | [11] => wiki_job |
---|
957 | [12] => wiki_langlinks |
---|
958 | [13] => wiki_logging |
---|
959 | [14] => wiki_math |
---|
960 | [15] => wiki_objectcache |
---|
961 | [16] => wiki_oldimage |
---|
962 | [17] => wiki_page |
---|
963 | [18] => wiki_page_props |
---|
964 | [19] => wiki_page_restrictions |
---|
965 | [20] => wiki_pagelinks |
---|
966 | [21] => wiki_protected_titles |
---|
967 | [22] => wiki_querycache |
---|
968 | [23] => wiki_querycache_info |
---|
969 | [24] => wiki_querycachetwo |
---|
970 | [25] => wiki_recentchanges |
---|
971 | [26] => wiki_redirect |
---|
972 | [27] => wiki_revision |
---|
973 | [28] => wiki_searchindex |
---|
974 | [29] => wiki_site_stats |
---|
975 | [30] => wiki_tag_summary |
---|
976 | [31] => wiki_templatelinks |
---|
977 | [32] => wiki_text |
---|
978 | [33] => wiki_trackbacks |
---|
979 | [34] => wiki_transcache |
---|
980 | [35] => wiki_updatelog |
---|
981 | [36] => wiki_user |
---|
982 | [37] => wiki_user_groups |
---|
983 | [38] => wiki_user_newtalk |
---|
984 | [39] => wiki_valid_tag |
---|
985 | [40] => wiki_watchlist |
---|
986 | [41] => wp_comments |
---|
987 | [42] => wp_links |
---|
988 | [43] => wp_mailpress_formfields |
---|
989 | [44] => wp_mailpress_forms |
---|
990 | [45] => wp_mailpress_mailmeta |
---|
991 | [46] => wp_mailpress_mails |
---|
992 | [47] => wp_mailpress_stats |
---|
993 | [48] => wp_mailpress_tracks |
---|
994 | [49] => wp_mailpress_usermeta |
---|
995 | [50] => wp_mailpress_users |
---|
996 | [51] => wp_options |
---|
997 | [52] => wp_postmeta |
---|
998 | [53] => wp_posts |
---|
999 | [54] => wp_projects |
---|
1000 | [55] => wp_tasks |
---|
1001 | [56] => wp_term_relationships |
---|
1002 | [57] => wp_term_taxonomy |
---|
1003 | [58] => wp_terms |
---|
1004 | [59] => wp_usermeta |
---|
1005 | [60] => wp_users |
---|
1006 | ) |
---|
1007 | |
---|
1008 | 2009-11-14 13:22:12 000000 -- Separate field lines into an array |
---|
1009 | 2009-11-14 13:22:12 000000 -- wp_mailpress_usermeta |
---|
1010 | 2009-11-14 13:22:12 000000 -- Array |
---|
1011 | ( |
---|
1012 | [wp_mailpress_usermeta] => CREATE TABLE wp_MailPress_usermeta ( |
---|
1013 | umeta_id bigint(20) NOT NULL auto_increment, |
---|
1014 | user_id bigint(20) NOT NULL default '0', |
---|
1015 | meta_key varchar(255) default NULL, |
---|
1016 | meta_value longtext, |
---|
1017 | PRIMARY KEY (umeta_id), |
---|
1018 | KEY user_id (user_id), |
---|
1019 | KEY meta_key (meta_key) |
---|
1020 | ) DEFAULT CHARACTER SET utf8 |
---|
1021 | ) |
---|
1022 | |
---|
1023 | 2009-11-14 13:22:12 000000 -- Fetch the table column structure from string |
---|
1024 | 2009-11-14 13:22:12 000000 -- Array |
---|
1025 | ( |
---|
1026 | [umeta_id] => umeta_id bigint(20) NOT NULL auto_increment |
---|
1027 | [user_id] => user_id bigint(20) NOT NULL default '0' |
---|
1028 | [meta_key] => meta_key varchar(255) default NULL |
---|
1029 | [meta_value] => meta_value longtext |
---|
1030 | ) |
---|
1031 | |
---|
1032 | 2009-11-14 13:22:12 000000 -- Fetch the table column structure from the database |
---|
1033 | 2009-11-14 13:22:12 000000 -- Array |
---|
1034 | ( |
---|
1035 | [0] => stdClass Object |
---|
1036 | ( |
---|
1037 | [Field] => umeta_id |
---|
1038 | [Type] => bigint(20) |
---|
1039 | [Null] => NO |
---|
1040 | [Key] => PRI |
---|
1041 | [Default] => |
---|
1042 | [Extra] => auto_increment |
---|
1043 | ) |
---|
1044 | |
---|
1045 | [1] => stdClass Object |
---|
1046 | ( |
---|
1047 | [Field] => user_id |
---|
1048 | [Type] => bigint(20) |
---|
1049 | [Null] => NO |
---|
1050 | [Key] => MUL |
---|
1051 | [Default] => 0 |
---|
1052 | [Extra] => |
---|
1053 | ) |
---|
1054 | |
---|
1055 | [2] => stdClass Object |
---|
1056 | ( |
---|
1057 | [Field] => meta_key |
---|
1058 | [Type] => varchar(255) |
---|
1059 | [Null] => YES |
---|
1060 | [Key] => MUL |
---|
1061 | [Default] => |
---|
1062 | [Extra] => |
---|
1063 | ) |
---|
1064 | |
---|
1065 | [3] => stdClass Object |
---|
1066 | ( |
---|
1067 | [Field] => meta_value |
---|
1068 | [Type] => longtext |
---|
1069 | [Null] => YES |
---|
1070 | [Key] => |
---|
1071 | [Default] => |
---|
1072 | [Extra] => |
---|
1073 | ) |
---|
1074 | |
---|
1075 | ) |
---|
1076 | |
---|
1077 | 2009-11-14 13:22:12 000000 -- Get the default value from the array |
---|
1078 | 2009-11-14 13:22:12 000000 -- umeta_id bigint(20) NOT NULL auto_increment |
---|
1079 | 2009-11-14 13:22:12 000000 -- Get the default value from the array |
---|
1080 | 2009-11-14 13:22:12 000000 -- user_id bigint(20) NOT NULL default '0' |
---|
1081 | 2009-11-14 13:22:12 000000 -- Get the default value from the array |
---|
1082 | 2009-11-14 13:22:12 000000 -- meta_key varchar(255) default NULL |
---|
1083 | 2009-11-14 13:22:12 000000 -- Get the default value from the array |
---|
1084 | 2009-11-14 13:22:12 000000 -- meta_value longtext |
---|
1085 | 2009-11-14 13:22:12 000000 -- For every remaining field specified for the table |
---|
1086 | 2009-11-14 13:22:12 000000 -- Array |
---|
1087 | ( |
---|
1088 | ) |
---|
1089 | |
---|
1090 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN umeta_id umeta_id bigint(20) NOT NULL auto_increment |
---|
1091 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN user_id user_id bigint(20) NOT NULL default '0' |
---|
1092 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_key meta_key varchar(255) default NULL |
---|
1093 | 2009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_value meta_value longtext |
---|
1094 | 2009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_usermeta ADD KEY user_id (user_id) |
---|
1095 | 2009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1096 | 2009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1097 | 2009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1098 | 2009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1099 | 2009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1100 | 2009-11-14 13:22:13 000000 -- For every table in the database |
---|
1101 | 2009-11-14 13:22:13 000000 -- Array |
---|
1102 | ( |
---|
1103 | [0] => wiki_archive |
---|
1104 | [1] => wiki_category |
---|
1105 | [2] => wiki_categorylinks |
---|
1106 | [3] => wiki_change_tag |
---|
1107 | [4] => wiki_externallinks |
---|
1108 | [5] => wiki_filearchive |
---|
1109 | [6] => wiki_hitcounter |
---|
1110 | [7] => wiki_image |
---|
1111 | [8] => wiki_imagelinks |
---|
1112 | [9] => wiki_interwiki |
---|
1113 | [10] => wiki_ipblocks |
---|
1114 | [11] => wiki_job |
---|
1115 | [12] => wiki_langlinks |
---|
1116 | [13] => wiki_logging |
---|
1117 | [14] => wiki_math |
---|
1118 | [15] => wiki_objectcache |
---|
1119 | [16] => wiki_oldimage |
---|
1120 | [17] => wiki_page |
---|
1121 | [18] => wiki_page_props |
---|
1122 | [19] => wiki_page_restrictions |
---|
1123 | [20] => wiki_pagelinks |
---|
1124 | [21] => wiki_protected_titles |
---|
1125 | [22] => wiki_querycache |
---|
1126 | [23] => wiki_querycache_info |
---|
1127 | [24] => wiki_querycachetwo |
---|
1128 | [25] => wiki_recentchanges |
---|
1129 | [26] => wiki_redirect |
---|
1130 | [27] => wiki_revision |
---|
1131 | [28] => wiki_searchindex |
---|
1132 | [29] => wiki_site_stats |
---|
1133 | [30] => wiki_tag_summary |
---|
1134 | [31] => wiki_templatelinks |
---|
1135 | [32] => wiki_text |
---|
1136 | [33] => wiki_trackbacks |
---|
1137 | [34] => wiki_transcache |
---|
1138 | [35] => wiki_updatelog |
---|
1139 | [36] => wiki_user |
---|
1140 | [37] => wiki_user_groups |
---|
1141 | [38] => wiki_user_newtalk |
---|
1142 | [39] => wiki_valid_tag |
---|
1143 | [40] => wiki_watchlist |
---|
1144 | [41] => wp_comments |
---|
1145 | [42] => wp_links |
---|
1146 | [43] => wp_mailpress_formfields |
---|
1147 | [44] => wp_mailpress_forms |
---|
1148 | [45] => wp_mailpress_mailmeta |
---|
1149 | [46] => wp_mailpress_mails |
---|
1150 | [47] => wp_mailpress_stats |
---|
1151 | [48] => wp_mailpress_tracks |
---|
1152 | [49] => wp_mailpress_usermeta |
---|
1153 | [50] => wp_mailpress_users |
---|
1154 | [51] => wp_options |
---|
1155 | [52] => wp_postmeta |
---|
1156 | [53] => wp_posts |
---|
1157 | [54] => wp_projects |
---|
1158 | [55] => wp_tasks |
---|
1159 | [56] => wp_term_relationships |
---|
1160 | [57] => wp_term_taxonomy |
---|
1161 | [58] => wp_terms |
---|
1162 | [59] => wp_usermeta |
---|
1163 | [60] => wp_users |
---|
1164 | ) |
---|
1165 | |
---|
1166 | 2009-11-14 13:22:13 000000 -- Separate field lines into an array |
---|
1167 | 2009-11-14 13:22:13 000000 -- wp_mailpress_mailmeta |
---|
1168 | 2009-11-14 13:22:13 000000 -- Array |
---|
1169 | ( |
---|
1170 | [wp_mailpress_mailmeta] => CREATE TABLE wp_MailPress_mailmeta ( |
---|
1171 | mmeta_id bigint(20) NOT NULL auto_increment, |
---|
1172 | mail_id bigint(20) NOT NULL default '0', |
---|
1173 | meta_key varchar(255) default NULL, |
---|
1174 | meta_value longtext, |
---|
1175 | PRIMARY KEY (mmeta_id), |
---|
1176 | KEY user_id (mail_id), |
---|
1177 | KEY meta_key (meta_key) |
---|
1178 | ) DEFAULT CHARACTER SET utf8 |
---|
1179 | ) |
---|
1180 | |
---|
1181 | 2009-11-14 13:22:13 000000 -- Fetch the table column structure from string |
---|
1182 | 2009-11-14 13:22:13 000000 -- Array |
---|
1183 | ( |
---|
1184 | [mmeta_id] => mmeta_id bigint(20) NOT NULL auto_increment |
---|
1185 | [mail_id] => mail_id bigint(20) NOT NULL default '0' |
---|
1186 | [meta_key] => meta_key varchar(255) default NULL |
---|
1187 | [meta_value] => meta_value longtext |
---|
1188 | ) |
---|
1189 | |
---|
1190 | 2009-11-14 13:22:13 000000 -- Fetch the table column structure from the database |
---|
1191 | 2009-11-14 13:22:13 000000 -- Array |
---|
1192 | ( |
---|
1193 | [0] => stdClass Object |
---|
1194 | ( |
---|
1195 | [Field] => mmeta_id |
---|
1196 | [Type] => bigint(20) |
---|
1197 | [Null] => NO |
---|
1198 | [Key] => PRI |
---|
1199 | [Default] => |
---|
1200 | [Extra] => auto_increment |
---|
1201 | ) |
---|
1202 | |
---|
1203 | [1] => stdClass Object |
---|
1204 | ( |
---|
1205 | [Field] => mail_id |
---|
1206 | [Type] => bigint(20) |
---|
1207 | [Null] => NO |
---|
1208 | [Key] => MUL |
---|
1209 | [Default] => 0 |
---|
1210 | [Extra] => |
---|
1211 | ) |
---|
1212 | |
---|
1213 | [2] => stdClass Object |
---|
1214 | ( |
---|
1215 | [Field] => meta_key |
---|
1216 | [Type] => varchar(255) |
---|
1217 | [Null] => YES |
---|
1218 | [Key] => MUL |
---|
1219 | [Default] => |
---|
1220 | [Extra] => |
---|
1221 | ) |
---|
1222 | |
---|
1223 | [3] => stdClass Object |
---|
1224 | ( |
---|
1225 | [Field] => meta_value |
---|
1226 | [Type] => longtext |
---|
1227 | [Null] => YES |
---|
1228 | [Key] => |
---|
1229 | [Default] => |
---|
1230 | [Extra] => |
---|
1231 | ) |
---|
1232 | |
---|
1233 | ) |
---|
1234 | |
---|
1235 | 2009-11-14 13:22:13 000000 -- Get the default value from the array |
---|
1236 | 2009-11-14 13:22:13 000000 -- mmeta_id bigint(20) NOT NULL auto_increment |
---|
1237 | 2009-11-14 13:22:13 000000 -- Get the default value from the array |
---|
1238 | 2009-11-14 13:22:13 000000 -- mail_id bigint(20) NOT NULL default '0' |
---|
1239 | 2009-11-14 13:22:13 000000 -- Get the default value from the array |
---|
1240 | 2009-11-14 13:22:13 000000 -- meta_key varchar(255) default NULL |
---|
1241 | 2009-11-14 13:22:13 000000 -- Get the default value from the array |
---|
1242 | 2009-11-14 13:22:13 000000 -- meta_value longtext |
---|
1243 | 2009-11-14 13:22:13 000000 -- For every remaining field specified for the table |
---|
1244 | 2009-11-14 13:22:13 000000 -- Array |
---|
1245 | ( |
---|
1246 | ) |
---|
1247 | |
---|
1248 | 2009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mmeta_id mmeta_id bigint(20) NOT NULL auto_increment |
---|
1249 | 2009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mail_id mail_id bigint(20) NOT NULL default '0' |
---|
1250 | 2009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_key meta_key varchar(255) default NULL |
---|
1251 | 2009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_value meta_value longtext |
---|
1252 | 2009-11-14 13:22:14 000000 -- ALTER TABLE wp_mailpress_mailmeta ADD KEY user_id (mail_id) |
---|
1253 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1254 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1255 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1256 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1257 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1258 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1259 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1260 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1261 | 2009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index: class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083 |
---|
1262 | 2009-11-14 13:22:14 000000 -- Memory : 15,815,576 bytes |
---|
1263 | 2009-11-14 13:22:14 000000 -- Peak Memory : 15,994,288 bytes |
---|
1264 | 2009-11-14 13:22:14 000000 -- LOG ended with status : TRUE |
---|
1265 | 2009-11-14 13:22:14 000000 -- **** End logging **** mailpress *** debug *** level : 8191 |
---|
1266 | |
---|
1267 | 2009-11-14 13:22:14 000000 -- **** Start logging **** debug *** level : 8191 |
---|
1268 | 2009-11-14 13:22:14 000000 -- Memory : 10,041,512 bytes |
---|
1269 | 2009-11-14 13:22:14 000000 -- Peak Memory : 10,060,688 bytes |
---|
1270 | 2009-11-14 13:22:15 000000 -- Memory : 16,020,904 bytes |
---|
1271 | 2009-11-14 13:22:15 000000 -- Peak Memory : 16,270,032 bytes |
---|
1272 | 2009-11-14 13:22:15 000000 -- LOG ended with status : TRUE |
---|
1273 | 2009-11-14 13:22:15 000000 -- **** End logging **** mailpress *** debug *** level : 8191 |
---|