![]() |
Re: X-Cart Ability Template v4.4.x
I started getting this error:
SQL query : select categoryid, category from xcart_categories where categoryid in () order by category Error code : 1064 Description : 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 ') order by category' at line 1 Request URI: /cart.php?mode=add&productid=137164&amount=1 Backtrace: /include/func/func.db.php:303 /include/func/func.db.php:203 /include/func/func.db.php:483 /ability_minicart_content.php:33 /include/common.php:98 /cart.php:614 ------------------------------------------------- This particular query is found in ability_minicart_content.php on line 33: Code:
$cart_categories1 = func_query("select categoryid, category from $sql_tbl[categories] where categoryid in (".$cat_list.") order by category"); I'm by no means an expert, so I can't figure out what is causing this but it appears to be something in the ".$cat_list." as indicated by the error: Code:
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 ') order by category' at line 1 I'm running MySQL 5.1. Thank you |
Re: X-Cart Ability Template v4.4.x
hi phil
I submitted a support ticket that has been sitting unanswered for a while. ID: MM14PSB7TE |
Re: X-Cart Ability Template v4.4.x
Quote:
He's busy with Adapt, leave him be! :D/ On a serious note, he'll answer it soon enough so don't worry, if I can help shoot me a PM or reply on here. Last time I spoke to him he was very busy. :D |
Re: X-Cart Ability Template v4.4.x
Quote:
Already dealt with, thanks. |
Re: X-Cart Ability Template v4.4.x
|
Re: X-Cart Ability Template v4.4.x
Quote:
Talk about going overboard! Man it looks great and by those pics there is a lot of features with this template. P.s just tested this out on my iphone and my girlfriends Ipad and it works excellent. Guess I have some work to do to upgrade my old site! Saves me a few hundred/thousand for a mobile skin too! I have my weekend sorted! :D/ |
Re: X-Cart Ability Template v4.4.x
Quote:
I've edited the code and the error went away... code should read: Code:
$cart_categories1 = func_query("select categoryid, category from $sql_tbl[categories] where categoryid in ('".$cat_list."') order by category"); |
Re: X-Cart Ability Template v4.4.x
Phil, I visit your demo site for the adapt template and the pages do not scroll smoothly. I tried it on both firefox 14.0.1 and IE 9 on Windows 7. On the other hand, it works great on the ipad2.
FYI , the demo for the ability template is scrolling fine - a little jerkily but at an acceptable level. And I'm using a relatively fast computer. Can you fix this on the adapt template? |
Re: X-Cart Ability Template v4.4.x
Quote:
You know there is a key difference between Ability and Adapt right? Adapt is responsive, hence why it works on an Ipad and Iphone very well, the reason it won't scroll 'smooth' is because it is responsive. I'm a very fussy person and this didn't even enter my mind. :D FYI, view any responsive template, it'll scroll the same way. |
Re: X-Cart Ability Template v4.4.x
Thanks Pitak, duly noted, I will look into this.
|
All times are GMT -8. The time now is 11:45 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.