System_Db_MySQL_Exception Object
(
    [message:protected] => Query error while executing: 
           SELECT *, `services`.`id` as dbID,
                     `services_fileman_images`.is_cover as is_cover_serv,
                     `services_fileman_images`.display_order as display_order_serv,
                     `services_fileman_images`.image_path as image_path_serv,
                     `services_fileman_images`.name as name_serv,
                     `services_translations`.title as services_title,
                     `services_translations`.description as services_description
            FROM `services`
            INNER JOIN `services_translations` ON
                    `services_translations`.`item_id` = `services`.`id`
                    AND `services_translations`.`language` = 'en'
            INNER JOIN `services_fileman_images` ON `services_fileman_images`.`item_id` = `services`.`id`
            INNER JOIN `services_categories` ON `services_categories`.`id` = `services`.category_id
            INNER JOIN `services_categories_fileman_images` ON `services_categories_fileman_images`.`item_id` = `services_categories`.`id`
            INNER JOIN `services_categories_translations` ON `services_categories_translations`.`item_id` = `services_categories`.`id`
            WHERE `services`.`category_id` = index.html
            ORDER BY `services_translations`.`title`
        
 Mysql Error: |Unknown column 'index.html' in 'where clause'| Error number: |1054|
    [string:System_Exception:private] => 
    [code:protected] => 0
    [file:protected] => /home/b75tf417/public_html/System/Db/MySQL/Mysql.class.php
    [line:protected] => 77
    [trace:System_Exception:private] => 
    [previous:Exception:private] => 
    [string:Exception:private] => 
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/b75tf417/public_html/Module/ServicesFront/Controller.class.php
                    [line] => 82
                    [function] => execQuery
                    [class] => System_Db_MySQL_Mysql
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 
           SELECT *, `services`.`id` as dbID,
                     `services_fileman_images`.is_cover as is_cover_serv,
                     `services_fileman_images`.display_order as display_order_serv,
                     `services_fileman_images`.image_path as image_path_serv,
                     `services_fileman_images`.name as name_serv,
                     `services_translations`.title as services_title,
                     `services_translations`.description as services_description
            FROM `services`
            INNER JOIN `services_translations` ON
                    `services_translations`.`item_id` = `services`.`id`
                    AND `services_translations`.`language` = 'en'
            INNER JOIN `services_fileman_images` ON `services_fileman_images`.`item_id` = `services`.`id`
            INNER JOIN `services_categories` ON `services_categories`.`id` = `services`.category_id
            INNER JOIN `services_categories_fileman_images` ON `services_categories_fileman_images`.`item_id` = `services_categories`.`id`
            INNER JOIN `services_categories_translations` ON `services_categories_translations`.`item_id` = `services_categories`.`id`
            WHERE `services`.`category_id` = index.html
            ORDER BY `services_translations`.`title`
        
                        )

                )

            [1] => Array
                (
                    [file] => /home/b75tf417/public_html/Module/ServicesFront/Controller.class.php
                    [line] => 12
                    [function] => read
                    [class] => Module_ServicesFront_Controller
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [prodID] => index.html
                                )

                        )

                )

            [2] => Array
                (
                    [function] => index
                    [class] => Module_ServicesFront_Controller
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [index.html] => 
                                )

                        )

                )

            [3] => Array
                (
                    [file] => /home/b75tf417/public_html/Module/Controller.class.php
                    [line] => 41
                    [function] => call_user_func_array
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [0] => Module_ServicesFront_Controller Object
                                        (
                                        )

                                    [1] => index
                                )

                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [index.html] => 
                                        )

                                )

                        )

                )

            [4] => Array
                (
                    [file] => /home/b75tf417/public_html/System.class.php
                    [line] => 32
                    [function] => run
                    [class] => Module_Controller
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [5] => Array
                (
                    [file] => /home/b75tf417/public_html/index.php
                    [line] => 9
                    [function] => run
                    [class] => System
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

)