SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
Unknown column 'Array' in 'where clause'
Array
(
    [0] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/cclib/cc-database.php
            [line] => 108
            [function] => StackTrace
            [class] => CCDebug
            [object] => CCReviews Object
                (
                    [_type_limit] => review
                    [_show_deleted] => 
                    [_table_name] => cc_tbl_topics
                    [_key_field] => topic_id
                    [_joins] => Array
                        (
                            [j1] => 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id 
                        )

                    [_join_num] => 2
                    [_join_parts] => Array
                        (
                            [j1] => Array
                                (
                                    [0] => CCUsers Object
                                        (
                                            [_table_name] => cc_tbl_user
                                            [_key_field] => user_id
                                            [_joins] => Array
                                                (
                                                )

                                            [_join_num] => 1
                                            [_join_parts] => 
                                            [_extra_columns] => Array
                                                (
                                                    [0] => DATE_FORMAT(user_registered, '%W, %M %e, %Y @ %l:%i %p') as user_date_format
                                                )

                                            [_order] => 
                                            [_direction] => 
                                            [_group_on] => 
                                            [_last_sql] => 
                                            [_last_where] => 
                                            [_offset] => 
                                            [_limit] => 
                                            [_group_on_key] => 
                                        )

                                    [1] => topic_user
                                )

                        )

                    [_extra_columns] => Array
                        (
                            [0] => topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info
                            [1] => 1 as topic_is_feed
                        )

                    [_order] => topic_date
                    [_direction] => DESC
                    [_group_on] => 
                    [_last_sql] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                    [_last_where] => Array AND (topic_type = 'review') AND (topic_deleted < 1)
                    [_offset] => 0
                    [_limit] => 30
                    [_group_on_key] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => 
                )

        )

    [1] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/cclib/cc-database.php
            [line] => 196
            [function] => Query
            [class] => CCDatabase
            [object] => CCReviews Object
                (
                    [_type_limit] => review
                    [_show_deleted] => 
                    [_table_name] => cc_tbl_topics
                    [_key_field] => topic_id
                    [_joins] => Array
                        (
                            [j1] => 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id 
                        )

                    [_join_num] => 2
                    [_join_parts] => Array
                        (
                            [j1] => Array
                                (
                                    [0] => CCUsers Object
                                        (
                                            [_table_name] => cc_tbl_user
                                            [_key_field] => user_id
                                            [_joins] => Array
                                                (
                                                )

                                            [_join_num] => 1
                                            [_join_parts] => 
                                            [_extra_columns] => Array
                                                (
                                                    [0] => DATE_FORMAT(user_registered, '%W, %M %e, %Y @ %l:%i %p') as user_date_format
                                                )

                                            [_order] => 
                                            [_direction] => 
                                            [_group_on] => 
                                            [_last_sql] => 
                                            [_last_where] => 
                                            [_offset] => 
                                            [_limit] => 
                                            [_group_on_key] => 
                                        )

                                    [1] => topic_user
                                )

                        )

                    [_extra_columns] => Array
                        (
                            [0] => topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info
                            [1] => 1 as topic_is_feed
                        )

                    [_order] => topic_date
                    [_direction] => DESC
                    [_group_on] => 
                    [_last_sql] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                    [_last_where] => Array AND (topic_type = 'review') AND (topic_deleted < 1)
                    [_offset] => 0
                    [_limit] => 30
                    [_group_on_key] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                )

        )

    [2] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/cclib/cc-table.php
            [line] => 661
            [function] => QueryRows
            [class] => CCDatabase
            [object] => CCReviews Object
                (
                    [_type_limit] => review
                    [_show_deleted] => 
                    [_table_name] => cc_tbl_topics
                    [_key_field] => topic_id
                    [_joins] => Array
                        (
                            [j1] => 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id 
                        )

                    [_join_num] => 2
                    [_join_parts] => Array
                        (
                            [j1] => Array
                                (
                                    [0] => CCUsers Object
                                        (
                                            [_table_name] => cc_tbl_user
                                            [_key_field] => user_id
                                            [_joins] => Array
                                                (
                                                )

                                            [_join_num] => 1
                                            [_join_parts] => 
                                            [_extra_columns] => Array
                                                (
                                                    [0] => DATE_FORMAT(user_registered, '%W, %M %e, %Y @ %l:%i %p') as user_date_format
                                                )

                                            [_order] => 
                                            [_direction] => 
                                            [_group_on] => 
                                            [_last_sql] => 
                                            [_last_where] => 
                                            [_offset] => 
                                            [_limit] => 
                                            [_group_on_key] => 
                                        )

                                    [1] => topic_user
                                )

                        )

                    [_extra_columns] => Array
                        (
                            [0] => topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info
                            [1] => 1 as topic_is_feed
                        )

                    [_order] => topic_date
                    [_direction] => DESC
                    [_group_on] => 
                    [_last_sql] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                    [_last_where] => Array AND (topic_type = 'review') AND (topic_deleted < 1)
                    [_offset] => 0
                    [_limit] => 30
                    [_group_on_key] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                )

        )

    [3] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/cclib/cc-table.php
            [line] => 361
            [function] => QueryRows
            [class] => CCTable
            [object] => CCReviews Object
                (
                    [_type_limit] => review
                    [_show_deleted] => 
                    [_table_name] => cc_tbl_topics
                    [_key_field] => topic_id
                    [_joins] => Array
                        (
                            [j1] => 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id 
                        )

                    [_join_num] => 2
                    [_join_parts] => Array
                        (
                            [j1] => Array
                                (
                                    [0] => CCUsers Object
                                        (
                                            [_table_name] => cc_tbl_user
                                            [_key_field] => user_id
                                            [_joins] => Array
                                                (
                                                )

                                            [_join_num] => 1
                                            [_join_parts] => 
                                            [_extra_columns] => Array
                                                (
                                                    [0] => DATE_FORMAT(user_registered, '%W, %M %e, %Y @ %l:%i %p') as user_date_format
                                                )

                                            [_order] => 
                                            [_direction] => 
                                            [_group_on] => 
                                            [_last_sql] => 
                                            [_last_where] => 
                                            [_offset] => 
                                            [_limit] => 
                                            [_group_on_key] => 
                                        )

                                    [1] => topic_user
                                )

                        )

                    [_extra_columns] => Array
                        (
                            [0] => topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info
                            [1] => 1 as topic_is_feed
                        )

                    [_order] => topic_date
                    [_direction] => DESC
                    [_group_on] => 
                    [_last_sql] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                    [_last_where] => Array AND (topic_type = 'review') AND (topic_deleted < 1)
                    [_offset] => 0
                    [_limit] => 30
                    [_group_on_key] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => Array
                        (
                        )

                )

        )

    [4] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/ccextras/cc-reviews.inc
            [line] => 547
            [function] => GetRecords
            [class] => CCTable
            [object] => CCReviews Object
                (
                    [_type_limit] => review
                    [_show_deleted] => 
                    [_table_name] => cc_tbl_topics
                    [_key_field] => topic_id
                    [_joins] => Array
                        (
                            [j1] => 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id 
                        )

                    [_join_num] => 2
                    [_join_parts] => Array
                        (
                            [j1] => Array
                                (
                                    [0] => CCUsers Object
                                        (
                                            [_table_name] => cc_tbl_user
                                            [_key_field] => user_id
                                            [_joins] => Array
                                                (
                                                )

                                            [_join_num] => 1
                                            [_join_parts] => 
                                            [_extra_columns] => Array
                                                (
                                                    [0] => DATE_FORMAT(user_registered, '%W, %M %e, %Y @ %l:%i %p') as user_date_format
                                                )

                                            [_order] => 
                                            [_direction] => 
                                            [_group_on] => 
                                            [_last_sql] => 
                                            [_last_where] => 
                                            [_offset] => 
                                            [_limit] => 
                                            [_group_on_key] => 
                                        )

                                    [1] => topic_user
                                )

                        )

                    [_extra_columns] => Array
                        (
                            [0] => topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info
                            [1] => 1 as topic_is_feed
                        )

                    [_order] => topic_date
                    [_direction] => DESC
                    [_group_on] => 
                    [_last_sql] => SELECT * ,topic_text as topic_text_html, topic_text as topic_text_plain, 0 as topic_permalink, 0 as topic_search_result_info,1 as topic_is_feed 
FROM cc_tbl_topics 
 
 LEFT OUTER JOIN cc_tbl_user j1 ON cc_tbl_topics.topic_user = j1.user_id  
 WHERE Array AND (topic_type = 'review') AND (topic_deleted < 1)  
 ORDER BY topic_date DESC LIMIT 30
                    [_last_where] => Array AND (topic_type = 'review') AND (topic_deleted < 1)
                    [_offset] => 0
                    [_limit] => 30
                    [_group_on_key] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => Array
                        (
                        )

                )

        )

    [5] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/ccextras/cc-reviews.inc
            [line] => 491
            [function] => _get_feed_items
            [class] => CCReview
            [object] => CCReview Object
                (
                )

            [type] => ->
            [args] => Array
                (
                    [0] => 
                    [1] => 
                    [2] => Reviews
                )

        )

    [6] => Array
        (
            [function] => RssFeed
            [class] => CCReview
            [object] => CCReview Object
                (
                )

            [type] => ->
            [args] => Array
                (
                )

        )

    [7] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/cclib/cc-events.php
            [line] => 438
            [function] => call_user_func_array
            [args] => Array
                (
                    [0] => Array
                        (
                            [0] => CCReview Object
                                (
                                )

                            [1] => RssFeed
                        )

                    [1] => Array
                        (
                        )

                )

        )

    [8] => Array
        (
            [file] => /var/www/openclipart.org/htdocs/index.php
            [line] => 127
            [function] => PerformAction
            [class] => CCEvents
            [type] => ::
            [args] => Array
                (
                )

        )

)