Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Editor problem

Quote Reply
Editor problem
Ok, this time is more serious:
I insert 1 editor in my system, Status=Editor, and I assigned it category 131.

##Login to the system:
##User:demo
##Pwd: demo

...

##You have been successfully logged into the system.

## Click here to enter your editor.

If I click on enter, only white page on output:

http://mydomain/cgi-bin/page.cgi?g=cgi-bin/maintain.cgi?d=1&s=abd999e0ac3f259e5fe9081d4&d=1&s=abd999e0ac3f259e5fe9081d4
What's happend? I tried to look around, and on Links.pm I changed

$LINKS{db_cgi_url} = "http://mydomain/cgi-bin";
to
$LINKS{db_cgi_url} = "/cgi-bin";

and reloaded server, ok, i receive this link on "enter":

http://mydomain/cgi-bin/maintain.cgi?d=1&s=a6c25cd7a6233fea939ff137e

I can now go in the next page:

##You may:

## Add a new Link
## Delete a link with ID:
## Modify a link with ID:

## You are authorized to edit within:

## Category1


Now I can add a link, or delete or modify (but category linsting does not function!)

But... If i try to click Category1 to browse Categories, Surprise!

http://mydomain/cgi-bin/page.cgi?g=131&d=1&s=a6c25cd7a6233fea939ff137e

Only white page!! again!! :-((

What can I do? I'm sure I don't broke anythink important, if someone can help me...

Thanks

JS

Quote Reply
Re: Editor problem In reply to
I'm replying to myself...

The problem was I make changes in nph-build.cgi (template2 mod) and I don't make changes on page.cgi! :-) Sorry.

And... about "category listing" on adding or modify categories, I find on maintain.cgi, row 483:

if (scalar keys %$AUTH < 100) {

put here 200 or more if you want to see category select field again!

But now...

If I'm an editor, and I enter in the categories (assigned to me by admin), why now i can't see "Edit|Delete" at the end of links?? :-| I'm tired to stop/reload webserver 1000 times in a day (mod_perl persistence)

I think that every time I add something in this program i must find 10 bugs (not signed yet)!

Regards!

JS