| Author |
Message |
YOGI2wise New Member


Joined: May 07, 2003 Posts: 16
|
Posted:
Wed Oct 22, 2003 10:56 am |
|
Hi !
I need a help here:
I installed 6.9 and cannot be online on my site (intrant/localhost site) neither a normal user can be online.
I can see the super user in the MySQL nuke_authors table,open the admin panel (by going on and putting my login/psswd) but i'm still not online.
In the forum i'm admin of the forums,but not seen (lol) online.
Could somebody help me on this or redirect me on the solution?
Thanks!
I guess in the older versions some issue like this was solced by modifying a script into a file,but i do not remeber whcih one and where. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Oct 22, 2003 12:38 pm |
|
Are you using Apache or IIS as your web server? |
|
|
|
 |
YOGI2wise New Member


Joined: May 07, 2003 Posts: 16
|
Posted:
Thu Oct 23, 2003 12:56 am |
|
I'm using IIS,should i better use Apache instead ? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Oct 23, 2003 4:30 am |
|
I would highly recommend that you use Apache for many reasons. But, to fix your problem you need to do a couple of things. First, make sure that output_buffering is set to On in your php.ini file. Then, Open modules/Your_Account/index.php:
| Code: |
replace all instances of: Header("Location: modules.php
with: Header("Refresh: 0;url=modules.php |
|
|
|
|
 |
YOGI2wise New Member


Joined: May 07, 2003 Posts: 16
|
Posted:
Thu Oct 23, 2003 4:38 am |
|
THX Raven,
I'm trying it and keep you posted. |
|
|
|
 |
YOGI2wise New Member


Joined: May 07, 2003 Posts: 16
|
Posted:
Thu Oct 23, 2003 6:32 am |
|
U R DA BEST !!
Now i have to resolve my mail problem as i'm sending my registration through an MSExchange Server (BTW,Any idea?) <-- I'm checking if the E-mail administrator server did not disble the Internet Mail Relay service,maybe it could help me.
Thx a lot!! |
|
|
|
 |
|
|
|
|