Menus missing, user login page not found

AtomicKiwi429 - July 21, 2007 - 18:12

I am having an odd problem with my site, http://www.canastapedia.com . The two navigation menus are missing and when I tried to go to http://www.canastapedia.com/user to login the page could not be found. The different nodes are still there, and the links on the home page still work. I've viewed the source of the page and the div's for the two nav menus are still there but the stuff that is suppose to be printed out with PHP isn't there. I'm not really sure what is going on or what to do about it, since i can't even log in. Any suggestions anyone could give would be greatly appreciated.

Interesting... http://www.can

cog.rusty - July 21, 2007 - 21:45

Interesting...

http://www.canastapedia.com -- works ok
http://www.canastapedia.com/user -- page not found
http://www.canastapedia.com/node -- page not found
http://www.canastapedia.com/node/1 -- works ok
http://www.canastapedia.com/node/2 -- works ok

What could have caused this... Check you URL aliases.

Also your custom error page settings, your default front page settings, your pathalias rules (if you are using it), your .htaccess file... Anything unusual with your setup?

The only way I know of to

AtomicKiwi429 - July 22, 2007 - 13:58

The only way I know of to check the URL alias and such is through the admin interface and I can't log into the site, I do so through the /user page which can't be found right now. This was a default install that was working fine. I didn't touch it for several months and I came back and it was broken.

It must be something

cog.rusty - July 22, 2007 - 14:35

It must be some internal settings (not .htaccess) because the problem appears with non-clean URLs as well.

I would go to the system table using phpMyAdmin and disable the path module and the pathalias module temporarily, (setting their "status" to 0) to see what happens. Or check their database tables.

mm... i have the same

bzzzik - July 26, 2007 - 17:38

mm... i have the same problem on http://www.out-clinicaltrials.com/ :(
and i don't have any idea how it can be fixed...

Have you set up any URL

cog.rusty - July 26, 2007 - 18:39

Have you set up any URL aliases for "node", "user" and " admin"? Or anything more generic?

nope, only aliases like

bzzzik - July 27, 2007 - 05:30

nope, only aliases like "node/1" -> "news"..
and i've manually checked DB for 'drupal_url_alias' table - it contains only mine old entries

fixed

bzzzik - July 27, 2007 - 07:50

well, problem was in some drupal cached data...
i have truncated all drupal_cache* tables and site ran as usual..

maybe it is a some bug of drupal..

thanks for the helping :)

problem persist after truncate table cache

sriguana - August 21, 2007 - 13:54

i truncate the table cache (TRUNCATE cache;) but the problem persist. any other suggestion? please help.

try TRANCATE also for

bzzzik - August 21, 2007 - 17:49

try TRANCATE also for cache_content, cache_filter, cache_menu and cache_page tables

Fixed by clearing cache_menu

zeryn - February 16, 2009 - 21:28

I had the exact same problem. A site had been running for months and the client calls and says the menus are not displaying. I think the cron had not been run either. I log in and discover /user can't be found. After getting access to their server again I cleared the menu cache and it all works.

Thanks for posting...

Thanks!

glazer - October 6, 2009 - 20:41

Thanks for the suggestion, truncating all of the cache tables fixed the issue for me too.

Does anyone have any idea of how the cached data got corrupted, or what could be done to prevent this from happening again in the future?

fixed as well

AtomicKiwi429 - July 28, 2007 - 00:38

Thanks to all for their suggestions and help. Truncating the cache tables also worked for me. thanks again.

mmmmm...Sounds like the

ytt - August 21, 2007 - 18:01

mmmmm...Sounds like the .htaccess's issue. And is there a alias named "user"? And if you are using a customized theme, It may be the cause of this.

Happens Here Too

pcorbett - October 15, 2008 - 18:29

This happens maybe once a month to me on Drupal 5.10. To fix it, I just have to truncate the cache_page table. None of the other cache tables seem to affect this.

Cash clearning is what works

levavie - April 23, 2009 - 10:35

Thanks - fixed by clearing the cache. My standard SQL code is

delete from cache_block; delete from cache; delete from cache_content; delete from cache_filter; delete from cache_menu;  delete from cache_page; delete from cache_views; delete from watchdog;  delete from accesslog;

Amnon
-
Professional: Drupal Israel | Drupal Development & Consulting
Personal: Hitech Dolphin: Regain Simple Joy :)

 
 

Drupal is a registered trademark of Dries Buytaert.