Recent Topics

1 Dec 01, 2008 21:09    

My b2evolution Version: 2.x

well... after pointing to a STUB file in a subdirectory the page displays nicely, but at the top is the following error message:

"Warning: Cannot modify header information - headers already sent by (output started at /home/omclinic/public_html/bewell/blog/index.php:8) in /home/omclinic/public_html/bewell/inc/skins/_skin.funcs.php on line 379"

i checked, line 379 on _skin.funcs.php is blank

help. please. 8|

2 Dec 01, 2008 22:27

Then check the line 8 in blog/index.php ;)

4 Dec 02, 2008 05:23

The stub file blogs/index.php is bad.
What you can do is move the file blog1.php to blogs/blog1.php, then rename it to index.php and edit the following line:

replace

require_once dirname(__FILE__).'/conf/_config.php';


with

require_once dirname(__FILE__).'/../conf/_config.php';

5 Dec 02, 2008 15:13

Functions PERFECTO!
Yeah baby -- sam2kb you are the BEST :D


Form is loading...