Quote:
Today at 05:29 PM Sebastian said this in Post #58
I cannot seem to produce this error, I emptied my inBox and i don't see this.
@Pollo: you still have to put the name of the forum directory in $forumdir. If your forums directory is called "forums" then leave it as default, cause it's for linking to private messages, cpanel, etc..
I do suggest you use vB Assistant in you forum directory though.
|
This byte of code is causint the error:
Code:
if ($allpm[messages] <= 1) {
$amount = "1";
} else {
$amount = round(($allpm[messages]/$pmquota) * 100,2);
}