PDA

View Full Version : Menus Broke


pplaut
12.10.2004, 17:27
I had been working merrily along. This web site has been up for a couple of weeks. My Menu Links No Longer work.
www.ngfm.org/mambo
Here is what they look like now.
http://www.ngfm.org/mambo/component/option,com_yanc/Itemid,42/
Herte is what they used to look like.
http://www.ngfm.org/mambo/component/index.php?option=com_frontpage&Itemid=1

When I look in the MYSQL database, the menu strings appear to be correct.

It appears the = all the "non alphabet characters have been changed.

One of a couple things happened.
1) I installed another template.
2) I installed another component
3) I turned the cache on. (it is off now)

This is not the first time this has happened to me. In the past I had reinstalled Mambo and all was ok. However, I need to be able to fix this problem, not keep reinstalling.

Config Info:

PHP built On: Windows NT DATA-4 5.0 build 2195
Database Version: 4.0.18-nt
PHP Version: 4.3.6
Web Server: Microsoft-IIS/5.0
WebServer to PHP interface: cgi-fcgi
Mambo Version: Version: 4.5.1 Stable [Three For Rum] 25/09/2004 00:24 GMT
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Relevant PHP Settings: Safe Mode: OFF
Open basedir: none
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: OFF
Output Buffering: OFF
Session save path: C:\PHP\sessiondata
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: No WYSIWYG Editor

Configuration File: <?php
$mosConfig_offline = '0';
$mosConfig_host = 'xxxxxx'
$mosConfig_user = 'xxxxxx'
$mosConfig_password = 'xxxxxx'
$mosConfig_db = 'xxxxxx'
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'english';
$mosConfig_absolute_path = 'C://Inetpub//wwwroot//ngfm.org//mambo';
$mosConfig_live_site = 'http://www.ngfm.org/mambo';
$mosConfig_sitename = 'New Garden Friends Meeting Web Site';
$mosConfig_shownoauth = '0';
$mosConfig_user = 'xxxxxx'
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = 'This site is down for maintenance.
Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.
Please notify the System Administrator';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'New Garden Friends Meeting Web Site.';
$mosConfig_MetaKeys = 'quaker, new garden friends meeting, new garden, greensboro, friend, friends';
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaTitle = '1';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '1';
$mosConfig_enable_log_searches = '1';
$mosConfig_enable_stats = '1';
$mosConfig_sef = '1';
$mosConfig_vote = '0';
$mosConfig_gzip = '1';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = '-1';
$mosConfig_list_limit = '10';
$mosConfig_caching = '0';
$mosConfig_cachepath = 'C://Inetpub//wwwroot//ngfm.org//mambo/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'smtp';
$mosConfig_mailfrom = 'webmaster@ngfm.org';
$mosConfig_fromname = 'New Garden Friends Meeting Web Site';
$mosConfig_smtpauth = '1';
$mosConfig_smtpuser = 'mambo';
$mosConfig_smtppass = 'geofox';
$mosConfig_smtphost = 'data-4';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = '7jbWNuxuN0hoDkOk';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
setlocale (LC_TIME, $mosConfig_locale);
?>

Thanks for your help.
Peer

pplaut
12.10.2004, 18:47
OK.. I figured it out. Hopefully this will help some other baby mamber like myself.

I turned on search friendly urls bam broke
I turned off search friendly urls bam fixed

Peer