Ticket #7429: document1a.txt

File document1a.txt, 4.3 KB (added by anonymous, 14 years ago)

here's part 1

Line 
1    datetime:  2009-10-25 14:54:34 (CDT)
2    errornum:  256
3  error type:  User Error
4error string:  SQL Error: Unknown column 'videometadata.subtitle' in 'field list' [#1054]
5    filename:  /var/www/html/mythweb/classes/Database/Query/mysql.php
6  error line:  83
7
8==========================================================================
9
10Backtrace:
11
12    file:  /var/www/html/mythweb/classes/Database/Query/mysql.php
13    line:  83
14   class: 
15function:  trigger_error
16    type: 
17    args:  Array
18(
19    [0] => SQL Error: Unknown column 'videometadata.subtitle' in 'field list' [#1054]
20    [1] => 256
21)
22
23    file:  /var/www/html/mythweb/classes/Database.php
24    line:  263
25   class:  Database_Query_mysql
26function:  execute
27    type:  ->
28    args:  Array
29(
30    [0] => Array
31        (
32            [0] => Cubicle denizen Dilbert toils away at Path-E-Tech which makes undefined products. The focus is on his survival amongst a moronic boss, hostile co-workers and his malevolent pet, Dogbert.
33            [1] => 0
34            [2] =>
35            [3] => Dilbert
36            [4] =>
37            [5] => 0
38            [6] => 0
39            [7] => Andi Klein
40            [8] => tt0118984
41            [9] => 1999
42            [10] => 8.1
43            [11] => 30
44            [12] => 1
45            [13] => /r6Myth/Movies/dvd/dilbert/DILBERT - COMPLETE EDITION DISC 4.ISO
46            [14] => No Cover
47            [15] => 1
48            [16] => 37
49        )
50
51)
52
53    file:  /var/www/html/mythweb/classes/Video.php
54    line:  152
55   class:  Database
56function:  query
57    type:  ->
58    args:  Array
59(
60    [0] => UPDATE videometadata
61                       SET videometadata.plot         = ?,
62                           videometadata.category     = ?,
63                           videometadata.rating       = ?,
64                           videometadata.title        = ?,
65                           videometadata.subtitle     = ?,
66                           videometadata.season       = ?,
67                           videometadata.episode      = ?,
68                           videometadata.director     = ?,
69                           videometadata.inetref      = ?,
70                           videometadata.year         = ?,
71                           videometadata.userrating   = ?,
72                           videometadata.length       = ?,
73                           videometadata.showlevel    = ?,
74                           videometadata.filename     = ?,
75                           videometadata.coverfile    = ?,
76                           videometadata.browse       = ?
77                     WHERE videometadata.intid        = ?
78    [1] => Cubicle denizen Dilbert toils away at Path-E-Tech which makes undefined products. The focus is on his survival amongst a moronic boss, hostile co-workers and his malevolent pet, Dogbert.
79    [2] => 0
80    [3] =>
81    [4] => Dilbert
82    [5] =>
83    [6] => 0
84    [7] => 0
85    [8] => Andi Klein
86    [9] => tt0118984
87    [10] => 1999
88    [11] => 8.1
89    [12] => 30
90    [13] => 1
91    [14] => /r6Myth/Movies/dvd/dilbert/DILBERT - COMPLETE EDITION DISC 4.ISO
92    [15] => No Cover
93    [16] => 1
94    [17] => 37
95)
96
97    file:  /var/www/html/mythweb/modules/video/edit.php
98    line:  67
99   class:  Video
100function:  save
101    type:  ->
102    args:  Array ( )
103    file:  /var/www/html/mythweb/modules/video/handler.php
104    line:  101
105   class: 
106function:  require_once
107    type: 
108    args:  Array
109(
110    [0] => /var/www/html/mythweb/modules/video/edit.php
111)
112
113    file:  /var/www/html/mythweb/mythweb.php
114    line:  35
115   class: 
116function:  require_once
117    type: 
118    args:  Array
119(
120    [0] => /var/www/html/mythweb/modules/video/handler.php
121)
122
123
124==========================================================================
125
126$_POST: Array
127(
128    [title] => Dilbert
129    [subtitle] =>
130    [season] => 0
131    [episode] => 0
132    [director] => Andi Klein
133    [plot] => Cubicle denizen Dilbert toils away at Path-E-Tech which makes undefined products. The focus is on his survival amongst a moronic boss, hostile co-workers and his malevolent pet, Dogbert.
134    [category] => 0
135    [rating] =>
136    [inetref] => tt0118984
137    [year] => 1999
138    [userrating] => 8.1
139    [length] => 30
140    [browse] => 1
141    [showlevel] => 1
142    [intid] => 37
143    [submit] => submit
144)