Mailing List Archive

[Bricolage-General] Error processing Mason elements
Hi folks,

Well I seem to be hitting the wall again. This time I'm trying to create
a template. This error may be due to user ignorance but it seems like a
proper error message should be returned rather than the following
statement:

----------------------------
An error occurred while processing your request:

Error processing Mason elements.

Can't locate object method "get_msg" via package
"HTML::Mason::Exception" (perhaps you forgot to load
"HTML::Mason::Exception"?) at
/usr/local/bricolage/comp/widgets/tmpl_prof/callback.mc line 448.

Please report this error to your administrator.
----------------------------

This error occurs whenever I try to create a template from any of the
three types available (Element, Category, Utility). I still don't quite
understand the template system yet. My installation seems to be empty
yet I can create a story and preview it which means some kinds of
template is in place.

Thanks for any suggestions,
William

--
Knowmad Services Inc.
http://www.knowmad.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] Error processing Mason elements [ In reply to ]
On Tuesday, February 25, 2003, at 12:07 PM, William McKee wrote:

> This error occurs whenever I try to create a template from any of the
> three types available (Element, Category, Utility). I still don't quite
> understand the template system yet. My installation seems to be empty
> yet I can create a story and preview it which means some kinds of
> template is in place.

This is a known bug:

http://bugzilla.bricolage.cc/show_bug.cgi?id=326

It's occurring because you're attempting to create a template that
already exists. Go to Find Templates and do a search. You'll find
existing templates there.

HTH,

David

--
David Wheeler AIM: dwTheory
david@kineticode.com ICQ: 15726394
Yahoo!: dew7e
Jabber: Theory@jabber.org
Kineticode. Setting knowledge in motion.[sm]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] Error processing Mason elements [ In reply to ]
On Tue, Feb 25, 2003 at 12:16:13PM -0800, David Wheeler wrote:
> This is a known bug:
>
> http://bugzilla.bricolage.cc/show_bug.cgi?id=326
>
> It's occurring because you're attempting to create a template that
> already exists. Go to Find Templates and do a search. You'll find
> existing templates there.

Didn't think of searching on all records when I went to the Find
Templates section. It seems like some screens appear with all elements
shown and others appear with none shown. That's a bit confusing for a
newcomer.

Thanks again,
William

--
Knowmad Services Inc.
http://www.knowmad.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] Error processing Mason elements [ In reply to ]
On Tue, 25 Feb 2003, William McKee wrote:
> Error processing Mason elements.
>
> Can't locate object method "get_msg" via package
> "HTML::Mason::Exception" (perhaps you forgot to load
> "HTML::Mason::Exception"?) at
> /usr/local/bricolage/comp/widgets/tmpl_prof/callback.mc line 448.

The bogusness of the first part of the message (can't locate object
method) is left over from porting to Mason 1.1x. Bricolage expects
a Bricolage-style "exception", but it receives a Mason one
(as of 1.1x Mason has exception objects, too), and Mason has
no method "get_msg". Hopefully that will clear up once exceptions
are reimplemented, which is my current task (once I get Bricolage
installed ;) ).



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general