|
From: FlorinCB <ory...@us...> - 2009-10-08 23:42:34
|
Update of /cvsroot/mxbb/phpbb2mxp In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6781 Modified Files: common.php extension.inc faq.php groupcp.php index.php login.php memberlist.php modcp.php posting.php privmsg.php profile.php search.php viewforum.php viewonline.php viewtopic.php Log Message: upd Index: common.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/common.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** common.php 24 Jan 2009 07:30:05 -0000 1.4 --- common.php 8 Oct 2009 23:41:55 -0000 1.5 *************** *** 207,211 **** --- 207,216 ---- include_once($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx); } + else + { + print("Forum Integration (mx_phpbb) " . $mx_root_path . "modules/mx_phpbb/includes/forum_hack.$phpEx couldn't be opened.<br /> Please check if \$mx_root_path is defined correct."); + } } + //-mxp /* |