Prob 1)#I have now tried to install Automod 1.0.0.rc2 after having problem installing 1.0.0.rc3 with 3.0.6. the 1.0.0.rc2
gets installed but now when i try to login with admin it says the board has no forum and only show me how many user are logged in and i can see link to ACP.
I can log in with my with my Administarative username and i can see the forum
Is this because i removed that code from the installed dir?
Code: Select all
if ($user->data['user_type'] != USER_FOUNDER)
{
if ($user->data['user_id'] == ANONYMOUS)
{
login_box('');
}
trigger_error('NOT_AUTHORISED');
}
why can't i log in as admin and see the whole forum
prob 2)#
When i try to install the last topic title mod with the Auto Mod, it installs every thing successfully apart from the
Do It Yourself Instructions
Browse to install/index.php and run the installer
I type
www.mywebsite.com/forum/install/index.php
but no installer is run
Instead i get my forum login and after logging in i am redirected to my web site.
Why doesn't the installer runs. Any help will be appreciated.
This is the my first mod installation.
regards
Asad


