I have just installed smf 2 and i get this message on the board.
Performance Warning
The cache directory is not writable - this will adversely affect the performance of your forum.
I have checked the cache in public_html in the smf folder and it is writable i did also clear the cache on the forum after this but has made no diffrence
Can you check $cachedir is defined in your Settings.php?
Dont seem to be able to find that
OK. Add it. should look like:
$cachedir = '/path/to/your/boarddir/cache';
Hopefully that makes sense. It will basically be the same as the line beggingin $boarddir but with the addition of '/cache';
Now to work out why that was missed off :(
Sorted it moved cache folder from package folder to smf all cool now