Advanced front page settings
| Project: | Deployment |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
New implementations of Deploy two implementations Drupal 6.12. Have a "test" deployment plan defined on source server (both servers are virtual on the same machine, two different but identical databases). On "Advanced front page settings" page, I changed the home page name and selected "test" for Deployment Plan and clicked Save Configuration (I have a "test" deployment plan defined). Upon doing this, a page with just the following array text is returned and the "test" deployment definition does NOT show this request to push (nor does it "push" when attempting to push):
Array ( [0] => admin [1] => settings [2] => front )
Don't now if this is a bug or config problem. Please advise.
Thank,
Dave

#1
Ack, I accidentally left some debug code in the module last time I checked in code. This has been removed and the fixed code has been checked in. It will be available in the next dev release or you can pull it from CVS. Thanks.
#2
Thanks again, heyrocker. That's what I figured. Been there done that. I'm not pulling from CVS, so I'll look for the next dev release.
#3
Hi heyrocker. I downloaded the dev snapshot again today from the project page - it looks like you updated this issue. However, here is a follow on issue: the "test" push package did "successfully" push to the target site. Here's the message following the push:
system_settings Settings: front_page_admin Success
node Node: Home Page Success
However, neither the new node or the changed setting to the settings page (which simply assigned the default front page to the new node also being pushed) are not showing on the target site. The new node does not show under admin/Content or in the database, nor does the home page setting on the settings page show.
Perhaps this is a configuration or I am missing a step?
Thanks