Re: Prepared statement already exists [message #22452 is a reply to message #22449] |
Thu, 03 February 2005 16:52 |
Tangaloor
Messages: 20 Registered: October 2004 Location: Minneapolis, MN
Karma:
|
Junior Member |
|
|
Okay. I did 'Rebuild All Themes' and then after I tried optimizing them I got the following errors (and get them when I attempt to rebuild the themes now):
SELECT s.id AS sid, s.ses_id, s.data, s.returnto, s.sys_id, t.id AS theme_id, t.lang, t.name AS theme_name, t.locale, t.theme, t.pspell_lang, t.theme_opt, u.alias, u.posts_ppg, u.time_zone, u.sig, u.last_visit, u.last_read, u.cat_collapse_status, u.users_opt, u.ignore_list, u.ignore_list, u.buddy_list, u.id, u.group_leader_list, u.email, u.login, u.sq FROM fud25_ses s INNER JOIN fud25_users u ON u.id=(CASE WHEN s.user_id>2000000000 THEN 1 ELSE s.user_id END) INNER JOIN fud25_themes t ON t.id=u.theme WHERE s.ses_id='fe0e9c845856ee57f02dfc2d8d2a6442'
query count: 1 time taken: 0.009732
Affected rows: 0
total sql time: 0.009732
Warning: Cannot modify header information - headers already sent by (output started at /home/usra/jwilson/fudforum_data/include/theme/default/db.inc:2) in /home/usra/jwilson/fudforum_data/include/theme/default/users.inc on line 2
Warning: Cannot modify header information - headers already sent by (output started at /home/usra/jwilson/fudforum_data/include/theme/default/db.inc:2) in /home/usra/jwilson/fudforum_data/include/theme/default/users.inc on line 2
Warning: Cannot modify header information - headers already sent by (output started at /home/usra/jwilson/fudforum_data/include/theme/default/db.inc:2) in /home/usra/jwilson/fudforum_data/include/theme/default/users.inc on line 2
UPDATE fud25_users SET last_visit=1107449433 WHERE id=2
query count: 2 time taken: 0.048545
Affected rows: 1
total sql time: 0.058277
SELECT theme, lang, name FROM fud25_themes
query count: 3 time taken: 0.002673
Affected rows: 0
total sql time: 0.06095
|
|
|