The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::Errors - limited view of the errors table

SYNOPSIS

This module provides a limited view of the errors table. This module is mostly deprecated, you are recommended to use the newer "Status" module.

DESCRIPTION

This deprecated module is in use by some older projects. You should use the "Status" module instead.

Configuration

        <module>
                <modname>rbserrors</modname>
                <pm>Errors</pm>
                <options>
                        <pagetitle>Errors</pagetitle>
                        <webpath>/rbs/errors</webpath>
                        <db>maindb</db>
                        <memcache>memcache</memcache>
                </options>
        </module>

get

Handle the errors webmask.

Dependencies

This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):

Maplat::Web::Memcache as "memcache" Maplat::Web::PostgresDB as "db"

SEE ALSO

Maplat::Web Maplat::Web::SessionSettings Maplat::Web::PostgresDB Maplat::Web::Memcache Maplat::Web::Status

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.