Whiley Posted August 24, 2014 Share Posted August 24, 2014 Aktuell Prestashop 1.6.0.9 Nach dem Update des Moduls "Wunschliste" tritt ein "Fatal Error" auf. Den Bug-Report findet ihr hier; http://forge.prestas...owse/PSCSX-3115 Eine inoffizielle Lösung hat Alexgaw gepostet: Go to the blockwishlist moduleIn the file blockwishlist.php fileFIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),That should do it.To the prestashop team: This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo... Grüsse Whiley 1 Link to comment Share on other sites More sharing options...
El Patron Posted August 25, 2014 Share Posted August 25, 2014 forge report: fixed http://forge.prestashop.com/browse/PSCSX-3115 Link to comment Share on other sites More sharing options...
Whiley Posted August 25, 2014 Author Share Posted August 25, 2014 (edited) Die offizielle Lösung für das Problem gibts jetzt hier: https://github.com/PrestaShop/blockwishlist/commit/115bf4170147 Edited August 25, 2014 by Whiley (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now