Jump to content

[SOLVED] Wishlist block v0.2


Recommended Posts

blockwishlist/blockwishlist.php
======================================================
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

Link to comment
Share on other sites

  • 4 weeks later...

I made the change above, but still nothing is happening... Did the fix above work for everyone else? Basically when I have the mouse over the "add to wishlist" button the status in the bottom left just says Run Script";" ... Any ideas??

** Correction, this for the front end of the website, module installed fine. Running v 1.2.0.8

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 2 months later...
  • 2 weeks later...
Tengo el mismo problema, alguién sabe como se soluciona???

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 ;)
Link to comment
Share on other sites

  • 9 months later...

I am not sure what to do with the wish list block.

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, [email protected] 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

Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...