<stupid> Where's My Catergories? </stupid>

It seems as if my categories have gone MIA from the front page ONLY.

Personally I’m confuzzled beyond belief.

I can access the full root menu and sub-categories from the main admin menu and it is displayed via the catalogue feature, however not on the front page.



anyone else got the same ‘issue’



Using 1.3.4 SP1



Thanks





Lines are from www.southeastauto.com.au/index.php





Line 113 to Line 159

```php






























```
{/edit>
Search:

- All categories -
Catalogues & Manuals
AUDI
BMW

FIAT
FORD
HOLDEN
HONDA
HYUNDAI
JAGUAR

KIA
LAND ROVER
MAZDA
MINI
MERCEDES BENZ
MITSUBISHI

NISSAN
PEUGEOT
PONTIAC
SAAB
SEAT
SUBARU

TOYOTA
VOLKSWAGEN
VOLVO
Advanced search

I have other issues with the release like no states in the admin/State drop down box. Has your content.tpl or main.tpl changed?

Not that I’m aware of.

The most irriating part that it is a fresh install with no modifications.

File : Main.tpl


```php {* $Id: main.tpl 2474 2006-11-05 11:39:30Z zeke $ *}




{if $settings.Modules.live_help == 'Y'}
{include file="addons/live_help/sidebox.tpl" location="L" show_order="A"}
{/if}
{if $settings.Modules.ads == 'Y'}
{include file="addons/ads/ads.tpl" location="L" show_order="B"}
{/if}

{include file="addons/manufacturers/sidebox_manufacturers.tpl"}
{include file="side_boxes/categories.tpl"}
{include file="addons/gift_registry/sidebox_giftregistry.tpl"}
{if $settings.Modules.bestsellers == 'Y'}
{include file="addons/bestsellers/sidebox.tpl"}
{/if}
{include file="side_boxes/site_info.tpl"}
{**[ADDONS_DATA]**}
{if $settings.Modules.ads == 'Y'}
{include file="addons/ads/ads.tpl" location="L" show_order="A"}
{/if}
{**[/ADDONS_DATA]**}










{if !$hide_sideboxes}

{/if}


{if $settings.Modules.ads == 'Y'}
{include file="addons/ads/ads.tpl" location="C" show_order="B"}
{/if}

{include file="content.tpl"}
{if $settings.Modules.ads == 'Y'}
{include file="addons/ads/ads.tpl" location="C" show_order="A"}
{/if}

{if $settings.Modules.ads == 'Y'}
{include file="addons/ads/ads.tpl" location="R" show_order="B"}
{/if}

{include file="side_boxes/cart.tpl"}
{if $settings.Modules.wishlist == 'Y'}
{include file="addons/wishlist/side_boxes/wishlist.tpl"}
{/if}
{include file="side_boxes/feature_comparison.tpl"}
{if !$auth.user_id}
{include file="side_boxes/login.tpl"}
{else}
{include file="side_boxes/logout.tpl"}
{/if}
{if $settings.Modules.news_and_emails == 'Y'}
{include file="addons/news_and_emails/side_boxes/news.tpl"}
{/if}
{include file="side_boxes/recent_products.tpl"}
{if $settings.Modules.ads == 'Y'}
{include file="addons/ads/ads.tpl" location="R" show_order="A"}
{/if}





```

File : content


```php

{* $Id: content.tpl 2216 2006-10-12 12:36:15Z zeke $ *}



{**[LOADING_MESSAGE]**}
{include file="common_templates/loading_box.tpl"}
{**[/LOADING_MESSAGE]**}

{**[BREADCRUMBS]**}
{include file="common_templates/breadcrumbs.tpl"}
{**[/BREADCRUMBS]**}

{**[NOTIFICATION_MESSAGE]**}
{include file="common_templates/notification.tpl"}
{**[/NOTIFICATION_MESSAGE]**}

{if $content == "categories"}
{include file="categories_pages/categories.tpl"}

{elseif $content == "category_products"}
{include file="categories_pages/categories.tpl"}

{elseif $content == "products"}
{include file="products_pages/products.tpl"}

{elseif $content == "products_search_results"}
{include file="products_pages/products_search_results.tpl"}

{elseif $content == "product_details"}
{include file="products_pages/product_details.tpl"}

{elseif $content == "profiles"}
{include file="profiles_pages/profiles.tpl"}

{elseif $content == "account_page"}
{include file="profiles_pages/account_page.tpl"}

{elseif $content == "cart"}
{include file="cart_pages/cart.tpl"}

{elseif $content == "checkout"}
{include file="cart_pages/checkout.tpl"}

{elseif $content == "invoice"}
{include file="orders/invoice.tpl" skin_area="mail"}

{elseif $content == "orders"}
{include file="orders_pages/orders.tpl"}

{elseif $content == "order_details"}
{include file="orders_pages/order_details.tpl"}

{elseif $content == "login_form"}
{include file="auth_pages/login.tpl"}

{elseif $content == "recover_password"}
{include file="auth_pages/recover_password.tpl"}

{elseif $content == "topics"}
{include file="topics_pages/topics.tpl"}

{elseif $content == "topic_pages"}
{include file="topics_pages/topics.tpl"}

{elseif $content == "pages"}
{include file="pages_pages/pages.tpl"}

{elseif $content == "pages_search_results"}
{include file="pages_pages/pages_search_results.tpl"}

{elseif $content == "page_details"}
{include file="pages_pages/page_details.tpl"}

{elseif $content == "manufacturer"}
{include file="addons/manufacturers/manufacturer.tpl"}

{elseif $content == "manufacturers"}
{include file="addons/manufacturers/manufacturers.tpl"}

{elseif $content == "sitemap"}
{include file="sitemap_pages/sitemap.tpl"}

{elseif $content == "exceptions"}
{include file="exceptions_pages/exceptions_list.tpl"}

{elseif $content == "search"}
{include file="search_pages/search.tpl"}

{elseif $content == "orders_download"}
{include file="orders_pages/download.tpl"}

{elseif $content == "forms"}
{include file="forms_pages/forms.tpl"}

{elseif $content == "comparison"}
{include file="products_pages/comparison.tpl"}

{elseif $content == "aff_banner_categories"}
{include file="categories_pages/categories_list.tpl"}

{**[ADDONS_DATA]**}
{elseif $content == "wishlist"}
{include file="addons/wishlist/wishlist.tpl"}

{elseif $content == "news"}
{include file="addons/news_and_emails/news.tpl"}

{elseif $content == "news_details"}
{include file="addons/news_and_emails/news_details.tpl"}

{elseif $content == "events"}
{include file="addons/gift_registry/events.tpl"}

{elseif $content == "discussion"}
{include file="addons/discussion/discussion.tpl"}

{**[/ADDONS_DATA]**}

{else}
{include file="welcome.tpl"}
{/if}

```

Looks like it’s a script upgrade error, since fixed with a 1.3.4 SP1 install (non-upgrade)