spunkypup Posted December 10, 2008 Share Posted December 10, 2008 Guys, Got a problem.... Have a look at this page : http://www.pug206parts.com/catalog/index.php?cPath=31 you'll notice the catagory title is missing.... and instead there is a lovely " ; " instead! I've searched every possible file I can think of... the only problem is ";" is also PHP scripting so narrowing it down is hard! Where should I be looking to change the ";" into the catagory title???? Link to comment Share on other sites More sharing options...
pynchon Posted December 11, 2008 Share Posted December 11, 2008 Guys, Got a problem.... Have a look at this page : http://www.pug206parts.com/catalog/index.php?cPath=31 you'll notice the catagory title is missing.... and instead there is a lovely " ; " instead! I've searched every possible file I can think of... the only problem is ";" is also PHP scripting so narrowing it down is hard! Where should I be looking to change the ";" into the catagory title???? The problem may be in index.php There are several instances of <?php echo HEADING_TITLE; ?> ... I would hazard a guess that most of this code is missing, apart from the semi-colon. Link to comment Share on other sites More sharing options...
♥zelf Posted December 11, 2008 Share Posted December 11, 2008 Where should I be looking to change the ";" into the catagory title???? I believe you are looking at line 19 the define('HEADING_TITLE', 'Let\'s See What We Have Here'); in /catalog/english/index.php You probably made an edit there and some how left a semicolon in a string... Virtual Merchant a.k.a. Elavon, ViaKlix, Nova Payment Module Contribution Link to comment Share on other sites More sharing options...
spunkypup Posted December 11, 2008 Author Share Posted December 11, 2008 Ok, Found the first error on line 19........... but still having issues with the extra ";" I'm assuming that would be found in the product_info.php file????? Link to comment Share on other sites More sharing options...
♥zelf Posted December 11, 2008 Share Posted December 11, 2008 I'm assuming that would be found in the product_info.php file????? No. The page with your ";" is /catalog/index.php, but the errors is in an included file possibly /catalog/includes/modules/product_listing.php or it may be somewhere else in the /catalog/includes/languages/english/index.php page. Virtual Merchant a.k.a. Elavon, ViaKlix, Nova Payment Module Contribution Link to comment Share on other sites More sharing options...
spunkypup Posted December 12, 2008 Author Share Posted December 12, 2008 YAY --- Found it! it was in INDEX in the catalog! Thank you Zelf... much appreciated :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.