Active
Project:
Deploy - Content Staging
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2012 at 03:52 UTC
Updated:
4 Jan 2021 at 18:58 UTC
Jump to comment: Most recent
Comments
Comment #1
aspilicious commented1) your sites are behind some kinda http inlog system
2) entered incorrect url and/or admin combination
Comment #2
sea4 commentedHi, thanks for your reply.
can you explain "http inlog system" ?
The error comes up after the source server successfully authenticate with the destination server.
thanks again
Stan
Comment #3
darrenmothersele commentedI am getting the same 403 error, also after the source server has successfully authenticated with the destination server. I have tracked it down to a custom dependency I have added using hook_entity_dependencies() from the entity_dependency module. If I comment out the dependency the deploy fails because of failed dependencies. If I put the dependency back in I get a 403 error.
I'll report back once I've solved it.
Comment #4
darrenmothersele commentedFor me this issue was caused by the fact I was trying to add an entity dependency that was not using the ID from the object being depended on. I removed the call to entity_dependency_add() and replaced with an EntityFieldQuery to look up the correct dependent object and the 403 has gone away.
Comment #5
rob_johnston commentedFor me this issue was caused by not allowing the PUT verb for PHP in IIS6.
Comment #6
man-1982 commentedIf your used OpenServer than find and commented code in apache settings
This settings deny Rest request on server.
Original solution in http://open-server.ru/forum/viewtopic.php?f=3&t=964
P/S
path to settings c:\OpenServer\userdata\config\
Comment #7
j.b commentedi've got the same error.
The error is displayed after deploying around 5 nodes.
I cannot find a solution to this.
Comment #8
priya.chat commentedI am getting same error for entity reference fields. I have followed your comment @darrenmothersele, #4 but don't understand how can I replace entity_dependency_add with EntityFieldQuery for entity reference fields to add the dependency.