Recent Topics

1 May 24, 2008 00:55    

My b2evolution Version: Not Entered

Hi --

I just messed everything up with my blog trying to get the automatic picture posting through Flickr.com to work. Yes, I read all the previous posts regarding this but never got it to work AND ended messing things up for my blog as well.

Now, when you goto my blog, you see these warning lines at the top above the header image:

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/MODEL/sessions/_session.class.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/MODEL/skins/_skin.funcs.php on line 71

Also, when I try to log onto the Admin area, I cannot get in and THIS is the list of warnings I get:

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/MODEL/sessions/_session.class.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/_misc/_misc.funcs.php on line 2886

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/_misc/_misc.funcs.php on line 2887

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/_misc/_misc.funcs.php on line 2888

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/_misc/_misc.funcs.php on line 2889

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/_misc/_misc.funcs.php on line 2984

Warning: Cannot modify header information - headers already sent by (output started at /home/listera/public_html/blog/conf/_advanced.php:1159) in /home/listera/public_html/blog/inc/_misc/_misc.funcs.php on line 2987

WTF. I edited one spot in the /conf/_advanced.php as instructed in one of the previous "flickr to b2evolution" posts. The edit didn't work so I changed it back. I made the edit by downloading that file via FTP, making the change in Dreamweaver then uploading it back up replacing the old file.

I don't know what I did but I didn't think I did THAT much. Can anybody help me get it back the way it was? I promise to leave the Flickr shit alone after that.

2 May 24, 2008 02:29

Hi Listerart, welcome to the forums

Download a fresh copy of your b2evo version and upload the _advanced.php file from there.

3 May 24, 2008 05:22

Thanks! I will do that -- is there a quick and easy way to determine the version? I know its like a 1.9 but whether its 1.9.1 or .2 etc I don't remember. I haven't upgraded to the newer versions because I'm not too thrilled with the skins selection. (I'm an artist -- making it purty is almost as important as making it work.) :D

4 May 24, 2008 05:28

View the source code of any blog page, you will find something like this in <head> section

<meta name="generator" content="b2evolution 2.4.2" /> <!-- Please leave this for stats -->

You can confirm it in conf/_application.php
$app_version = '2.4.2';


Form is loading...