Menu

#2 error-messages on the main page / images directory root-dir

v1.0.2
closed
5
2006-12-12
2006-12-02
No

Hey!
First I have to say a big thank for the great skin.
But I have 2 problems...
1. It looks like the 'images' directory has to be on the root-dir of the domain(?)
2. there are error-messages on the main page in squirrel-mail (see attachment)

Specs:
- Debian PPC unstable
- Apache 2.2.3-3.1
- PHP 5.2.0-7

- Original Squirrel-Mail-Package works without a error-message

Roger Devaux

Discussion

  • Carlos Jardim

    Carlos Jardim - 2006-12-02

    screenshot error page

     
  • Michael Duergner

    Logged In: YES
    user_id=706105
    Originator: NO

    I've got the same problem about the error messages. We're running a Debian Sarge System with PHP5 from unstable.

     
  • Nobody/Anonymous

    Logged In: NO

    Simples de resolver.
    Quite easy to solve.

    Portugues:
    Para corrigir o erro dos botões, altere essas 2 linhas no arquivo mailbox_display.php, elas estão na linha de numero 742 e 743.
    English:
    for the buttons change this 2 lines from the file mailbox_display.php from:
    it is around lines (742);

    echo getButton('SUBMIT', 'moveButton',_("Move")) . "\n";
    echo getButton('SUBMIT', 'attache',_("Forward")) . "\n";
    Portugues
    para
    English
    to

    echo getButton('SUBMIT', 'moveButton',_("Move"),'') . "\n";
    echo getButton('SUBMIT', 'attache',_("Forward"),'') . "\n";

    Portugues
    Para resolver o erro do header edite o arquivo page_header.php na linha 79 de:
    English
    To solve the header problem edit the file page_header at line 79 from:

    function displayPageHeader($color, $mailbox, $xtra='', $session=false, $title_page) {

    Portugues
    para
    English
    to

    function displayPageHeader($color, $mailbox, $xtra='', $session=false) {

     
  • Carlos Jardim

    Carlos Jardim - 2006-12-08

    Logged In: YES
    user_id=820578
    Originator: YES

    Ola Michael,

    A solucao é mais facil ainda:

    no arquivo page_header.php

    alterar a linha 79 para

    function displayPageHeader($color, $mailbox, $xtra='', $session=false, $title_page='') {

    Este bug esta corrigido e estou fazendo outras correções para liberar em um novo release.

    Att.

     
  • Michael Duergner

    Logged In: YES
    user_id=706105
    Originator: NO

    Thanks for your help. Works pefect now. Maybe this can be integrated into the official version.

     
  • Carlos Jardim

    Carlos Jardim - 2006-12-12
    • status: open --> closed
     
  • Carlos Jardim

    Carlos Jardim - 2006-12-12

    Logged In: YES
    user_id=820578
    Originator: YES

    This errors is fix in next release

     

Log in to post a comment.