Topic: Post-installation problems - index not loaded?!
So... I've completed the installation. After doing so, I got a message telling me to use chmod to make the cache directory php-writable. When I tried to access the forums via my website, it just said that cache wasn't writable... so I fixed this by using the appropriate chmod-command in the config.php-file (I also used the chmod command to enable avatars at the same time) However, now, when I attempt to access the forums via the website (i.e. http://www.mysite.com/forum), it just loads a completely blank page. I checked in the source code, but it was COMPLETELY empty. No html tags or anything whatsoever. When I view the index.php-file on my computer it's full of code, however.
I'm guessing I'm just making some newbie mistake, and I hope you can help me out!
Thanks!
EDIT: Also, to check if anything worked at all, I made a new php-file (lol.php), typed "<?php echo "lol"; ?>" and uploaded it. When accessing it through mysite/forum/lol.php, it did say lol on the page loaded.