Danks

Active Member
Oct 10, 2001
26
1
303
The XMB forum I noticed had some errors in it after install. Here is a fix for this:

The one that says &Warning: Supplied argument is not a valid MySQL
result resource in /home/.../forum/db/mysql.php on line 16& that you get
when you reply to a message..

Here is the fix:

Fix
post.php
line 419

$q = $db-&fetch_array('$qry');

Change to

$q = $db-&fetch_array($qry);


Then remove line 680 form post.php

$postinfo[subject] = str_replace('&',&e&&, $postinfo[subject]);



The buddy list also has an error in it as well, I should have a fix for that as well later.
 

haze

Well-Known Member
Dec 21, 2001
1,540
3
318
The version supplied with CPanel is 1.5 Blue Moon w/ was developed by the previous development group. I suppose this is what is being duscussed, but I dunno?