I cant see the forest through the tress, it seems.
I have my initdata.php to read the following:
/**
* Default app name
* You can set this in your own scripts before 'initdata.php' is required.
*/
if ( ! defined( 'IPS_DEFAULT_PUBLIC_APP' ) )
{
define( 'IPS_DEFAULT_PUBLIC_APP', 'forums' );
}
Im not doing anything fancy.. im just wanting my forums to load up as the default page. yet as i type in my web address, it goes to the default page, and that is this error: screen shot
If I click the 'Here' in "Please click here to return to the community index", i return to same page. still facing the exact same screenshot error.
I have items in my forum.
I am logged on as admin and I have rights to view every item in the forum.
Is there a setting I am missing?