Ticket #11691: attach.txt

File attach.txt, 3.4 KB (added by worik.stanton@…, 11 years ago)

Backtrace

Line 
1    datetime:  2013-07-16 12:09:07 (NZST)
2    errornum:  256
3  error type:  User Error
4error string:  !!NoTrans: SQL Error: Table '`mythconverg`.`mythweb_sessions`' already exists [#1050]!!
5    filename:  /usr/share/mythtv/mythweb/classes/Database/Query/mysql.php
6  error line:  79
7
8==========================================================================
9
10Backtrace:
11
12    file:  /usr/share/mythtv/mythweb/classes/Database/Query/mysql.php
13    line:  79
14   class: 
15function:  trigger_error
16    type: 
17    args:  Array
18(
19    [0] => SQL Error: Table '`mythconverg`.`mythweb_sessions`' already exists [#1050]
20    [1] => 256
21)
22
23    file:  /usr/share/mythtv/mythweb/classes/Database.php
24    line:  259
25   class:  Database_Query_mysql
26function:  execute
27    type:  ->
28    args:  Array
29(
30    [0] => Array ( )
31)
32
33    file:  /usr/share/mythtv/mythweb/includes/db_update.php
34    line:  37
35   class:  Database
36function:  query
37    type:  ->
38    args:  Array
39(
40    [0] => CREATE TABLE mythweb_sessions (
41                                id              VARCHAR(128) PRIMARY KEY NOT NULL DEFAULT "",
42                                modified        TIMESTAMP,
43                                data            BLOB NOT NULL,
44                                INDEX (modified)
45                            )
46)
47
48    file:  /usr/share/mythtv/mythweb/includes/init.php
49    line:  43
50   class: 
51function:  require_once
52    type: 
53    args:  Array
54(
55    [0] => /usr/share/mythtv/mythweb/includes/db_update.php
56)
57
58    file:  /usr/share/mythtv/mythweb/mythweb.php
59    line:  20
60   class: 
61function:  require_once
62    type: 
63    args:  Array
64(
65    [0] => /usr/share/mythtv/mythweb/includes/init.php
66)
67
68
69==========================================================================
70
71$_SESSION: Array
72(
73    [language] => English
74)
75
76==========================================================================
77
78$_SERVER: Array
79(
80    [REDIRECT_STATUS] => 200
81    [HTTP_HOST] => 192.168.1.3
82    [HTTP_USER_AGENT] => Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
83    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
84    [HTTP_ACCEPT_LANGUAGE] => en-US,en;q=0.5
85    [HTTP_ACCEPT_ENCODING] => gzip, deflate
86    [HTTP_DNT] => 1
87    [HTTP_COOKIE] => mythweb_id=l2k5qa15tjll2452lsolo35vc1
88    [HTTP_CONNECTION] => keep-alive
89    [PATH] => /usr/local/bin:/usr/bin:/bin
90    [SERVER_SIGNATURE] => <address>Apache/2.2.22 (Ubuntu) Server at 192.168.1.3 Port 80</address>
91
92    [SERVER_SOFTWARE] => Apache/2.2.22 (Ubuntu)
93    [SERVER_NAME] => 192.168.1.3
94    [SERVER_ADDR] => 192.168.1.3
95    [SERVER_PORT] => 80
96    [REMOTE_ADDR] => 192.168.1.14
97    [DOCUMENT_ROOT] => /var/www
98    [SERVER_ADMIN] => webmaster@localhost
99    [SCRIPT_FILENAME] => /var/www/mythweb/mythweb.php
100    [REMOTE_PORT] => 45785
101    [REDIRECT_URL] => /mythweb/
102    [GATEWAY_INTERFACE] => CGI/1.1
103    [SERVER_PROTOCOL] => HTTP/1.1
104    [REQUEST_METHOD] => GET
105    [QUERY_STRING] =>
106    [REQUEST_URI] => /mythweb/
107    [SCRIPT_NAME] => /mythweb/mythweb.php
108    [PHP_SELF] => /mythweb/mythweb.php
109    [REQUEST_TIME_FLOAT] => 1373933347.29
110    [REQUEST_TIME] => 1373933347
111    [STATUS] => 200
112    [URL] => /mythweb/
113)
114
115==========================================================================
116
117$constant_list["user"]: Array
118(
119    [ERROR] => 512
120    [E_ASSERT_ERROR] => 4096
121    [FATAL] => 256
122    [PHP_MIN_VERSION] => 5.3
123    [WARNING] => 1024
124    [WebDBSchemaVer] => 3
125)
126
127