Re: お問合せ窓口モジュール (ccenter.tgz)

コメント元


投稿ツリー

ツリー構造順で表示 投稿の新しいものから

leco1

なし Re: お問合せ窓口モジュール (ccenter.tgz)

msg# 1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 | 投稿日時 2011/3/27 2:26
leco1  常連   投稿数: 70
Tanks nobu
kakos

なし ccenter compatibility

msg# 1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/9/8 20:01 | 最終変更
kakos  新米   投稿数: 2
I've used this module in previous versions of the xoops (from xoops.org) 2.4.x and worked normally but in latest versions 2.5.x has some troubles. It is real one of the best contact form module and it would be useful to be compatible with all the entire family of xoops (xoops.org and xoopscube).

In any case you have done a great job ...
nobu

なし Re: ccenter compatibility

msg# 1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/9/9 18:43
nobu  管理人   投稿数: 961 オンライン
Well, I tested Contact Center module with XOOPS 2.5.1a.
It looks worked fine.

What happen in your site?

--
安富 伸浩 (マイサイト管理人)

kakos

なし Re: ccenter compatibility

msg# 1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011/9/13 16:18 | 最終変更
kakos  新米   投稿数: 2
thanks for your answer...

In admin area I've recieve a white page with this error message: Fatal error: Class 'XoopsLogger' not found in C:\server\www\xoops\modules\ccenter\admin\mymenu.php on line 79

It is my local test server (windows) with apache 2.2, php 5.3 and mysql 5.1

In front page the form appears normally contuct us but I can't edit or add new forms.

Costas
nobu

なし Re: ccenter compatibility

msg# 1.1.1.1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011/9/13 23:34
nobu  管理人   投稿数: 961 オンライン
I found some problem with XOOPS 2.5.1a, it makes break login sessions.
Don't know same your problem or not, but I think that come same things.

So, I will be check that later. (Not enough time right now, sorry)

--
安富 伸浩 (マイサイト管理人)

leco1

なし Re: お問合せ窓口モジュール (ccenter.tgz)

msg# 1.2
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2016/11/17 0:11
leco1  常連   投稿数: 70
Please, check version 0.98 to run in this site.
Thanks
leco1

なし Re: お問合せ窓口モジュール (ccenter.tgz)

msg# 1.3
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2020/8/10 8:07 | 最終変更
leco1  常連   投稿数: 70
See patch in

https://myht.org/modules/ccenter/message.php?id=170&com_id=328&com_rootid=328&com_mode=flat&com_order=0#comment328

patch

// display
require_once XOOPS_ROOT_PATH.'/class/template.php' ;

//$tpl =& new XoopsTpl() ;

$tpl = new XoopsTpl() ;
$tpl->assign( array(
'adminmenu' => $adminmenu ,
) ) ;
$tpl->display( 'db:altsys_inc_mymenu.html' ) ;
} else {