Download & Extend

Only User 1 can post to ping.fm

Project:Ping.fm
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

Right now, on my site, only User 1 can submit to Ping.fm We have looked at several factors and cannot figure this out. We've double and triple checked keys and id's etc. Everything is in order. Any suggestions on what might be causing this? Can anyone replicate? We'd like to help solve this issue if it is more widespread than on our own site. Thanks!

Comments

#1

Status:active» needs review

Looks like it's using the authoring user's node instead of the current user........... Does this help?

AttachmentSize
pinguser.patch 1.16 KB

#2

Unfortunately after applying it does not make a difference. Tested with several users, posts. Weird, because it seems like this should fix it. I will keep digging around in the code.

#3

Any other ideas for us? Seems to be a consistent problem across all servers, sites, etc

#4

i'm having the same issue...i've tried my own developer key and the built-in developer key with the module and nothing works.

any ideas? i don't know how to apply the above patch...

#5

The above patch did not work for me, but it possibly might for you. To apply it:

1. ssh into your server

2. cd to the root of pingfm module directory: cd /path/to/yoursite/sites/all/modules/pingfm

3. wget http://drupal.org/files/issues/pinguser.patch

4. run this command from root of pingfm module directory: patch < pinguser.patch

that's it! if it applies, you'll see a report back that all hunks applied successfully

Let us know how it goes. I am still struggling to figure this out myself