[HOST]  : www.jadegia.tw
[CLIENT] : 127.0.0.1
[REQUEST] : /m/tw/fashion_detail.html
[ERROR] : DB query error
[INFO] : 
			select id, fashion_class, sn, price, title title, content content
			from fashion
			where
				status=1
				and id=
			limit 1
			
Array
(
    [0] => 42000
    [1] => 1064
    [2] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'limit 1' at line 6
)

Array
(
    [0] => Array
        (
            [file] => /home/vhosts/jadegia.com/htdocs/inc/func/db.class.php
            [line] => 109
            [function] => q
            [class] => db
            [type] => ::
            [args] => Array
                (
                    [0] => 
			select id, fashion_class, sn, price, title title, content content
			from fashion
			where
				status=1
				and id=
			limit 1
			
                    [1] => Array
                        (
                        )

                )

        )

    [1] => Array
        (
            [file] => /home/vhosts/jadegia.com/htdocs/m/m.php
            [line] => 52
            [function] => f1
            [class] => db
            [type] => ::
            [args] => Array
                (
                    [0] => 
			select id, fashion_class, sn, price, title title, content content
			from fashion
			where
				status=1
				and id=
			limit 1
			
                )

        )

)