==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=4902

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================


Jonathan <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smeserver-
                   |                            |[email protected]




--- Comment #3 from Jonathan <[email protected]>  2008-12-28 
04:56:47 ---
i suspect the problem might be in this:
[error] [client 127.0.0.1] Subroutine validate_description redefined at
/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm line 977.,
referer: https://192.168.2.88/server-manager/navigation
[Sun Dec 28 10:17:47 2008] [error] [client 127.0.0.1] Subroutine
main::validate_description redefined at
/etc/e-smith/web/panels/manager/cgi-bin/subversion line 13, referer:
https://192.168.2.88/server-manager/navigation
[Sun Dec 28 10:17:58 2008] [error] [client 127.0.0.1] Subroutine
validate_description redefined at
/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm line 977.,
referer: https://192.168.2.88/server-manager/cgi-bin/subversion
[Sun Dec 28 10:17:58 2008] [error] [client 127.0.0.1] Subroutine
main::validate_description redefined at
/etc/e-smith/web/panels/manager/cgi-bin/subversion line 13, referer:
https://192.168.2.88/server-manager/cgi-bin/subversion
[Sun Dec 28 10:17:58 2008] [error] [client 127.0.0.1] Use of uninitialized
value in string eq at
/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm line 319.,
referer: https://192.168.2.88/server-manager/cgi-bin/subversion
[Sun Dec 28 10:18:33 2008] [error] [client 127.0.0.1] Subroutine
validate_description redefined at
/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm line 977.,
referer:
https://192.168.2.88/server-manager/cgi-bin/subversion?page=0&page_stack=&Next=Next&wherenext=CreateModify
[Sun Dec 28 10:18:33 2008] [error] [client 127.0.0.1] Subroutine
main::validate_description redefined at
/etc/e-smith/web/panels/manager/cgi-bin/subversion line 13, referer:
https://192.168.2.88/server-manager/cgi-bin/subversion?page=0&page_stack=&Next=Next&wherenext=CreateModify
[Sun Dec 28 10:18:48 2008] [error] [client 127.0.0.1] Whoops, parse_xml()
failed. The data and error messages were, referer:
https://192.168.2.88/server-manager/navigation
[Sun Dec 28 10:18:48 2008] [error] [client 127.0.0.1] saved to
/tmp/FormMagick_XML_4187, referer:
https://192.168.2.88/server-manager/navigation
[Sun Dec 28 10:18:48 2008] [error] [client 127.0.0.1]  at
/etc/e-smith/web/panels/manager/cgi-bin/trac line 15, referer:
https://192.168.2.88/server-manager/navigation
[Sun Dec 28 10:18:48 2008] [error] [client 127.0.0.1] Premature end of script
headers: trac, referer: https://192.168.2.88/server-manager/navigation

It seems smeserver-subversion and smeserver-trac are using the same function
and they are not properly defined since they seem to interfere.

the difference is in the export I guess, not sure if they both need to export
or should not export this function:

Here is trac's where validate_description is not exported:

our @EXPORT = qw(
        show_trac_projects
        print_trac_field_name
        repositories_list
        group_list
        user_list
        max_trac_project_name_length
        handle_trac_projects
        create_trac_project
        remove_trac_project
        getExtraParams
        print_save_or_add_button
        validate_name
        validate_radio
        wherenext
        maxLength
);

Where smeserver-subversion does export the function:

our @EXPORT = qw(
    print_repository_table
    print_repository_name_field
    print_privileges
    print_vhost_message
    group_list
    user_list
    max_repository_name_length
    handle_repository
    remove_repository
    getExtraParams
    print_save_or_add_button
    validate_name
    validate_radio
    validate_description
    wherenext
);


-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to