Re: お問合せ窓口モジュール (ccenter.tgz)
- このフォーラムはコメント用フォーラムです。新規トピックはたてられません
- このフォーラムではゲスト投稿が禁止されています
7件表示
(全7件)
すべてのコメント一覧へ
投稿ツリー
-
Re: お問合せ窓口モジュール (ccenter.tgz) (leco1, 2011/3/26 16:26)
-
ccenter compatibility (kakos, 2011/9/8 11:01)
-
Re: ccenter compatibility (nobu, 2011/9/9 9:43)
-
Re: ccenter compatibility (kakos, 2011/9/13 7:18)
-
Re: ccenter compatibility (nobu, 2011/9/13 14:34)
-
Re: お問合せ窓口モジュール (ccenter.tgz) (leco1, 2016/11/16 15:11)
-
Re: お問合せ窓口モジュール (ccenter.tgz) (leco1, 2020/8/9 23:07)
leco1
投稿数: 70

Tanks nobu
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 ...
In any case you have done a great job ...
nobu
投稿数: 855

Well, I tested Contact Center module with XOOPS 2.5.1a.
It looks worked fine.
What happen in your site?
It looks worked fine.
What happen in your site?
--
安富 伸浩 (マイサイト管理人)
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
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
投稿数: 855

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)
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
投稿数: 70

Please, check version 0.98 to run in this site.
Thanks
Thanks
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 {
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 {
7件表示
(全1件)
すべてのコメント一覧へ