Hi.
I'm a Drupal newbie having a serious issue with the pager/categories on my site that makes navigating content impossible for users.
The links "http://site/?q=admin/node&from=50" and "http://site/?q=node&page=7" (regardless of the page numbers) return the front page of the site only. PLUS, navigation by category returns 404 errors. All of the content is accessible through the admin pages (if I don't use the pager), though, so I do know that it's there somewhere. Something bad's happening in the query or somewhere in my database, I suspect, but I have no idea how to fix it.
Here's some details of the site that may be relevant:
1) I recently installed Drupal 4.6.4 at a new server and imported my blog content from my old site, which runs WordPress 1.5. I used Sam Revitch's Script to perform the export/import. It seems to have worked well, and all my content - posts, content, dates, etc. - shows up sorted and intact.
2) My Drupal site is not readily accessible (DNS not transferred yet from old site), so I access all the content and admin stuff through a mirror. Everything works well (I can admin, post new content, theme, etc.) except the paging and category navigation.
Also, FYI, any new posts I make to the Drupal site, while they are posting and displaying properly, are equally unnavigable.
Thanks to anyone who can help me with my troubles -- I'm loving Drupal so far, and if I can fix this, I can transfer the DNS and finally get the site happening!
Comments
This is a very strange
This is a very strange problem. Is there something strange about the setup you're using to get to your site that is possibly stripping any information after the & in the URL?
-- Merlin
[Point the finger: Assign Blame!]
[Read my writing: ehalseymiles.com]
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
I think the pager stuff got
I think the pager stuff got tightened a little to tight in the last security fix. Laura has a blog post with a link to the patch file and a fully patched file available.
http://www.pingv.com/blog/laura/200512/a-drupal-4-6-4-quick-fix
-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Thanks!
Yay! That patch worked great. Thanks so much for pointing it out!
Will this have made it by
Any idea if this has made it to the current tarball available for 4.6.4?
Categories
--Deleted Post--
Thanks for the help everyone!