Active
Project:
Deploy - Content Staging
Version:
6.x-1.0-alpha2
Component:
node_deploy.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2012 at 17:43 UTC
Updated:
23 Oct 2012 at 16:54 UTC
Deployment stops on a document that is a node reference for one of the nodes we selected. The following message is returned: "The path is already in use." This seems to occur in every case where there already exists a node on the live server that has the same URL Path Settings. The workaround is to give the node a new URL Path Setting.
Should this work? Does the Create a New Revision setting affect things (it's turned off)? Any hints/suggestions would be appreciated.
Comments
Comment #1
gippy commentedI don't know if this is significant, but we are getting the following error on the live server each time we run deploy:
date(): It is not safe to rely on the system's timezone settings ...You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/www/vhosts/bazaarvoice.com/subdomains/developer/httpdocs/includes/xmlrpcs.inc on line 114.
Reported by php.
Comment #2
gippy commentedchanging the Issue title back to "the path is already in use"
Comment #3
gippy commentedOne more piece of information:
We unchecked "Automatic Alias" and also removed the setting for those nodes on the staging and the live servers. After that the deploy process seems to be working okay.
Comment #4
druvision commentedYes, but we also need automatic alias!
Suggested logic:
IF alias is the same THEN update ELSE add-new
Will it work??