Quote:
Originally Posted by rmxs
Onother problem
There is a link byt its not clickable (like in code)
|
Replace:
$qu2 = mysql_query("SELECT `pagetext`, `userid` , `username` FROM `".$prefix."post` WHERE `postid` = '$pid'");
With this:
$qu2 = mysql_query("SELECT `pagetext`, `userid` , `username` FROM `".$prefix."post` WHERE `postid` = '$pid'") or die(mysql_error());
And please report back what you get.
Quote:
Originally Posted by rmxs
Works good byt when i read PM from bot i saw this error on the top Warning: Invalid argument supplied for foreach() in [path]/private.php on line 1523
|
This error will be fixed in the next release.