Query: SELECT `BlogComment`.`id`, `BlogComment`.`blog_id`, `BlogComment`.`comment`, `BlogComment`.`email`, `BlogComment`.`nickname`, `BlogComment`.`location`, `BlogComment`.`approved`, `BlogComment`.`title`, `BlogComment`.`created`, `BlogComment`.`modified`, `BlogComment`.`viewed`, `Blog`.`id`, `Blog`.`created`, `Blog`.`author`, `Blog`.`image_id`, `Blog`.`source`, `Blog`.`title`, `Blog`.`content`, `Blog`.`modified`, `Blog`.`type`, `Blog`.`status` FROM `blog_comments` AS `BlogComment` LEFT JOIN `blog` AS `Blog` ON (`BlogComment`.`blog_id` = `Blog`.`id`) where blog_id = js ORDER BY `BlogComment`.`id` desc, `BlogComment`.`modified` desc Warning: SQL Error: 1054: Unknown column 'js' in 'where clause' in /home/nduomco/public_html/site/cake/libs/model/datasources/dbo_source.php on line 440
Query: SELECT COUNT(*) AS `count` FROM `blog_comments` AS `BlogComment` LEFT JOIN `blog` AS `Blog` ON (`BlogComment`.`blog_id` = `Blog`.`id`) where blog_id = js Warning: SQL Error: 1054: Unknown column 'js' in 'where clause' in /home/nduomco/public_html/site/cake/libs/model/datasources/dbo_source.php on line 440
Dr. Paa Kwesi Nduom - Presidential Candidate for Convetion People's Party
Privacy Policy | Copyright 2008 | All Rights Reserved
Designed by
8 queries took 10 ms
Nr
Query
Error
Affected
Num. rows
Took (ms)
1
DESCRIBE `blog`
10
10
2
2
DESCRIBE `images`
8
8
1
3
DESCRIBE `news`
10
10
2
4
DESCRIBE `news_comments`
11
11
2
5
DESCRIBE `blog_comments`
11
11
2
6
SELECT `Blog`.`id`, `Blog`.`created`, `Blog`.`author`, `Blog`.`image_id`, `Blog`.`source`, `Blog`.`title`, `Blog`.`content`, `Blog`.`modified`, `Blog`.`type`, `Blog`.`status`, `Image`.`id`, `Image`.`filename`, `Image`.`type`, `Image`.`size`, `Image`.`dir`, `Image`.`image_type`, `Image`.`created`, `Image`.`modified` FROM `blog` AS `Blog` LEFT JOIN `images` AS `Image` ON (`Blog`.`image_id` = `Image`.`id`) WHERE `Blog`.`id` = 'js' LIMIT 1
0
0
1
7
SELECT `BlogComment`.`id`, `BlogComment`.`blog_id`, `BlogComment`.`comment`, `BlogComment`.`email`, `BlogComment`.`nickname`, `BlogComment`.`location`, `BlogComment`.`approved`, `BlogComment`.`title`, `BlogComment`.`created`, `BlogComment`.`modified`, `BlogComment`.`viewed`, `Blog`.`id`, `Blog`.`created`, `Blog`.`author`, `Blog`.`image_id`, `Blog`.`source`, `Blog`.`title`, `Blog`.`content`, `Blog`.`modified`, `Blog`.`type`, `Blog`.`status` FROM `blog_comments` AS `BlogComment` LEFT JOIN `blog` AS `Blog` ON (`BlogComment`.`blog_id` = `Blog`.`id`) where blog_id = js ORDER BY `BlogComment`.`id` desc, `BlogComment`.`modified` desc
1054: Unknown column 'js' in 'where clause'
0
8
SELECT COUNT(*) AS `count` FROM `blog_comments` AS `BlogComment` LEFT JOIN `blog` AS `Blog` ON (`BlogComment`.`blog_id` = `Blog`.`id`) where blog_id = js