Hi guys,
I've installed the Twitter and Twitter actions module. But when I go to the "user Profile" , "Twitter" tab -- it shows a blank screen. Here are the things I've tried so far:
- Added the global credentials
- Removed the global credentials
- I know this is not a permissions issue because I am logged in as User-0.
- Granted permissions to everyone.
It still shows a blank screen.
Any thoughts on why this might be the case?
Thanks,
-Anil
Comments
Comment #1
trevor commentedI am having the same issue, can't seem to figure it out.
Comment #2
jweedman commentedMe Three!
Super Frustrating.
Comment #3
portulacasubscribing
Comment #4
iLLin commentedI changed this line:
twitter.module line 19
$items['user/%user_category/edit/twitter'] = array(
to
$items['user/%user/edit/twitter'] = array(
Flush caches then navigate to that path, user/1/edit/twitter... replace 1 with the users id and you can setup a link for each user account.
I don't have time for a patch OR if the author intended this or not so I have to get stuff done, so thats what I did.
Comment #5
virme commentedMaybe worth checking permissions are setup correctly, i remember enabling...
sorry for lack of detailed answer
Comment #6
td540 commentedHello,
So is this a bug and will this be fixed in the next update?
Comment #7
jweedman commentedI ended up just using another browser. I was using Safari, and had no idea the stupid fields where there because they're not visible. Once logged into Firefox, the fields appeared fine.
Not sure if this is a bug on my local computer (Mac OSX 10.5), or just a poorly coded part of a great module.
Comment #8
steinmb commented