Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
Internet
>
WWW/HTTP
>
Dynamic Content
>
XOOPS
>
Ticket List/Search
>
Tíquete #3996
XOOPS
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
CVS
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Fóruns
List of Forums
Ajuda (1)
Open Discussion (1)
Mailing Lists
list of ML
xoops-cvslog
News
Tíquete #3996
Ticket List
Submit New Ticket
RSS
フォーラムの投稿後真っ白になることがある
:
2004-02-29 14:25
Última Atualização:
2004-03-12 02:43
monitor
ON
OFF
Relator:
(Anônimo)
Dono:
(Nenhum)
Tipo:
Bugs
Estado:
Fechado
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
Nenhum
Details
Responder
フォーラムの投稿後真っ白になることがある
xoops日本公式サイトからの転記(代筆)
http://jp.xoops.org/modules/newbb/viewtopic.php?
topic_id=3174&forum=12&post_id=16919#forumpost16919
[quote]
nao-ponさんは書きました:
私のサイト(Winサーバ)を Apache 1.3.27 PHP 4.2.3 dev か
ら Apache 1.3.29 PHP 4.3.4 にしたら、フォーラムの投稿後に
真っ白になるようになってしまいました。
調べた結果以下のようにしたら改善しましたので報告しておきま
す。
modules/newbb/post.php の 184行目
[code]include_once 'include/notification.inc.php';
[/code]
を
[code]include_once(XOOPS_ROOT_PATH . '/modules/' .
$xoopsModule->dirname
() . '/include/notification.inc.php');[/code]
としたら、エラーにならず改善しました。 :-) [/quote]
Ticket History (1/1 Histories)
2004-03-12 02:43
Updated by:
onokazu
Ticket Close date
is changed to
2004-03-12 02:43
Resolução
Update from
Nenhum
to
Fixed
Estado
Update from
Aberto
to
Fechado
Comentário
Responder
Logged In: YES
user_id=754
原因は不明ですが、該当箇所を変更しておきました
Attachment File List (
0
)
Attachment File List
No attachments
Editar
Adicionar Comentário
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Adicionar Comentário
Pré-visualizar
Submit
xoops日本公式サイトからの転記(代筆)
http://jp.xoops.org/modules/newbb/viewtopic.php?
topic_id=3174&forum=12&post_id=16919#forumpost16919
[quote]
nao-ponさんは書きました:
私のサイト(Winサーバ)を Apache 1.3.27 PHP 4.2.3 dev か
ら Apache 1.3.29 PHP 4.3.4 にしたら、フォーラムの投稿後に
真っ白になるようになってしまいました。
調べた結果以下のようにしたら改善しましたので報告しておきま
す。
modules/newbb/post.php の 184行目
[code]include_once 'include/notification.inc.php';
[/code]
を
[code]include_once(XOOPS_ROOT_PATH . '/modules/' .
$xoopsModule->dirname
() . '/include/notification.inc.php');[/code]
としたら、エラーにならず改善しました。 :-) [/quote]