CÓDIGO DE ERROR: 500

      1. [*message]: string(83) "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'contacto' in 'where clause'"
      2. [Exceptionstring]: string(0) ""
      3. [*code]: string(5) "42S22"
      4. [*file]: string(83) "/home/sogerpaintball/public_html/includes/classes/controllers/productController.php"
      5. [*line]: int 32
          1. [file]: string(83) "/home/sogerpaintball/public_html/includes/classes/controllers/productController.php"
          2. [line]: int 32
          3. [function]: string(5) "query"
          4. [class]: string(3) "PDO"
          5. [type]: string(2) "->"
            1. [0]: string(302) "SELECT p.*,p.name_es AS name,p.desc_es AS txt,c.id AS color_id,c.name AS color_name,c.color,p.price_iva AS price,s.name AS size FROM shop_products AS p LEFT JOIN shop_colors AS c ON c.id=p.color_id LEFT JOIN shop_sizes AS s ON s.id=p.size_id WHERE p.status=1 AND web_soger=1 AND p.id=contacto"
          1. [file]: string(83) "/home/sogerpaintball/public_html/includes/classes/controllers/productController.php"
          2. [line]: int 4
          3. [function]: string(10) "displayIni"
          4. [class]: string(17) "ProductController"
          5. [type]: string(2) "->"
          1. [file]: string(76) "/home/sogerpaintball/public_html/includes/classes/controllers/Controller.php"
          2. [line]: int 62
          3. [function]: string(7) "routing"
          4. [class]: string(17) "ProductController"
          5. [type]: string(2) "->"
          1. [file]: string(42) "/home/sogerpaintball/public_html/index.php"
          2. [line]: int 9
          3. [function]: string(11) "__construct"
          4. [class]: string(10) "Controller"
          5. [type]: string(2) "->"
      6. [Exceptionprevious]: null
        1. [0]: string(5) "42S22"
        2. [1]: int 1054
        3. [2]: string(43) "Unknown column 'contacto' in 'where clause'"
      1. Filename: built-in
      2. Parent: RuntimeException
        1. [0]: string(5) "42S22"
        2. [1]: int 1054
        3. [2]: string(43) "Unknown column 'contacto' in 'where clause'"
      1. private __clone()
      2. public __construct([$message], [$code], [$previous])
      3. public __toString()
      4. public __wakeup()
      5. public getCode()
      6. public getFile()
      7. public getLine()
      8. public getMessage()
      9. public getPrevious()
      10. public getTrace()
      11. public getTraceAsString()