I recently upgraded from 4.65 to 4.73 - the upgrade was a bit rocky with some hosed tables, sequences out of whack, etc.. i've got everything figured out by searching this forum, but i have three remaining issues that i cant solve.. i dont know if they are remnants of the upgrade, configuration problems, or something else:
Issue #1;
"?destination=" does not seem to work..
the url for "Login to reply" (on a comment) is: http://mysite.com/user/login?destination=node/164%2523comment_form
It goes to the login fine, but after logging in users are presented with:
"Invalid character in /node/164#comment_form
The URL can only contain alphanumerics plus the following characters: /.,=:_- "
The odd thing is that this works fine on my other site, which is hosted by the same host, using Drupal 4.7, a copy of the same .HTACCESS, and a copy of the same SETTINGS.PHP and PHP.INI .. what am i missing here?
Issue #2: At logout, the URL is apended with "http://mysite.com/?time=1158727550
Not a big deal, but annoying
Issue #3: Taxonomy links in forums goes to the forum URL, instead of the taxonomy list. The link URL is always the URL to the forum, so i cant get taxonomy lists..
More info about the site:
Drupal 4.7.3, Clean URL's enabled, using URL aliases for forums, using Logintoboggin. As already mentioned, I just went thru a bad upgrade, so there could be some table problems.