I am following instructions posted HERE http://alt-tag.com/blog/archives/2006/1 ... subversion to integrate SubVersion and Mantis. My install and configuration on one DreamHost account works fine. My same install and configuration on my second DreamHost account does NOT work ok, erroring out with "Missing name for redirect."
What am I doing wrong or forgetting on that second account? Any ideas?
Detail:
I have two separate accounts on DreamHost.
I have Mantis Version 1.2.0a3 Schema Version 83 installed on both.
/home/myfirstaccount/mantis.myfirstdomain.com/scripts/checkin.php
/home/mysecondaccount/projects.myseconddomain.com/scripts/checkin.php
In each case I can shell in to test a configuration out. The instructions at http://alt-tag.com/blog/archives/2006/1 ... subversion suggest testing my Mantis configuration at the command line before handing off further config control to SubVersion commits to handle.
So it works like this:
I shell in to my first DreamHost Server account like this:
ssh myfirstaccount@myfirstdomainname.com
and get in fine. Then I run:
[dreamhostserver1]$ /usr/local/php5/bin/php -q /home/myfirstaccount/mantis.myfirstdomain.com/scripts/checkin.php <<< "bug #1: commit note here"
This correctly adds a commit note in that first install of Mantis, in bug #0000001. I see the note there "bug 0000001: commit note here". No problem.
I shell in to my second DreamHost Server account like this:
ssh mysecondaccount@myseconddomainname.com
and get in fine. Then I run:
[dreamhostserver2]$ /usr/local/php5/bin/php -q /home/mysecondaccount/projects.myseconddomain.com/scripts/checkin.php <<< "bug #1: commit note here"
But instead of making the entry in bug 0000001... I instead get an error at the command line there saying:
Missing name for redirect.
What could I be doing wrong or overlooking here!!?
Yikes.
Missing name for redirect.
Moderators: Developer, Contributor
-
mantis_ctb
- Posts: 1
- Joined: 24 Feb 2010, 20:21
Re: Missing name for redirect.
Are you running bash? I only got that error under csh.