Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Fatal Error: browser.cgi

Quote Reply
Fatal Error: browser.cgi
After logging in successfully, I tried to open the 'Editors' link (using template set simple). This is a link to browser.cgi with no arguments.

The result is this:
Code:
A fatal error has occured:

Invalid template name: browser.html at <PATH_TO>/cgi-bin/dir/admin/Links.pm line 311

Stack Trace
======================================
Links (97238): Links::environment called at <PATH_TO>/cgi-bin/dir/admin/Links.pm line 487 with no arguments.

Links (97238): Links::fatal called at <PATH_TO>/cgi-bin/dir/admin/Links.pm line 311 with arguments
(Invalid template name: browser.html at <PATH_TO>/cgi-bin/dir/admin/Links.pm line 311.).

Links (97238): Links::user_page called at <PATH_TO>/cgi-bin/dir/admin/Links/Browser.pm line 59 with arguments
(Links, browser.html, HASH(0x8536760), HASH(0x853c108)).

Links (97238): Links::Browser::_template called at <PATH_TO>/cgi-bin/dir/admin/Links/Browser.pm line 36 with arguments
(Links::Browser=HASH(0x81000f0), browser.html, HASH(0x8536760), HASH(0x853c108)).

Links (97238): Links::Browser::print_template called at (eval 8) line 14 with arguments
(Links::Browser=HASH(0x81000f0), browser.html, HASH(0x8536760)).

Links (97238): Links::Browser::main_panel_init called at <PATH_TO>/cgi-bin/dir/admin/Links/Browser.pm line 73 with arguments
(Links::Browser=HASH(0x81000f0)).

Links (97238): Links::Browser::AUTOLOAD called at <PATH_TO>/cgi-bin/dir/admin/Links/User/Editor.pm line 69 with arguments
(Links::Browser=HASH(0x81000f0)).

Links (97238): Links::User::Editor::handle called at <PATH_TO>/cgi-bin/dir/browser.cgi line 22 with arguments
(Links::User::Editor).


It happens every time.

Quote Reply
Re: [YoYoYoYo] Fatal Error: browser.cgi In reply to
Hi,

Only the default templates come with editor templates. You must copy browser* from the default template set to your template set.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Fatal Error: browser.cgi In reply to
Done it. Now I see how it works. Is all this in the documentation? I'm learning her by trial, error and forum.