X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Missing Menu text in admin - $catalogs.admin ? (https://forum.x-cart.com/showthread.php?t=16461)

pdblizzard 09-08-2005 09:22 AM

Missing Menu text in admin - $catalogs.admin ?
 
I moved servers (uploaded files and templates, and imported the database) but now I'm missing SOME menu items from some menus:

For example, my Administration menu looks like this:
==============
DB Backup/Restore
Membership Levels
Credit card types
Edit templates
Files
General settings
Images Location
Languages

Modules


HTML catalog
==============

I'm missing Summary, Webmaster mode, Payment methods, Patch/Upgrade, Static pages, Speed Bar

THe Management and Help menu is also incomplete.

My File: /admin/menu_admin.tpl

Code:

{* $Id: menu_admin.tpl,v 1.25 2004/06/30 05:12:15 svowl Exp $ *}
{capture name=menu}
{$lng.lbl_summary}

{$lng.lbl_db_backup_restore}

{$lng.lbl_membership_levels}

{$lng.lbl_credit_card_types}

{$lng.lbl_edit_templates}

{$lng.lbl_files}

{$lng.lbl_general_settings}

{$lng.lbl_images_location}

{$lng.lbl_languages}

{$lng.lbl_webmaster_mode}

{$lng.lbl_modules}

{$lng.lbl_payment_methods}

{$lng.lbl_patch_upgrade}

{$lng.lbl_html_catalog}

{$lng.lbl_static_pages}

{$lng.lbl_speed_bar}

{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_administration menu_content=$smarty.capture.menu }


Any ideas on this? If $catalogs.admin is set wrong, then why would some menu items come up and not others? Any help would be greatly appreciated!

balinor 10-26-2005 08:10 AM

If you haven't solved this already, I'd open a ticket with X-Cart.

pdblizzard 10-26-2005 08:15 AM

Sorry I didn't reply sooner. The problem was resolved.

It was caused by the config.php still pointing to the old URL. The first portion of the config was changed, reflecting the new database information, but the second section was missed. Once the new URL was updated in the config.php all the menu items displayed correctly.


All times are GMT -8. The time now is 09:22 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.