Quote:
Originally Posted by sarkar
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.
This error will be fixed in the next release.
|
Till now after 500 threads check no error