Quote:
Originally Posted by Garamond
Found out what to do. After upgrading, I had to change the index.php file:
This is how I comment out:
Code:
/**
* Use the CMS as the default script:
*/
// require('content.php');
/**
* Use the forum as the default script:
*/
require('forum.php');
After upgrading, the forum.php line was commented out, while content.php was active. Made it vice versa and now it works again.
|
Thanks! That worked perfect!