Ok...now everything is fine...I haven't done a thing...I guess that is the easiest approach...
thanks for everyone's ideas... -- Laura ________________________________ Attend JoomlaDayNYC.com! October 12, 2009 - Register Online! www.RytechSites.com Create Dynamic Websites for your Company with Joomla! CMS Create Captivating Websites for your Business with HTML/FLASH ....the choice is yours! ________________________________ From: Gary Mort <[email protected]> To: NYPHP SIG: Joomla <[email protected]> Sent: Tuesday, August 18, 2009 5:27:31 PM Subject: Re: [joomla] menus disappeared - help Look for a single quote in one of the text fields of the menu's. Chances are that it is blocking that query. Quickest solution is to export all tables relating to menu's to CSV files and do a global find for the single quote and the semi colon charector. If you find those, manually edit those records and remove them. Shotgun approach to solving the problem. Or take a blunderbus approach, export all the menu tables to CSV files and then truncate/delete all the records and create a new menu with only one item, then try loading that new menu. If THAT works than you know for 99% sure the issue is corruption in the database and you can import the data back in line by line till you find the break[there should not be TOO many menu items]. Third solution, enable a different template not from yoo-templates and see if that works. It is also within the realm of possibility that there is something funky in their javascript/css menu drop down effects that is causing the problem. On Tue, Aug 18, 2009 at 1:24 PM, Donna Marie Vincent <[email protected]> wrote: Yeah, I'm using a Yootheme template also. I think it has something to do with that. > > > > ________________________________ From: Laura Gordon <[email protected]> > >To: NYPHP SIG: Joomla <[email protected]> >Sent: Tuesday, August 18, 2009 1:08:41 PM > >Subject: Re: [joomla] menus disappeared - help > > > >Yootheme...blueprint. > >www.apc-ai2.com > >-- Laura > > ________________________________ Attend JoomlaDayNYC.com! October 12, 2009 - Register Online! >www.RytechSites.com >Create Dynamic Websites for your Company with Joomla! CMS >Create Captivating Websites for your Business with HTML/FLASH >....the choice is yours! > > > > > > ________________________________ From: Donna Marie Vincent <[email protected]> >To: NYPHP SIG: Joomla <[email protected]> >Sent: Tuesday, August 18, 2009 10:26:29 AM >Subject: Re: [joomla] menus disappeared - help > > >The same thing happened to me yesterday on a brand new dev site I set up. >What template are you using? > > > > ________________________________ From: Laura Gordon <[email protected]> >To: joomla list <[email protected]> >Sent: Tuesday, August 18, 2009 10:04:27 AM >Subject: [joomla] menus disappeared - help > > >Hi all, > >I hate to do this, but I am desperate... > >Initially I had a client on 1.5.11 (I know bad)... > >the only component running on this system is Ambra Subscriptions, it is a >pretty clean system. > >Today, when no one was doing anything, the menus just disappeared... > >Backend: >Menu manager --> no menus listed >module and plugin manager ---> items are listed, but the published/enabled >column is blank > >Database: >The menu records are THERE, and they look fine (published, etc...) >The module records are there and they look fine > >I upgraded from 1.5.11 ---> 1.5.14 and still no luck. > >Any ideas? I really don't want to have to reinstall all of > joomla...there must be another way... > >Please email as my client's system is down, until I can solve this!!! > >thanks, >Laura > > ________________________________ Attend JoomlaDayNYC.com! October 12, 2009 - Register Online! >www.RytechSites.com >Create Dynamic Websites for your Company with Joomla! CMS >Create Captivating Websites for your Business > with HTML/FLASH >....the choice is yours! > > > >_______________________________________________ >>New York PHP SIG: Joomla! Mailing List >http://lists.nyphp.org/mailman/listinfo/joomla > >>NYPHPCon 2006 Presentations Online >http://www.nyphpcon.com > >>Show Your Participation in New York PHP >http://www.nyphp.org/show_participation.php >
_______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php

