| Author |
Message |
Iepie New Member


Joined: May 02, 2005 Posts: 1
|
Posted:
Mon May 02, 2005 6:45 am |
|
I just installed KISGB and everything works fine, but I can't access the admin menu. I get the following message:
Warning: Cannot modify header information - headers already sent by (output started at /home/deesch6/public_html/kisgb/functions.php:93) in /home/deesch6/public_html/kisgb/authenticate.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at /home/deesch6/public_html/kisgb/functions.php:93) in /home/deesch6/public_html/kisgb/authenticate.php on line 16
What is going wrong ?? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15036 Location: Kansas
|
Posted:
Mon May 02, 2005 7:10 am |
|
Please be sure to check the FAQ before posting questions  |
|
|
|
 |
achim007 New Member


Joined: May 04, 2007 Posts: 3
|
Posted:
Fri May 04, 2007 2:49 am |
|
Same problem.
checked FAQs with no results
added "PHP_VALUE output_buffering ON" to htaccess
tried also "PHP_VALUE output_buffering 4096"
$admin_from_web = TRUE;
still the same error...
SOMEBODY HELP PLEASE! |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15036 Location: Kansas
|
Posted:
Fri May 04, 2007 9:07 am |
|
Have you run the syschk.php program? |
|
|
|
 |
achim007 New Member


Joined: May 04, 2007 Posts: 3
|
Posted:
Mon May 07, 2007 1:51 am |
|
Yes
The mistake still seems to be
Global Output Buffering setting is
Local Output Buffering setting is <-- This setting must be On or 4096 or some value, or KISGB will not function correctly! --
but i already changed the .htaccess-file.
Its current body is:
PHP_FLAG magic_quotes_gpc 0
PHP_VALUE output_buffering 4096
Anything wrong? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15036 Location: Kansas
|
Posted:
Mon May 07, 2007 10:23 am |
|
Have you verified that your .htaccess changes are being applied to the Local scope? |
|
|
|
 |
achim007 New Member


Joined: May 04, 2007 Posts: 3
|
Posted:
Mon May 07, 2007 12:17 pm |
|
U mean, if i uploaded the htaccess-file? (Sorry, i'm german and not that skilled in english.)
Had uploaded it after editing without blanking the ending ".txt".
Changed it to just ".htaccess".
But now i have no access to whole KISGB-folder : "error 500".
(By the way:
My host:
"installierte Module
PHP 4.x
Apache 1.3.26
PERL 5.6.1
SSI 2.16
WAP 2.0.8
mySQL 4.08
PHPmyAdmin 2.3.0
Python 2.1.3") |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15036 Location: Kansas
|
Posted:
Mon May 07, 2007 1:01 pm |
|
A 500 error means you either have an error in the syntax of your .htaccess file commands or you are trying to use a command that your host doesn't allow. Start commenting out one command at a time until the 500 error goes away. Then you will know which one is causing the error. It can also mean that you host deosn't allow .htaccess at all. |
|
|
|
 |
|
|
|
|