Closed (fixed)
Project:
me aliases
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 19:56 UTC
Updated:
11 Mar 2009 at 02:00 UTC
Hi again,
I see the link "You are not watching this post, click to start watching" at the end of the post, but I click on it and it doesn't change the status or add it to My Watched Posts.
When I click on the link it does something, the link disappears for a second or two and comes up again (the same link, no change).
I've tested it with Explorer and Firefox (latest)
???
Comments
Comment #1
solipsist commentedThis happens sometimes, if you look at old issues you will see other support requests about the same problem. I haven't been able to reproduce it and I believe it's a server misconfiguration or cache issue. It's not a bug.
What happens if you log out and try as an anonymous user?
Comment #2
manoloka commentedUnfortunately anonymous users have no access to any content within this website therefore I cannot answer this.
Any idea what server misconfiguration should I be looking for?
Comment #3
solipsist commentedCan you get me a user account? You can email it to me using my contact form.
Comment #4
manoloka commentedI have given permissions to anonymous users to see content just to check this out but the result is exactly the same, no difference on behaviour.
I'd be happy to help try to find out what is going on.
Any suggestions on what can I do?
Comment #5
solipsist commentedDoes the request return 200 OK?
I can check for you if you get me an account.
Comment #6
manoloka commentedCould you find out anything else?
Comment #7
solipsist commentedCheck your email.
Comment #8
solipsist commentedManolo's site is returning a 404 Page Not Found on Watcher's paths, why the AJAX request fails. You can use Firebug and the Net tab to see what's returned in case you experience similar problems and want to diagnose it. The cause is usually related to your server configuration.
Comment #9
manoloka commentedHi Solipsist,
I can confirm that the module creating the trouble is "Me Aliases" http://drupal.org/project/me.
When I disable this module, the watcher links work well and it adds the post the the watcher list.
I've tried to play around the different settings of the "Me Aliases" but I didn't succeed in making them work together.
Do you think you could make them compatible? or should I ask the other module maintainer?
Thanks for all your work
This is a great module
Comment #10
solipsist commentedYou have to talk to the maintainer of the other module. I had a quick peek and it does some quite invasive alterations to existing menu items. Simply making sure Me loads after Watcher can fix it, if that is the case an SQL query like this would do it:
UPDATE system SET weight = 100 WHERE name = 'me';
Comment #11
manoloka commentedI've changed the weight to 100 and didn't worked.
I'll let the maintainer know
Thanks
Comment #12
skizzo commentedI confirm the problem. Changing the relative
weight of "me" and watcher does not help.
Changing title to better reflect the problem.
Comment #13
cdale commentedCheers. I'm aware of the problem and am currently working on a solution. There is a similar problem with the OG module. Marking as a duplicate of #367177: unable to unsubscribe from organic groups
Comment #14
cdale commentedMarked #367177: unable to unsubscribe from organic groups as a duplicate of this instead.
Comment #15
cdale commentedI've just committed a set of changes that I believe fix this issue. You'll need to use the latest dev snapshot, which will be available when the packaging scripts next run. (Should be within the next day or so). If there are no further issues here, than I will make an official release next week sometime.
Don't forget to clear your caches after upgrading. Specifically the menu cache. :) This is easiest done on the admin/settings/performance page.