Sorry for the spam, I guess I need some more training with my e-mail program 
8)

Anyways, After looking at the code it looks like that error was nothing 
serious, I just commented out some stuff I shouldn't have.

I'm not seeing any errors in my error_log or access_logs..

Looking at the code block that the error came from, this condition isn't 
happening, or shouldn't be happening.. 

My subversion setup is like so:

svn:https://blahblah/svn/nmci/

I'm trying to pull out /svn/nmci/CM/cmang version 403 to 504. 

I have my repository selected, for module I put CM/cmang/trunk/cmang.pl

So I'm not even trying to do this with the topic text upload thing, supplying 
my own diff..

Does this help any?


 if ($topic_text eq "") {
        if (defined $temp_error_fh) 
{                                                   seek($temp_error_fh, 0, 
0);
        $feedback .= "Problem generating topic text:\n\n";
        my $buf = "";
        while (read $temp_error_fh, $buf, 16384) {
            $feedback .= $buf;
        }
        }
        else {
        $feedback = "Uploaded file doesn't exist or is empty.\n";
        }

On Thursday 20 October 2005 21:25, Michael J. Freeman wrote:
> After having another closer look at my logs I see this in my access_log:
>
> [Thu Oct 20 21:57:42 2005] [error] [client 172.17.85.72] [Thu Oct 20
> 21:57:42 2005] codestriker.pl: Use of uninitialized value in string ne
> at
> /var/www/codestriker/codestriker-1.9.1/bin/../lib/Codestriker/Http/Template
>.pm line 77., referer:
> http://cyclone.nms.wamnet.inc/codestriker/codestriker.pl?action=create
>
> This is 1.9.1 on Linux (RHEL)
>
> On Thursday 20 October 2005 21:14, David Sitsky wrote:
> > Have a look in your apache error log files, the message we need to see is
> > most likely in there.
> >
> > Also make sure your path to subversion has been set correctly in your
> > codestriker.conf file.
> >
> > What version of Codestriker are you using and is this on a Linux or
> > Windoze box?
> >
> > On Fri, 21 Oct 2005 05:42, Michael J. Freeman wrote:
> > > I'm trying to create a new topic and it keeps saying:
> > >
> > > Problem generating topic text:
> > >
> > > And then no other error messages. Looking in the .pm file that that
> > > error message is generated from it seems like that should only be
> > > called when trying to upload a diff, but I'm trying to get it to
> > > connect to subversion directly..
> > >
> > > Bueller?

-- 
Michael J. Freeman
NMS Development
Netco Government Services, Inc.
--
Nothing travels faster than the speed of light with the possible exception
of bad news, which obeys it's own special laws.
        -- Douglas Adams

Attachment: pgpJzMLvO7PM3.pgp
Description: PGP signature

Reply via email to