Errors on all pages

See something wrong? Let us know
Locked
User avatar
Julia
Posts: 973
Joined: Wed Aug 05, 2009 7:45 pm
Location: Texas

Errors on all pages

Post by Julia »

http://e-shuushuu.net/tags/add
Message
Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
Code
1168
File
/storage/www/e-shuushuu.net/common/functions/db.php
Line
56
Backtrace

Array
(
[0] => Array
(
[file] => /storage/www/e-shuushuu.net/common.php
[line] => 348
[function] => query
[class] => db
[type] => ->
[args] => Array
(
[0] => SELECT count(*) as count FROM `images` WHERE status = -4 AND NOT EXISTS ( SELECT * FROM image_reviews WHERE image_reviews.image_id=images.image_id AND user_id=8669 )
)

)

[1] => Array
(
[file] => /storage/www/e-shuushuu.net/common.php
[line] => 82
[function] => imagesToReview
[args] => Array
(
)

)

[2] => Array
(
[file] => /storage/www/e-shuushuu.net/common/functions/tags.php
[line] => 17
[function] => putheader
[args] => Array
(
[0] => Create Tag
)

)

[3] => Array
(
[file] => /storage/www/e-shuushuu.net/tags/index.php
[line] => 24
[function] => addTagForm
[args] => Array
(
)

)

)

edit: oh man it's happening on other pages too....

http://e-shuushuu.net/search/results/?imgposter=8669
Message
Unknown prepared statement handler (0) given to mysqld_stmt_execute
Code
1243
File
/storage/www/e-shuushuu.net/common/functions/db.php
Line
380
Backtrace

Array
(
[0] => Array
(
[file] => /storage/www/e-shuushuu.net/search/results/index.php
[line] => 431
[function] => execute
[class] => db_stmt
[type] => ->
[args] => Array
(
)

)

)
http://e-shuushuu.net/
Message
Unknown prepared statement handler (0) given to mysqld_stmt_execute
Code
1243
File
/storage/www/e-shuushuu.net/common/functions/db.php
Line
380
Backtrace

Array
(
[0] => Array
(
[file] => /storage/www/e-shuushuu.net/common/functions/image.php
[line] => 420
[function] => execute
[class] => db_stmt
[type] => ->
[args] => Array
(
)

)

[1] => Array
(
[file] => /storage/www/e-shuushuu.net/index.php
[line] => 11
[function] => getPageCount
[args] => Array
(
[0] => SELECT count(*) FROM images
)

)

)
http://e-shuushuu.net/image/412106/
Message
Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
Code
1168
File
/storage/www/e-shuushuu.net/common/functions/db.php
Line
56
Backtrace

Array
(
[0] => Array
(
[file] => /storage/www/e-shuushuu.net/image/index.php
[line] => 8
[function] => query
[class] => db
[type] => ->
[args] => Array
(
[0] => SELECT * FROM images WHERE image_id = 412106 LIMIT 1
)

)

)
:?
Image
Image
Mami chibi drawn by Jiino, animated by me. | Sophie sig by Misuzu | My Anime-Planet page
RockRabbit wrote:but you know, not every image has a source and not every character has a name :3
User avatar
Tensa
Posts: 1265
Joined: Sun Sep 13, 2009 1:53 pm
Location: 絵 収集

Re: Errors on all pages

Post by Tensa »

Seems to be working now.
Image
User avatar
Julia
Posts: 973
Joined: Wed Aug 05, 2009 7:45 pm
Location: Texas

Re: Errors on all pages

Post by Julia »

Yeah, I wonder what the heck that was?
Image
Image
Mami chibi drawn by Jiino, animated by me. | Sophie sig by Misuzu | My Anime-Planet page
RockRabbit wrote:but you know, not every image has a source and not every character has a name :3
User avatar
Evangeline Mcdowell
Site Admin
Posts: 852
Joined: Sun May 14, 2006 3:00 pm

Re: Errors on all pages

Post by Evangeline Mcdowell »

I was working on something a bit that time.
Locked