Panzerguy Posted December 4, 2003 Share Posted December 4, 2003 I have posted this in the install & configuration forum and had no luck so I am hoping someone here may be able to help.... ___________________________________________________________________ I have just added the MS2 WYSIWYG HTML Editor (MaxiDVD) contibution. I am running osc 2.2 MS2. I have found no errors since adding the contribution and I made some changes using the 'define mainpage' function. When I first went into my catalog to view the changes everything was fine. I selected one of my categories and when the category screen was reached, all the categories and subcategories in the categories infobox had disappeared! Now, wherever I navigate on my site there is nothing shown in the categories infobox! Prior to adding the contribution everything was running fine so I can only assume that the two are related? I have checked the catalog/includes/boxes/catalog.php and the file is in place. I can't see how this was affected by installation of the contribution and have no clue how to go about fixing the problem. Please help! Anyone who has had a similar experience or who may recognise the problem, please let me know. You can view my site (under construction) via the www button below. ___________________________________________________________________ I have investigated further and found the following: - when I first load up my catalog, the categories display normally; - when I navigate to a category or subcategory that have no products, the categories display normally; - when I navigate to a category with products, the category tree disappears; - once it has disappeared, it won't come back no matter where I navigate ___________________________________________________________________ I have investigated further and below is the code (from when I view source within IE) from my index page when categories are shown and the code once they have disappeared. When categories show: <!-- left_navigation //--><!-- categories //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="boxText"><a href="http://www.afvhobbies.com/index.php?cPath=21&osCsid=3015acc110288d2960462cc5cd0dbb4a">Kitsets-></a> (1)<br><a href="http://www.afvhobbies.com/index.php?cPath=22&osCsid=3015acc110288d2960462cc5cd0dbb4a">Accessories-></a><br><a href="http://www.afvhobbies.com/index.php?cPath=23&osCsid=3015acc110288d2960462cc5cd0dbb4a">Decals-></a><br><a href="http://www.afvhobbies.com/index.php?cPath=26&osCsid=3015acc110288d2960462cc5cd0dbb4a">Figures</a><br><a href="http://www.afvhobbies.com/index.php?cPath=24&osCsid=3015acc110288d2960462cc5cd0dbb4a">Publications-></a><br><a href="http://www.afvhobbies.com/index.php?cPath=25&osCsid=3015acc110288d2960462cc5cd0dbb4a">Tools</a><br></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- categories_eof //--> Same as above but with no categories showing in infobox: <!-- left_navigation //--><!-- categories //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/infobox/corner_right.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="left" class="boxText"><nobr><a nowrap href="http://www.afvhobbies.com/index.php?cPath=21"></nobr></a><br></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- categories_eof //--> Note that in the above, category 21 is the category that contains a product. Please, any assitance on this would be great. Thanks ___________________________________________________________________ The above are copies of my post on the other firum but nothing has changed and I am clueless as to how I might proceed. Any help would be greatly appreciated. Pete Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.