europetora Posted August 24, 2014 Share Posted August 24, 2014 Hello, I have Prestashop 1,6,0,6 installed, everything did work perfect but today there was long queue of module updates, I hit update all and I think from that moment quick view and detail does not work at any product so basicly it is impossible display detail of products, the only thing you can do is place the product in cart. I must say I did try almost everything and nothing did help, if anyone could point me in right direction it would be great. link to the shop: http://www.menstruacni-kalisek.cz Link to comment Share on other sites More sharing options...
El Patron Posted August 24, 2014 Share Posted August 24, 2014 please turn on PrestaShop php error reporting: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ you can also check your hosting error logs for underlying reason of fatal error Link to comment Share on other sites More sharing options...
europetora Posted August 24, 2014 Author Share Posted August 24, 2014 Well, I did exactly what you told me, all the details poped up and I have found out that the -wishlist module- was the problem, I did turn it off and it works perfect again. Thank you very much. 1 Link to comment Share on other sites More sharing options...
El Patron Posted August 24, 2014 Share Posted August 24, 2014 Well, I did exactly what you told me, all the details poped up and I have found out that the -wishlist module- was the problem, I did turn it off and it works perfect again. Thank you very much. can you post the error message? there was another issue of late having to do with wishlist issue. thanks Link to comment Share on other sites More sharing options...
europetora Posted August 24, 2014 Author Share Posted August 24, 2014 No problem, here it is: Array ( [0] => Array ( [file] => /data/web/virtuals/71406/virtual/www/modules/blockwishlist/WishList.php [line] => 176 [function] => displayError [class] => ToolsCore [type] => :: [args] => Array ( ) ) [1] => Array ( [file] => /data/web/virtuals/71406/virtual/www/modules/blockwishlist/blockwishlist.php [line] => 241 [function] => getByIdCustomer [class] => WishList [type] => :: [args] => Array ( [0] => ) ) [2] => Array ( [file] => /data/web/virtuals/71406/virtual/www/classes/Hook.php [line] => 509 [function] => hookProductActions [class] => BlockWishList [object] => BlockWishList Object ( [html:BlockWishList:private] => [id] => 65 [version] => 1.1.0 [database_version] => [registered_version] => [ps_versions_compliancy] => Array ( [min] => 1.6 [max] => 1.6.0.6 ) [dependencies] => Array ( ) [name] => blockwishlist [displayName] => Blok Seznam přání [Wishlist block] [description] => Přidá blok obsahující seznam přání zákazníka. [author] => PrestaShop [description_full] => [additional_description] => [compatibility] => [nb_rates] => [avg_rate] => [badges] => [need_instance] => 0 [tab] => front_office_features [active] => 1 [warning] => [enable_device] => 7 [limited_countries] => Array ( ) [controllers] => Array ( ) [_lang:protected] => Array ( ) [_path:protected] => /modules/blockwishlist/ [local_path:protected] => /data/web/virtuals/71406/virtual/www/modules/blockwishlist/ [_errors:protected] => Array ( ) [_confirmations:protected] => Array ( ) [table:protected] => module [identifier:protected] => id_module [context:protected] => Context Object ( [cart] => Cart Object ( [id] => 677 [id_shop_group] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => 0 [id_guest] => 7456 [id_lang] => 1 [recyclable] => 0 [gift] => 0 [gift_message] => [mobile_theme] => 0 [date_add] => 2014-08-24 16:46:33 [secure_key] => [id_carrier] => 0 [date_upd] => 2014-08-24 17:10:09 [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => 0 [_products:protected] => Array ( ) [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [id_address_delivery] => Array ( [required] => 1 [xlink_resource] => addresses ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [id_shop_list] => [get_shop_from_context:protected] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_shop_group] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [mobile_theme] => isBool [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) Link to comment Share on other sites More sharing options...
El Patron Posted August 24, 2014 Share Posted August 24, 2014 there are reports of wishlist and a fix going around (not official fix) http://www.prestashop.com/forums/topic/352768-fatal-error/?p=1774114 I've opened this forge report, others please follow/comment vote up bug report; http://forge.prestashop.com/browse/PSCSX-3115 Link to comment Share on other sites More sharing options...
weitling Posted August 24, 2014 Share Posted August 24, 2014 Hello, I have Prestashop 1,6,0,6 installed, everything did work perfect but today there was long queue of module updates, I hit update all and I think from that moment quick view and detail does not work at any product so basicly it is impossible display detail of products, the only thing you can do is place the product in cart. I must say I did try almost everything and nothing did help, if anyone could point me in right direction it would be great. link to the shop: http://www.menstruacni-kalisek.cz I have the same problem when I try to click the more button or the quick view I get a Fatal Error Link to comment Share on other sites More sharing options...
El Patron Posted August 24, 2014 Share Posted August 24, 2014 I have the same problem when I try to click the more button or the quick view I get a Fatal Error http://www.prestashop.com/forums/topic/352865-hot-fatal-error-after-module-updates-wishlist Link to comment Share on other sites More sharing options...
weitling Posted August 24, 2014 Share Posted August 24, 2014 Well, I did exactly what you told me, all the details poped up and I have found out that the -wishlist module- was the problem, I did turn it off and it works perfect again. Thank you very much. It works for me to when i turn of the wishlist Thanks Link to comment Share on other sites More sharing options...
Recommended Posts