Sorry, an error has occurred within the system. 
					
					
Technical Details :

File Location : line 46 in MysqlAccessor.php
Code Location : function query in class mysqlaccessor

SQL Query : SELECT 
storeproducts.id as id,
storeproducts.storecategoryid as storecategoryid,
storeproducts.storesubcategoryid as storesubcategoryid,
storeproducts.title as title,
storeproducts.description as description,
storeproducts.editorstitle as editorstitle,
storeproducts.editorsnote as editorsnote,
storeproducts.price as price,
storeproducts.isfeatured as isfeatured,
storeproducts.featuredimage as featuredimage,
storeproducts.secondimage as secondimage,
storeproducts.thirdimage as thirdimage,
storeproducts.editorsimage as editorsimage,
storeproducts.frontpageimage as frontpageimage,
storeproducts.sizexsmall as sizexsmall,
storeproducts.sizesmall as sizesmall,
storeproducts.sizemedium as sizemedium,
storeproducts.sizelarge as sizelarge,
storeproducts.sizexlarge as sizexlarge,
storeproducts.firstcolour as firstcolour,
storeproducts.secondcolour as secondcolour,
storeproducts.thirdcolour as thirdcolour,
storeproducts.fourthcolour as fourthcolour,
storeproducts.fifthcolour as fifthcolour,
storeproducts.sixthcolour as sixthcolour,
storeproducts.related_one as related_one,
storeproducts.related_two as related_two,
storeproducts.related_three as related_three,

storeproducts.page_title as page_title,
storeproducts.meta_description as meta_description,
storeproducts.meta_keywords as meta_keywords,


storecategories.value as storecategory,  
storesubcategories.value as storesubcategory 
FROM storeproducts
LEFT JOIN storecategories ON storeproducts.storecategoryid = storecategories.id 
LEFT JOIN storesubcategories ON storeproducts.storesubcategoryid = storesubcategories.id  WHERE storeproducts.id= LIMIT 1;

SQL Error : 1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 40

DB Link : Invalid
DB Select : Invalid

Page : /store/category/product/index.php
Date : 09.02.10 04:29




Super Globals :

_POST Array
(
)
_GET Array
(
    [id] => 149
)
_SESSION Array
(
)