1
Hi friends,
I had installed WordPress for XOOPS 2.0 RC, and i am facing the following problems:
++++++++++++++++++++++++++++
1. i have a problem after installation, everytime i try to add a new comment, i get this error:
Fatal error: Call to undefined function xoops_message() in
http://mywebsite.com/modules/wordpress/wp-includes/comment-functions.php on line 125
my configuration is:
PHP Version::5.0.4
MySQL Version::4.1.12a-nt
XOOPS Version::XOOPS 2.2.3 Final
Wordpress Version::2.00
safemode:OFF
register_globals:OFF
magic_quotes_gpc:ON
XML extension:ON
MB extension:OFF
i don’t know whats the problem, but when i commented those two lines in comments-functions.php, line 125 and line 126, i got no problem
// xoops_message($time_lastcomment);
// xoops_message($time_newcomment);
are these two functions suppose to be defined somewhere ?
++++++++++++++++++++
2. If I set the interface style is XOOPS (in the preferences), then when someone (anonymous - not registered user) try to add a new comment, i got a problem that the height of the comment text-area becomes 1 line.
Also, i have two themes in Xoops, in one of them (when an anonymous user try to add a comment), the content / textarea (comment to be added) will be displayed in the right block and the button *say it!* doesn't show !
any idea ?
Thank you in advance,
famaTV