Fins Posted August 4, 2012 Share Posted August 4, 2012 (edited) Hi, On my product page the word "Array" displays where the short description should show. It also displays under the 'More Info' tag and the image name is along the lines of 10-163-large/Array.jpg. The short description displays OK in the product list page. Can anybody tell me how to fix this problem? Thanks Fins Prestashop Version: 1.4.8.2 Server information: Linux #1 SMP Mon Oct 4 20:11:56 BST 2010 x86_64 Server software Version: Apache/2 PHP Version: 5.3.13 MySQL Version: 5.1.62 Sorry post title should be "Product page displays "Array" instead of the description" Edited August 4, 2012 by Fins (see edit history) Link to comment Share on other sites More sharing options...
tomerg3 Posted August 4, 2012 Share Posted August 4, 2012 Did you make any modifications to the site (IE edit code files on add an override file)? Link to comment Share on other sites More sharing options...
Fins Posted August 5, 2012 Author Share Posted August 5, 2012 There's been a change to line 362 in FrontController.php, but that's now been reverted back to the original. Product.php & Validate.php have been added to the overrides as a new field had to be added to the product. This was for an eISBN and basically the Ean13 details where duplicated. A new field the the DB was also created. The two override files still contain all the original code, should this be stripped out to leave just the eISBN code? 'class ValidateCore' was changed to 'class Validate extends ValidateCore' and class ProductCore extends ObjectModel' changed to 'class Product extends ProductCore'. The 'editorial.tpl' has also been tweaked. All other changes have been at CSS level or graphics. Link to comment Share on other sites More sharing options...
tomerg3 Posted August 5, 2012 Share Posted August 5, 2012 I would start to remove those until you find the culprit, most likely Product.php override. Link to comment Share on other sites More sharing options...
Fins Posted August 7, 2012 Author Share Posted August 7, 2012 It's definitely in the override Product.php as once that's delete the system works OK. I now just have to track down which bit is playing up. Thanks for you help. Link to comment Share on other sites More sharing options...
Recommended Posts