Gossamer Forum
Home : Products : Gossamer Links : Discussions :

What does this mean and how to get this off

Quote Reply
What does this mean and how to get this off
From the links at the bottom of a link i get foolowing when i click:

Review It : CODE(0xa732dbc) followed by the Review Page The CODE(xxxxxxx) changes with every click.

Same thing Happens when I click on Modify Listing at the top menu (on default template).

How can i get this eliminated?

Anup
Quote Reply
Re: [anup123] What does this mean and how to get this off In reply to
Something isn't set up right. You are returning a code ref, rather than the data to your tag.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [anup123] What does this mean and how to get this off In reply to
This is a known bug that hasn't been fixed (I assume that you're using the new version of GForum?)

http://www.gossamer-threads.com/...i?post=260888#260888

Edit: Actually, I've just had a quick look on my site and I think that it appears to be working now. I think the problem may be to do with loading applications in the wrong order in mod_perl. If you are using mod_perl, check the instructions:
http://www.gossamer-threads.com/...i?post=263164#263164

Last edited by:

afinlr: Apr 12, 2004, 3:54 PM
Quote Reply
Re: [afinlr] What does this mean and how to get this off In reply to
For what it's worth, I DID re-set up the mod_perl loads, and am still getting the problem consistently....
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] What does this mean and how to get this off In reply to
Does it work if you are NOT running under mod_perl?


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [carfac] What does this mean and how to get this off In reply to
Well mine has definitely started behaving properly - and the only thing that I can think of that I've changed that might have affected this is the changes that I've made in mod_perl. But then again, it could be something completely different that's fixed it.
Quote Reply
Re: [afinlr] What does this mean and how to get this off In reply to
Hi.

I have GM and LSQL loaded as per directions in the thread. I was trying to get that <%link_info%> global carried over from my previous server (picked from this forum). I removed that and the error is no more there...


Thanks
Anup
Quote Reply
Re: [anup123] What does this mean and how to get this off In reply to
Thanks Laura/Pugdog:

Just turned off mod_perl- and the problem went away.

So... let's see where I am messed up at...

OK, I use a front/back server... so the front passes to the back thus:

Quote:

ProxyPass /bcdb/ http://66.219.198.201:9000/bcdb/
ProxyPassReverse /bcdb/ http://66.219.198.201:9000/bcdb/


The Back calls mod_perl thus:

Quote:
<Location /bcdb> SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader On Options +ExecCGI PerlRequire /hd2/web/c/cartoon/startup.pl </Location>


And, /hd2/web/c/cartoon/startup.pl is this:

Quote:


use lib '/hd2/web/f/forum/public_html/forum/admin',
'/hd2/web/f/forum/private/lib',
'/hd2/web/c/cartoon/public_html/bcdb/admin';

use GForum::mod_perl;
use Community::mod_perl;
use Links::mod_perl;

#PerlSendHeader On;
1; #return true value


The libs are, in this order, Forum, Comm and Links- all are the newest versions....

dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] What does this mean and how to get this off In reply to
Well - that's exactly what I have too Unsure
Quote Reply
Re: [carfac] What does this mean and how to get this off In reply to
This is Alex's area :) He set me up with a proxy pass situation awhile back, and he's the mod_perl guru.

Maybe dropping him a PM with a pointer to this thread if he hasn't replied by this evening.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.