Re: [FUG-BR] problemas com uebimiau

2006-11-13 Por tôpico Marcello Costa
veja seu php.ini

; Allow the ? tag.  Otherwise, only ?php and script tags are
recognized.
; NOTE: Using short tags should be avoided when developing applications
or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = On

; Allow ASP-style % % tags.
asp_tags = Off

Em Sex, 2006-11-10 às 18:11 -0200, Rogério Schneider escreveu:
 Pessoal, estou passando pelo mesmo problema, consegui algum resultado com 
 isso:
 
 Editei o aquivo index.php e troquei a primeira linha de '?' para '?php'...
 
 Eu uso PHP5 deve ser por isso... Mas para que tudo funcione seria
 preciso alterar todos os arquivos, eu acho...
 
 Att,
 RS
 
 
 On 10/31/06, Sandro Consoli [EMAIL PROTECTED] wrote:
  boa tarde pessoal
 
  estou com um problema aq
 
  instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
  para acessar a pagina pela primeira vez me apareceu isso:
 
 
   security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
   $temporary_directory;
   $smarty-assign(umLanguageFile,$selected_language..txt);
   $smarty-assign(umEmail,$f_email); $jssource =  ;
   //$smarty-debugging = true;
   $smarty-assign(umServerType,strtoupper($mail_server_type));
   switch(strtoupper($mail_server_type)) { case DETECT: break; case
   ONE-FOR-EACH: $aval_servers = count($mail_servers);
   $smarty-assign(umAvailableServers,$aval_servers);
   if(!$aval_servers) die(You must set at least one server in
   \$mail_servers, please review your config.php); if ($aval_servers ==
   1) { $strServers = @.$mail_servers[0][domain]. ; } else {
   $strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
   \r; } $smarty-assign(umServer,$strServers); break; case
   ONE-FOR-ALL: break; default: die(Unknown server mode, please see
   config.php); } $smarty-assign(umUser,$f_user);
   $smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
   $avallangs = count($languages); if($avallangs == 0) die(You must
   provide at least one language); $avalthemes = count($themes);
   if($avalthemes == 0) die(You must provide at least one theme);
   $smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
   $func($textout); if($allow_user_change_language) { $def_lng =
   (is_numeric($lid))?$lid:$default_language; $langsel =
   .$lang[name].\r; } $langsel .= \r;
   $smarty-assign(umLanguages,$langsel); }
   $smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
   if($allow_user_change_theme) { $def_tem =
   (is_numeric($tid))?$tid:$default_theme; $themsel =
   .$theme[name].\r; } $themsel .= \r;
   $smarty-assign(umThemes, $themsel); }
   $smarty-display($selected_theme/login.htm);
  
  
  
   o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
   alguem pode me dar uma força
  
  
  
   valeu
  
   Sandro
 
  -
  Histórico: http://www.fug.com.br/historico/html/freebsd/
  Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
 
 
 
-- 
Marcello Costa
BSD System Engineer
unixmafia at yahoo dot com dot br
FUG-BR #156 
http://www.fug.com.br



___ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora! 
http://br.mobile.yahoo.com/mailalertas/ 
 

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-10 Por tôpico Rogério Schneider
Pessoal, estou passando pelo mesmo problema, consegui algum resultado com isso:

Editei o aquivo index.php e troquei a primeira linha de '?' para '?php'...

Eu uso PHP5 deve ser por isso... Mas para que tudo funcione seria
preciso alterar todos os arquivos, eu acho...

Att,
RS


On 10/31/06, Sandro Consoli [EMAIL PROTECTED] wrote:
 boa tarde pessoal

 estou com um problema aq

 instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
 para acessar a pagina pela primeira vez me apareceu isso:


  security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
  $temporary_directory;
  $smarty-assign(umLanguageFile,$selected_language..txt);
  $smarty-assign(umEmail,$f_email); $jssource =  ;
  //$smarty-debugging = true;
  $smarty-assign(umServerType,strtoupper($mail_server_type));
  switch(strtoupper($mail_server_type)) { case DETECT: break; case
  ONE-FOR-EACH: $aval_servers = count($mail_servers);
  $smarty-assign(umAvailableServers,$aval_servers);
  if(!$aval_servers) die(You must set at least one server in
  \$mail_servers, please review your config.php); if ($aval_servers ==
  1) { $strServers = @.$mail_servers[0][domain]. ; } else {
  $strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
  \r; } $smarty-assign(umServer,$strServers); break; case
  ONE-FOR-ALL: break; default: die(Unknown server mode, please see
  config.php); } $smarty-assign(umUser,$f_user);
  $smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
  $avallangs = count($languages); if($avallangs == 0) die(You must
  provide at least one language); $avalthemes = count($themes);
  if($avalthemes == 0) die(You must provide at least one theme);
  $smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
  $func($textout); if($allow_user_change_language) { $def_lng =
  (is_numeric($lid))?$lid:$default_language; $langsel =
  .$lang[name].\r; } $langsel .= \r;
  $smarty-assign(umLanguages,$langsel); }
  $smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
  if($allow_user_change_theme) { $def_tem =
  (is_numeric($tid))?$tid:$default_theme; $themsel =
  .$theme[name].\r; } $themsel .= \r;
  $smarty-assign(umThemes, $themsel); }
  $smarty-display($selected_theme/login.htm);
 
 
 
  o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
  alguem pode me dar uma força
 
 
 
  valeu
 
  Sandro

 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd



-- 
Rogério Schneider
+55 (55) 9985 2127
+55 (55) 3332 5923
+55 (55) 3321 1535

MSN: [EMAIL PROTECTED]
ICQ: 78778973
GTalk: [EMAIL PROTECTED]
Skype: stockrt
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-10 Por tôpico Ari Arantes
PAra isso você pode alterar seu php.ini:

; Allow the ? tag.  Otherwise, only ?php and script tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = Off

2006/11/10, Rogério Schneider [EMAIL PROTECTED]:
 Pessoal, estou passando pelo mesmo problema, consegui algum resultado com 
 isso:

 Editei o aquivo index.php e troquei a primeira linha de '?' para '?php'...

 Eu uso PHP5 deve ser por isso... Mas para que tudo funcione seria
 preciso alterar todos os arquivos, eu acho...

 Att,
 RS


 On 10/31/06, Sandro Consoli [EMAIL PROTECTED] wrote:
  boa tarde pessoal
 
  estou com um problema aq
 
  instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
  para acessar a pagina pela primeira vez me apareceu isso:
 
 
   security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
   $temporary_directory;
   $smarty-assign(umLanguageFile,$selected_language..txt);
   $smarty-assign(umEmail,$f_email); $jssource =  ;
   //$smarty-debugging = true;
   $smarty-assign(umServerType,strtoupper($mail_server_type));
   switch(strtoupper($mail_server_type)) { case DETECT: break; case
   ONE-FOR-EACH: $aval_servers = count($mail_servers);
   $smarty-assign(umAvailableServers,$aval_servers);
   if(!$aval_servers) die(You must set at least one server in
   \$mail_servers, please review your config.php); if ($aval_servers ==
   1) { $strServers = @.$mail_servers[0][domain]. ; } else {
   $strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
   \r; } $smarty-assign(umServer,$strServers); break; case
   ONE-FOR-ALL: break; default: die(Unknown server mode, please see
   config.php); } $smarty-assign(umUser,$f_user);
   $smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
   $avallangs = count($languages); if($avallangs == 0) die(You must
   provide at least one language); $avalthemes = count($themes);
   if($avalthemes == 0) die(You must provide at least one theme);
   $smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
   $func($textout); if($allow_user_change_language) { $def_lng =
   (is_numeric($lid))?$lid:$default_language; $langsel =
   .$lang[name].\r; } $langsel .= \r;
   $smarty-assign(umLanguages,$langsel); }
   $smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
   if($allow_user_change_theme) { $def_tem =
   (is_numeric($tid))?$tid:$default_theme; $themsel =
   .$theme[name].\r; } $themsel .= \r;
   $smarty-assign(umThemes, $themsel); }
   $smarty-display($selected_theme/login.htm);
  
  
  
   o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
   alguem pode me dar uma força
  
  
  
   valeu
  
   Sandro
 
  -
  Histórico: http://www.fug.com.br/historico/html/freebsd/
  Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
 


 --
 Rogério Schneider
 +55 (55) 9985 2127
 +55 (55) 3332 5923
 +55 (55) 3321 1535

 MSN: [EMAIL PROTECTED]
 ICQ: 78778973
 GTalk: [EMAIL PROTECTED]
 Skype: stockrt
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-10 Por tôpico Rogério Schneider
Correto !

Fiz isso, ai tudo abriu certo, só que ao tentar o login quando a senha
está certa o usuário é devolvido à tela de login, quando está errada o
erro é informado..

O resto das configurações dele eu fiz, mas isso está estranho.

Att,
RS


On 11/10/06, Ari Arantes [EMAIL PROTECTED] wrote:
 PAra isso você pode alterar seu php.ini:

 ; Allow the ? tag.  Otherwise, only ?php and script tags are recognized.
 ; NOTE: Using short tags should be avoided when developing applications or
 ; libraries that are meant for redistribution, or deployment on PHP
 ; servers which are not under your control, because short tags may not
 ; be supported on the target server. For portable, redistributable code,
 ; be sure not to use short tags.
 short_open_tag = Off

 2006/11/10, Rogério Schneider [EMAIL PROTECTED]:
  Pessoal, estou passando pelo mesmo problema, consegui algum resultado com 
  isso:
 
  Editei o aquivo index.php e troquei a primeira linha de '?' para '?php'...
 
  Eu uso PHP5 deve ser por isso... Mas para que tudo funcione seria
  preciso alterar todos os arquivos, eu acho...
 
  Att,
  RS
 
 
  On 10/31/06, Sandro Consoli [EMAIL PROTECTED] wrote:
   boa tarde pessoal
  
   estou com um problema aq
  
   instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
   para acessar a pagina pela primeira vez me apareceu isso:
  
  
security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
$temporary_directory;
$smarty-assign(umLanguageFile,$selected_language..txt);
$smarty-assign(umEmail,$f_email); $jssource =  ;
//$smarty-debugging = true;
$smarty-assign(umServerType,strtoupper($mail_server_type));
switch(strtoupper($mail_server_type)) { case DETECT: break; case
ONE-FOR-EACH: $aval_servers = count($mail_servers);
$smarty-assign(umAvailableServers,$aval_servers);
if(!$aval_servers) die(You must set at least one server in
\$mail_servers, please review your config.php); if ($aval_servers ==
1) { $strServers = @.$mail_servers[0][domain]. ; } else {
$strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
\r; } $smarty-assign(umServer,$strServers); break; case
ONE-FOR-ALL: break; default: die(Unknown server mode, please see
config.php); } $smarty-assign(umUser,$f_user);
$smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
$avallangs = count($languages); if($avallangs == 0) die(You must
provide at least one language); $avalthemes = count($themes);
if($avalthemes == 0) die(You must provide at least one theme);
$smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
$func($textout); if($allow_user_change_language) { $def_lng =
(is_numeric($lid))?$lid:$default_language; $langsel =
.$lang[name].\r; } $langsel .= \r;
$smarty-assign(umLanguages,$langsel); }
$smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
if($allow_user_change_theme) { $def_tem =
(is_numeric($tid))?$tid:$default_theme; $themsel =
.$theme[name].\r; } $themsel .= \r;
$smarty-assign(umThemes, $themsel); }
$smarty-display($selected_theme/login.htm);
   
   
   
o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
alguem pode me dar uma força
   
   
   
valeu
   
Sandro
  
   -
   Histórico: http://www.fug.com.br/historico/html/freebsd/
   Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
  
 
 
  --
  Rogério Schneider
  +55 (55) 9985 2127
  +55 (55) 3332 5923
  +55 (55) 3321 1535
 
  MSN: [EMAIL PROTECTED]
  ICQ: 78778973
  GTalk: [EMAIL PROTECTED]
  Skype: stockrt
  -
  Histórico: http://www.fug.com.br/historico/html/freebsd/
  Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
 
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd



-- 
Rogério Schneider
+55 (55) 9985 2127
+55 (55) 3332 5923
+55 (55) 3321 1535

MSN: [EMAIL PROTECTED]
ICQ: 78778973
GTalk: [EMAIL PROTECTED]
Skype: stockrt
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Sandro Consoli
Carlos bom dia, dei uma olhada no log do apache, olha o que eu encontrei


 PHP Notice:  Constant PREG_GREP_INVERT already defined in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_match in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_match_all 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_replace in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 preg_replace_callback in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_split in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_quote in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_grep in 
 Unknown on line 0
 PHP Warning:  pcre:  Unable to register functions, unable to load in Unknown 
 on line 0
 [Tue Oct 31 18:47:42 2006] [notice] Apache/2.0.59 (FreeBSD) PHP/4.4.4 with 
 Suhosin-Patch configured -- resuming normal operations

tem alguma ideia de onde é esse erro??

o duro é que peguei até o httpd.conf dele coloquei em outro server e funciono 
certinho,
creio nao ser o conf do apache errado

e coloquei até em documentroot para ver, mas vou precisar que seja em virtual 
host
tem alguma conf especial para virtual host no apache??

Valeu Abraços

Sandro Consoli

Em Ter, 2006-10-31 às 19:41, Carlos Anderson Jardim escreveu:
 Sandro Consoli escreveu:
  fiz o teste, criei um test.php, apareceu ama pagina contendo os dados do
  server, é isso mesmo?
  
  mas quando redireciono para o webmail aparece aquelas coisas, to ficando
  meio zureta ja, srsrs
  
  ta certo isso, o test.php é assim mesmo?
  
  abraços sandro
  
 
 Sim ta certo... no apache você não setou alguma flag a mais para o php4?
 
 Essa configuração no httpd.conf eh sobre um Virtual Host?
 
 Realmente esta muito estranho, veja se no arquivo de errorlog do apache 
 retorna alguma coisa!!
 
 Att.
 
 -- 
 
 
 
 
 Carlos Anderson Jardim
 Tecnologia da Informacao - Redes e Internet
 Santa Casa de São José dos Campos
 Linux User #403727
 FUG-BR User #381
 Tel.: (12) 3925-1873 - 3925-1925

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Carlos Anderson Jardim
Sandro Consoli escreveu:
 Carlos bom dia, dei uma olhada no log do apache, olha o que eu encontrei
 
 
 PHP Notice:  Constant PREG_GREP_INVERT already defined in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_match in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_match_all 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_replace 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 preg_replace_callback in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_split in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_quote in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_grep in 
 Unknown on line 0
 PHP Warning:  pcre:  Unable to register functions, unable to load in Unknown 
 on line 0
 [Tue Oct 31 18:47:42 2006] [notice] Apache/2.0.59 (FreeBSD) PHP/4.4.4 with 
 Suhosin-Patch configured -- resuming normal operations
 
 tem alguma ideia de onde é esse erro??

Faz o seguinte Sandro!!

Vai no php4-extensions e roda o make config e seleciona o pcre (pelo que 
parece ele nao esta instalado!!

Se possivel cola o resultado do pkg_info | grep php4

Provavelmente esta faltando alguma extensao do php por isso que nao esta 
funcionando!

 
 o duro é que peguei até o httpd.conf dele coloquei em outro server e funciono 
 certinho,
 creio nao ser o conf do apache errado

Realmente deixou de ser o apache e passou a ser o seu php!!

 
 e coloquei até em documentroot para ver, mas vou precisar que seja em virtual 
 host
 tem alguma conf especial para virtual host no apache??

sim da uma olhada no meu exemplo abaixo!!! Esse exemplo eh pra funcionar 
com o SquirrelMail mas voce pode fazer a mesma coisa com o uebimial

# WEBMAIL.REDEINTEGRADA.COM.BR
VirtualHost *
DocumentRoot /usr/local/www/squirrelmail
ServerName webmail.redeintegrada.com.br
ServerAdmin [EMAIL PROTECTED]
ServerAlias webmail.valesaude.com.br webmail.santacasasjc.com.br
CustomLog /var/log/apache/webmail_access.log combined
ErrorLog /var/log/apache/webmail_error.log

php_value session.auto_start 1

Directory /usr/local/www/squirrelmail
 Options Indexes MultiViews
 AllowOverride None
 Order allow,deny
 Allow from all
/Directory
/VirtualHost


Att.

-- 




Carlos Anderson Jardim
Tecnologia da Informacao - Redes e Internet
Santa Casa de São José dos Campos
Linux User #403727
FUG-BR User #381
Tel.: (12) 3925-1873 - 3925-1925

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Sandro Consoli
Carlos, valeu vou tentar e reportar a vc, valeu mesmo

Abraços

Sandro
Em Qua, 2006-11-01 às 10:49, Carlos Anderson Jardim escreveu:
 Sandro Consoli escreveu:
  Carlos bom dia, dei uma olhada no log do apache, olha o que eu encontrei
  
  
  PHP Notice:  Constant PREG_GREP_INVERT already defined in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - preg_match 
  in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - 
  preg_match_all in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - preg_replace 
  in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - 
  preg_replace_callback in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - preg_split 
  in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - preg_quote 
  in Unknown on line 0
  PHP Warning:  Function registration failed - duplicate name - preg_grep in 
  Unknown on line 0
  PHP Warning:  pcre:  Unable to register functions, unable to load in 
  Unknown on line 0
  [Tue Oct 31 18:47:42 2006] [notice] Apache/2.0.59 (FreeBSD) PHP/4.4.4 with 
  Suhosin-Patch configured -- resuming normal operations
  
  tem alguma ideia de onde é esse erro??
 
 Faz o seguinte Sandro!!
 
 Vai no php4-extensions e roda o make config e seleciona o pcre (pelo que 
 parece ele nao esta instalado!!
 
 Se possivel cola o resultado do pkg_info | grep php4
 
 Provavelmente esta faltando alguma extensao do php por isso que nao esta 
 funcionando!
 
  
  o duro é que peguei até o httpd.conf dele coloquei em outro server e 
  funciono certinho,
  creio nao ser o conf do apache errado
 
 Realmente deixou de ser o apache e passou a ser o seu php!!
 
  
  e coloquei até em documentroot para ver, mas vou precisar que seja em 
  virtual host
  tem alguma conf especial para virtual host no apache??
 
 sim da uma olhada no meu exemplo abaixo!!! Esse exemplo eh pra funcionar 
 com o SquirrelMail mas voce pode fazer a mesma coisa com o uebimial
 
 # WEBMAIL.REDEINTEGRADA.COM.BR
 VirtualHost *
 DocumentRoot /usr/local/www/squirrelmail
 ServerName webmail.redeintegrada.com.br
 ServerAdmin [EMAIL PROTECTED]
 ServerAlias webmail.valesaude.com.br webmail.santacasasjc.com.br
 CustomLog /var/log/apache/webmail_access.log combined
 ErrorLog /var/log/apache/webmail_error.log
 
 php_value session.auto_start 1
 
 Directory /usr/local/www/squirrelmail
  Options Indexes MultiViews
  AllowOverride None
  Order allow,deny
  Allow from all
 /Directory
 /VirtualHost
 
 
 Att.
 
 -- 
 
 
 
 
 Carlos Anderson Jardim
 Tecnologia da Informacao - Redes e Internet
 Santa Casa de São José dos Campos
 Linux User #403727
 FUG-BR User #381
 Tel.: (12) 3925-1873 - 3925-1925

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Sandro Consoli
fiz o procedimento, agora parou de dar erro na tela mas tambem nao
aparece mais nada, fica em branco sem nada

rodei o pkg_info olha o resultado


 # pkg_info | grep php4
 php4-4.4.4_1PHP Scripting Language (Apache Module and CLI)
 php4-ctype-4.4.4_1  The ctype shared extension for php
 php4-extensions-1.0 A meta-port to install PHP extensions
 php4-overload-4.4.4_1 The overload shared extension for php
 php4-pcre-4.4.4_1   The pcre shared extension for php
 php4-posix-4.4.4_1  The posix shared extension for php
 php4-session-4.4.4_1 The session shared extension for php
 php4-tokenizer-4.4.4_1 The tokenizer shared extension for php
 php4-xml-4.4.4_1The xml shared extension for php

olha o log do http-erros


 PHP Warning:  Unknown(): Unable to load dynamic library 
 '/usr/local/lib/php/20020429/mhash.so' - Cannot open 
 quot;/usr/local/lib/php/20020429/mhash.soquot; in Unknown on line 0
 PHP Warning:  Unknown(): Unable to load dynamic library 
 '/usr/local/lib/php/20020429/gettext.so' - Cannot open 
 quot;/usr/local/lib/php/20020429/gettext.soquot; in Unknown on line 0
 PHP Warning:  Unknown(): Unable to load dynamic library 
 '/usr/local/lib/php/20020429/mbstring.so' - Cannot open 
 quot;/usr/local/lib/php/20020429/mbstring.soquot; in Unknown on line 0
 PHP Warning:  Unknown(): Unable to load dynamic library 
 '/usr/local/lib/php/20020429/openssl.so' - Cannot open 
 quot;/usr/local/lib/php/20020429/openssl.soquot; in Unknown on line 0
 PHP Notice:  Constant PREG_PATTERN_ORDER already defined in Unknown on line 0
 PHP Notice:  Constant PREG_SET_ORDER already defined in Unknown on line 0
 PHP Notice:  Constant PREG_OFFSET_CAPTURE already defined in Unknown on line 0
 PHP Notice:  Constant PREG_SPLIT_NO_EMPTY already defined in Unknown on line 0
 PHP Notice:  Constant PREG_SPLIT_DELIM_CAPTURE already defined in Unknown on 
 line 0
 PHP Notice:  Constant PREG_SPLIT_OFFSET_CAPTURE already defined in Unknown on 
 line 0
 PHP Notice:  Constant PREG_GREP_INVERT already defined in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_match in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_match_all 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_replace in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 preg_replace_callback in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_split in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_quote in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - preg_grep in 
 Unknown on line 0
 PHP Warning:  pcre:  Unable to register functions, unable to load in Unknown 
 on line 0
 PHP Warning:  Function registration failed - duplicate name - session_name in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_module_name in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_save_path in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_id in 
 Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_regenerate_id in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_decode 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_register in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_unregister in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_is_registered in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_encode 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_start 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_destroy 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_unset 
 in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_set_save_handler in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_cache_limiter in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_cache_expire in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_set_cookie_params in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_get_cookie_params in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - 
 session_write_close in Unknown on line 0
 PHP Warning:  Function registration failed - duplicate name - session_commit 
 in Unknown on line 0
 PHP Warning:  session:  Unable to register functions, unable to load in 
 Unknown 

Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Carlos Anderson Jardim
Sandro,

Pelo que notei nos logs algumas extensões não estão sendo encontradas no 
diretório usr/local/lib/php/20020429/

* mhash
* gettext
* mbstring
* openssl

Você deve instala-las para que esse problema seja solucionado (isso não 
soluciona o problema do uebimiau diretamente).

OBS1: Reinicie o apache (rs)!!

Verifiquei que o uebimial precisa dos pacotes:

* libiconv
* libxml
* php4
* php4-pcre
* pkg-config

Veja se esses pacotes estão instalados.

Creio que se você instalou o uebimiau através do ports ele deveria 
instalar automaticamente, mas não foi o que aconteceu :(

OBS2: Você removeu/renomeou o /usr/local/www/uebimiau/install ?

Att.

-- 




Carlos Anderson Jardim
Tecnologia da Informacao - Redes e Internet
Santa Casa de São José dos Campos
Linux User #403727
FUG-BR User #381
Tel.: (12) 3925-1873 - 3925-1925

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Sandro Consoli
carlos

ja fiz isso umas 300 vezes e nada, instalei ele pelo ports, desinstalei,
reiniciei o apache, jaz tudo, so falta agora acender uma vela e dar 3
pulinhos srsrs

o estranho é que mesmo depois de ter rodado o php extensions o test.php
que eu tinha feito tambem nao aparece mais, to achando melhor começar do
zero novamente

mais mesmo assim vou checar o que vc me passou!!

abraços

Sandro Consoli
Em Qua, 2006-11-01 às 11:59, Carlos Anderson Jardim escreveu:
 Sandro,
 
 Pelo que notei nos logs algumas extensões não estão sendo encontradas no 
 diretório usr/local/lib/php/20020429/
 
 * mhash
 * gettext
 * mbstring
 * openssl
 
 Você deve instala-las para que esse problema seja solucionado (isso não 
 soluciona o problema do uebimiau diretamente).
 
 OBS1: Reinicie o apache (rs)!!
 
 Verifiquei que o uebimial precisa dos pacotes:
 
 * libiconv
 * libxml
 * php4
 * php4-pcre
 * pkg-config
 
 Veja se esses pacotes estão instalados.
 
 Creio que se você instalou o uebimiau através do ports ele deveria 
 instalar automaticamente, mas não foi o que aconteceu :(
 
 OBS2: Você removeu/renomeou o /usr/local/www/uebimiau/install ?
 
 Att.
 
 -- 
 
 
 
 
 Carlos Anderson Jardim
 Tecnologia da Informacao - Redes e Internet
 Santa Casa de São José dos Campos
 Linux User #403727
 FUG-BR User #381
 Tel.: (12) 3925-1873 - 3925-1925

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-11-01 Por tôpico Carlos Anderson Jardim
Sandro Consoli escreveu:
 carlos
 
 ja fiz isso umas 300 vezes e nada, instalei ele pelo ports, desinstalei,
 reiniciei o apache, jaz tudo, so falta agora acender uma vela e dar 3
 pulinhos srsrs
 
 o estranho é que mesmo depois de ter rodado o php extensions o test.php
 que eu tinha feito tambem nao aparece mais, to achando melhor começar do
 zero novamente
 
 mais mesmo assim vou checar o que vc me passou!!
 
 abraços
 
 Sandro Consoli

Ok Tudo bem!!

Se precisar de ajuda estou no MSN

E mais... Ja ta ai um assunto bom pra eu abordar na Revista da FUG hehehe

Instalacao de Webmails como:

* Instalacao do Squirrel
* Instalacao do Uebimiau
* Instalacao do Horde
* etc..etc..etc.

É isso ai!

Att.

-- 




Carlos Anderson Jardim
Tecnologia da Informacao - Redes e Internet
Santa Casa de São José dos Campos
Linux User #403727
FUG-BR User #381
Tel.: (12) 3925-1873 - 3925-1925

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


[FUG-BR] problemas com uebimiau

2006-10-31 Por tôpico Sandro Consoli
boa tarde pessoal

estou com um problema aq

instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
para acessar a pagina pela primeira vez me apareceu isso:


 security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
 $temporary_directory;
 $smarty-assign(umLanguageFile,$selected_language..txt);
 $smarty-assign(umEmail,$f_email); $jssource =  ;
 //$smarty-debugging = true;
 $smarty-assign(umServerType,strtoupper($mail_server_type));
 switch(strtoupper($mail_server_type)) { case DETECT: break; case
 ONE-FOR-EACH: $aval_servers = count($mail_servers);
 $smarty-assign(umAvailableServers,$aval_servers);
 if(!$aval_servers) die(You must set at least one server in
 \$mail_servers, please review your config.php); if ($aval_servers ==
 1) { $strServers = @.$mail_servers[0][domain]. ; } else {
 $strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
 \r; } $smarty-assign(umServer,$strServers); break; case
 ONE-FOR-ALL: break; default: die(Unknown server mode, please see
 config.php); } $smarty-assign(umUser,$f_user);
 $smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
 $avallangs = count($languages); if($avallangs == 0) die(You must
 provide at least one language); $avalthemes = count($themes);
 if($avalthemes == 0) die(You must provide at least one theme);
 $smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
 $func($textout); if($allow_user_change_language) { $def_lng =
 (is_numeric($lid))?$lid:$default_language; $langsel =
 .$lang[name].\r; } $langsel .= \r;
 $smarty-assign(umLanguages,$langsel); }
 $smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
 if($allow_user_change_theme) { $def_tem =
 (is_numeric($tid))?$tid:$default_theme; $themsel =
 .$theme[name].\r; } $themsel .= \r;
 $smarty-assign(umThemes, $themsel); }
 $smarty-display($selected_theme/login.htm);
 
 
 
 o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
 alguem pode me dar uma força
 
 
 
 valeu
 
 Sandro

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-10-31 Por tôpico Giancarlo Rubio
2 opcoes

Teu php nao esta ok

Para isto teste fazendo um arquivo phpinfo.php com o conteudo
?php
phpinfo();
?

Ou problema no smarty (gerenciador de templates)

On Tue, 2006-10-31 at 16:09 -0200, Sandro Consoli wrote:
 boa tarde pessoal
 
 estou com um problema aq
 
 instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
 para acessar a pagina pela primeira vez me apareceu isso:
 
 
  security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
  $temporary_directory;
  $smarty-assign(umLanguageFile,$selected_language..txt);
  $smarty-assign(umEmail,$f_email); $jssource =  ;
  //$smarty-debugging = true;
  $smarty-assign(umServerType,strtoupper($mail_server_type));
  switch(strtoupper($mail_server_type)) { case DETECT: break; case
  ONE-FOR-EACH: $aval_servers = count($mail_servers);
  $smarty-assign(umAvailableServers,$aval_servers);
  if(!$aval_servers) die(You must set at least one server in
  \$mail_servers, please review your config.php); if ($aval_servers ==
  1) { $strServers = @.$mail_servers[0][domain]. ; } else {
  $strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
  \r; } $smarty-assign(umServer,$strServers); break; case
  ONE-FOR-ALL: break; default: die(Unknown server mode, please see
  config.php); } $smarty-assign(umUser,$f_user);
  $smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
  $avallangs = count($languages); if($avallangs == 0) die(You must
  provide at least one language); $avalthemes = count($themes);
  if($avalthemes == 0) die(You must provide at least one theme);
  $smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
  $func($textout); if($allow_user_change_language) { $def_lng =
  (is_numeric($lid))?$lid:$default_language; $langsel =
  .$lang[name].\r; } $langsel .= \r;
  $smarty-assign(umLanguages,$langsel); }
  $smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
  if($allow_user_change_theme) { $def_tem =
  (is_numeric($tid))?$tid:$default_theme; $themsel =
  .$theme[name].\r; } $themsel .= \r;
  $smarty-assign(umThemes, $themsel); }
  $smarty-display($selected_theme/login.htm);
  
  
  
  o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
  alguem pode me dar uma força
  
  
  
  valeu
  
  Sandro
 
 -
 Histórico: http://www.fug.com.br/historico/html/freebsd/
 Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
-- 
Linux is for people who hate Windows,
BSD is for people who love UNIX
Freebsd-BR User #88
---
Giancarlo Rubio

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-10-31 Por tôpico Sandro Consoli
amigo, ja fis isso, e nada
Em Ter, 2006-10-31 às 17:15, Carlos Anderson Jardim escreveu:
 Sandro Consoli escreveu:
  boa tarde pessoal
  
  estou com um problema aq
  
  instalei o php4, apache2, tudo certinho, quando eu instalei o uebimiau,
  para acessar a pagina pela primeira vez me apareceu isso:
  
  
  security=true; $smarty-secure_dir=array(./); $smarty-compile_dir =
  $temporary_directory;
  $smarty-assign(umLanguageFile,$selected_language..txt);
  $smarty-assign(umEmail,$f_email); $jssource =  ;
  //$smarty-debugging = true;
  $smarty-assign(umServerType,strtoupper($mail_server_type));
  switch(strtoupper($mail_server_type)) { case DETECT: break; case
  ONE-FOR-EACH: $aval_servers = count($mail_servers);
  $smarty-assign(umAvailableServers,$aval_servers);
  if(!$aval_servers) die(You must set at least one server in
  \$mail_servers, please review your config.php); if ($aval_servers ==
  1) { $strServers = @.$mail_servers[0][domain]. ; } else {
  $strServers = @.$mail_servers[$i][domain].\r; } $strServers .=
  \r; } $smarty-assign(umServer,$strServers); break; case
  ONE-FOR-ALL: break; default: die(Unknown server mode, please see
  config.php); } $smarty-assign(umUser,$f_user);
  $smarty-assign(umPass,$f_pass); $smarty-assign(umJS,$jssource);
  $avallangs = count($languages); if($avallangs == 0) die(You must
  provide at least one language); $avalthemes = count($themes);
  if($avalthemes == 0) die(You must provide at least one theme);
  $smarty-assign(umAllowSelectLanguage,$allow_user_change_language);
  $func($textout); if($allow_user_change_language) { $def_lng =
  (is_numeric($lid))?$lid:$default_language; $langsel =
  .$lang[name].\r; } $langsel .= \r;
  $smarty-assign(umLanguages,$langsel); }
  $smarty-assign(umAllowSelectTheme,$allow_user_change_theme);
  if($allow_user_change_theme) { $def_tem =
  (is_numeric($tid))?$tid:$default_theme; $themsel =
  .$theme[name].\r; } $themsel .= \r;
  $smarty-assign(umThemes, $themsel); }
  $smarty-display($selected_theme/login.htm);
 
 
 
  o que pode ser isso, ja tentei de tudo nessa maquina e nada, será que
  alguem pode me dar uma força
 
 
 
  valeu
 
  Sandro
  
  -
  Histórico: http://www.fug.com.br/historico/html/freebsd/
  Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
  
 
 Sandro, blz?
 
 
 Voce tem que ativar o php4 no /usr/local/etc/apache2/httpd.conf:
 
 
 LoadModule php4_module libexec/apache2/libphp4.so
 
 
 # PHP 4
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php-source .phps
 
 Reinicia o apache!!!
 
 e pronto :D
 
 Att.
 
 
 -- 
 
 
 
 
 Carlos Anderson Jardim
 Tecnologia da Informacao - Redes e Internet
 Santa Casa de São José dos Campos
 Linux User #403727
 FUG-BR User #381
 Tel.: (12) 3925-1873 - 3925-1925

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-10-31 Por tôpico Carlos Anderson Jardim
Sandro Consoli escreveu:
 amigo, ja fis isso, e nada
 Em Ter, 2006-10-31 às 17:15, Carlos Anderson Jardim escreveu:

Hu... Eu fiz o teste aqui, instalei e nao achei erro, removi o 
diretorio install como pedido e funcionou perfeitamente. Isso sem mexer 
em nenhum arquivo do uebimiau

Se possivel cria um arquivo teste.php com o conteudo:

?php
phpinfo();
?

acessa ele pelo browser e tem que retornar alguma coisa!!! se retornar o 
que voce colocou dentro seu php nao esta ativo!!!

Se for o caso tambem reveja o arquivo php.ini

E ainda mais eu apenas tenho instalado essas extensoes do php

# pkg_info | grep php4-
php4-4.4.4_1PHP Scripting Language (Apache Module and CLI)
php4-ctype-4.4.4_1  The ctype shared extension for php
php4-extensions-1.0 A meta-port to install PHP extensions
php4-gd-4.4.4_1 The gd shared extension for php
php4-mysql-4.4.4_1  The mysql shared extension for php
php4-overload-4.4.4_1 The overload shared extension for php
php4-pcre-4.4.4_1   The pcre shared extension for php
php4-posix-4.4.4_1  The posix shared extension for php
php4-session-4.4.4_1 The session shared extension for php
php4-tokenizer-4.4.4_1 The tokenizer shared extension for php
php4-xml-4.4.4_1The xml shared extension for php
php4-zlib-4.4.4_1   The zlib shared extension for php

Att.

-- 




Carlos Anderson Jardim
Tecnologia da Informacao - Redes e Internet
Santa Casa de São José dos Campos
Linux User #403727
FUG-BR User #381
Tel.: (12) 3925-1873 - 3925-1925

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-10-31 Por tôpico Sandro Consoli
fiz o teste, criei um test.php, apareceu ama pagina contendo os dados do
server, é isso mesmo?

mas quando redireciono para o webmail aparece aquelas coisas, to ficando
meio zureta ja, srsrs

ta certo isso, o test.php é assim mesmo?

abraços sandro

Em Ter, 2006-10-31 às 18:37, Carlos Anderson Jardim escreveu:
 Sandro Consoli escreveu:
  amigo, ja fis isso, e nada
  Em Ter, 2006-10-31 às 17:15, Carlos Anderson Jardim escreveu:
 
 Hu... Eu fiz o teste aqui, instalei e nao achei erro, removi o 
 diretorio install como pedido e funcionou perfeitamente. Isso sem mexer 
 em nenhum arquivo do uebimiau
 
 Se possivel cria um arquivo teste.php com o conteudo:
 
 ?php
 phpinfo();
 ?
 
 acessa ele pelo browser e tem que retornar alguma coisa!!! se retornar o 
 que voce colocou dentro seu php nao esta ativo!!!
 
 Se for o caso tambem reveja o arquivo php.ini
 
 E ainda mais eu apenas tenho instalado essas extensoes do php
 
 # pkg_info | grep php4-
 php4-4.4.4_1PHP Scripting Language (Apache Module and CLI)
 php4-ctype-4.4.4_1  The ctype shared extension for php
 php4-extensions-1.0 A meta-port to install PHP extensions
 php4-gd-4.4.4_1 The gd shared extension for php
 php4-mysql-4.4.4_1  The mysql shared extension for php
 php4-overload-4.4.4_1 The overload shared extension for php
 php4-pcre-4.4.4_1   The pcre shared extension for php
 php4-posix-4.4.4_1  The posix shared extension for php
 php4-session-4.4.4_1 The session shared extension for php
 php4-tokenizer-4.4.4_1 The tokenizer shared extension for php
 php4-xml-4.4.4_1The xml shared extension for php
 php4-zlib-4.4.4_1   The zlib shared extension for php
 
 Att.
 
 -- 
 
 
 
 
 Carlos Anderson Jardim
 Tecnologia da Informacao - Redes e Internet
 Santa Casa de São José dos Campos
 Linux User #403727
 FUG-BR User #381
 Tel.: (12) 3925-1873 - 3925-1925

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


Re: [FUG-BR] problemas com uebimiau

2006-10-31 Por tôpico Carlos Anderson Jardim
Sandro Consoli escreveu:
 fiz o teste, criei um test.php, apareceu ama pagina contendo os dados do
 server, é isso mesmo?
 
 mas quando redireciono para o webmail aparece aquelas coisas, to ficando
 meio zureta ja, srsrs
 
 ta certo isso, o test.php é assim mesmo?
 
 abraços sandro
 

Sim ta certo... no apache você não setou alguma flag a mais para o php4?

Essa configuração no httpd.conf eh sobre um Virtual Host?

Realmente esta muito estranho, veja se no arquivo de errorlog do apache 
retorna alguma coisa!!

Att.

-- 




Carlos Anderson Jardim
Tecnologia da Informacao - Redes e Internet
Santa Casa de São José dos Campos
Linux User #403727
FUG-BR User #381
Tel.: (12) 3925-1873 - 3925-1925

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


[FUG-BR] Problemas com uebimiau

2005-02-21 Por tôpico rogerio lopes
Alguns usuários não conseguem abrir nem deletar e mails novos, prém com 
outros tudo funciona normalmente. Se alguem que usa uebimiau já teve esse 
problema q puder ajudar, agradeço.

Tisora
Sys Admin
_
MSN Messenger: converse online com seus amigos .  
http://messenger.msn.com.br

___
Para enviar um novo email para a lista: freebsd@fug.com.br
Sair da Lista: http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/