Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
[SOLVED] Wishlist block v0.2
#1 Guest_rsts_*
Posted 14 August 2009 - 04:55 PM
When I try to install Wishlist block v0.2 from modules in the backoffice ver 1.2.1
I get this message Query was empty
What to do???
// Sif
#2 Guest__*
Posted 16 August 2009 - 01:20 PM
#3 Guest__*
Posted 17 August 2009 - 05:25 PM
#4 Guest__*
Posted 17 August 2009 - 06:36 PM
I will post it there.
// Sif
#5 Guest__*
Posted 22 August 2009 - 08:58 PM
(just can't wait for the next fix release)
#6 Guest__*
Posted 22 August 2009 - 11:47 PM
Query was empty
In version 1.2.1 after upgrading...has anyone figured out a fix??????
#7 Guest__*
Posted 25 August 2009 - 03:59 AM
======================================================
replace:
foreach ($sql AS $k=>$query)
Db::getInstance()->Execute(trim($query));
with:
foreach ($sql AS $k=>$query){
if(!empty($query)) Db::getInstance()->Execute(trim($query));
}
and bug solved
#8 Guest__*
Posted 17 September 2009 - 05:34 AM
** Correction, this for the front end of the website, module installed fine. Running v 1.2.0.8
#9 Guest__*
Posted 29 October 2009 - 03:49 PM
The line to change the code is line 30 .
Thanks
#10 Guest__*
Posted 08 December 2009 - 04:15 PM
#11 Guest__*
Posted 13 December 2009 - 07:29 PM
Maybe somebody can send me wishlist module, it will be very nice.
I can't find download. :(
opss.. I find it in back office it have been there all the time :D what a fail... :D
#12 Guest__*
Posted 03 March 2010 - 12:02 PM
¿cómo se arregla?
Gracias
#13 Guest__*
Posted 18 March 2010 - 11:49 AM
I have the same problem, were is the solution??????
Gracias
Thank you
#14 Guest__*
Posted 19 March 2010 - 04:43 PM
From 1268909381:
I have the same problem, were is the solution??????
Gracias
Thank you
Try to look in the posts above that you will find the solution...
Before you post you must read all entire topic ;)
#15 Guest__*
Posted 22 March 2010 - 07:58 AM
You can say where this the solution to me?
Thank you
#16 Guest__*
Posted 01 January 2011 - 07:28 PM
I have tried the file change above but my file is different I think (I have a more recent verstion of prestashop). I would appreciate any ideas. Thank you!
I have installed the block on both the right and left columns individually - and still nothing happens when I try to add to wishlist from the product page. NOTHING (and java is working fine on my computer).
I get the following error when I click on the wishlist link in the block itself:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@mysite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mysite.com Port 80
#17 Guest_ladyred_*
Posted 10 October 2011 - 02:29 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











