Fallo General:
Invalid SQL: SELECT * FROM product_categories WHERE pk_product_category=

Location: /var/www/vhosts/tiendacuple.com/httpdocs/class/cproduct.php
	 $this->doQuery('SELECT * FROM product_categories WHERE pk_product_category=') at Line (415) 

	Location: /var/www/vhosts/tiendacuple.com/httpdocs/includes/functions.php
		 $this->writeActualProduct('				
				<h1>##fk_category_name##</h1>
				<div id="detalle">
					<h2 class="titulo">##str_name_product##</h2>
					<form id="tallaProducto" method="get" action="../chart/add.php"> 
						<div id="ocultos">
							<input type="hidden" name="pk_product" id="pk_product" value="##pk_product##"/>
							<input type="hidden" name="category" id="category" value="##fk_product_category##"/>
							<input type="hidden" name="i_unit_quantity" id="i_unit_quantity" value="1"/>
							<input type="hidden" name="i_box_quantity" id="i_box_quantity" value="0"/>
						</div>
						<div id="galeria">
							<a href="/documentos/imagenes/##str_image_first##" title="&iquest;Desea ver el producto en detalle?" rel="external"><img src="/documentos/imagenes/mid_##str_image_first##" alt="##str_name_product##" id="image-holder"/><span><img src="../images/zoom.gif" alt="Pinche para ver el producto en detalle" title="Pinche para ver el producto en detalle" /></span></a>
								
							
						</div><!-- galeria -->	
						<div id="texto-detalle">
							##txt_desc_product##
							<p id="precio">##f_price## &euro;</p>
						</div><!-- texto-detalle -->
						<div id="botones">
							<a href="/productos/default.php?category=##fk_product_category##"><img src="../images/detalle_volver.gif" alt="volver al listado de productos" /></a>
							<a href="/productos/talla.php?product=true"><img src="../images/detalle_talla.gif" alt="Busca tu talla"/></a>
							<span><input class="botonimagen" type="submit" id="submit" name="submit" value="a&ntilde;adir producto" /></span>
						</div><!-- botones -->
					</form>								
				</div><!-- detalle -->
				') at Line (444) 

		Location: /var/www/vhosts/tiendacuple.com/httpdocs/productos/defaultproducto.php
			 writeItem() at Line (41)