AMFPHP connects but views.get access denied
| Project: | AMFPHP |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hi there, I've spent about a week and a half scouring through the forum post and the internet in general to fix my problem. I get a connection with a session id returned from flash but when views.get is called, access is denied. I apologize if this is the wrong module to post this to.
Access denied
AMFPHP_RUNTIME_ERROR
mysite/drupal-6.13/sites/all/modules/amfphp/amfphp.module
Unknown error type
107
My setup:
Shared hosting on 1and1
Drupal 6.13
AMFPHP 6.x-1.0-beta1
Views 6.x-3.x-dev (tried update after same with 6.x-2.7)
Services 6.x-2.x-dev
Key Authentication 6.x-2.x-dev
Services settings both usekeys and usesessid unchecked
Clean URLs enabled
Renamed the .htaccess in the amfphp directory
At one time I ticked every single permission... anonymouse, authenticated and site admin... for every single installed module but this still didn't help.
This occurs when SWF is in same directory as drupal installation on the shared hosting server
Is there something else somewhere that would prevent access? Am I missing something?
Any help is greatly appreciated.

#1
No consolation probably, but I'm getting a mysterious access denied all of a sudden too.
#2
Correction to my previous post... I have updated Drupal to 6.14.
#3
UPDATE! For me, this had nothing to do with this module but I wanted to post the solution in case anyone else runs into this. I had two .htaccess files on my shared-hosting server. One was in the root and one was in the directory where I have Drupal installed. I simply renamed the one in the root.
#4
Wasn't the one in root doing something? Any idea what it was that was conflicting in them?
#5
The one in the root was simply a duplicate that I had placed there when I was troubleshooting and forgot to remove.