Recent Topics

1 Jan 14, 2016 07:23    

Ok, so just updated to the most recent stable b2evo (6.6.7-stable), upgraded the database, and my server is using PHP version 5.5.30. Whenever I go to the Plugins tab under system, I'm getting these errors at the top:

Warning: Cannot modify header information - headers already sent by (output started at /home/--/public_html/plugins/_freephp.plugin.php:109) in /home/--/public_html/inc/_core/_template.funcs.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at /home/--/public_html/plugins/_freephp.plugin.php:109) in /home/--/public_html/inc/_core/_template.funcs.php on line 329

Warning: Cannot modify header information - headers already sent by (output started at /home/--/public_html/plugins/_freephp.plugin.php:109) in /home/--/public_html/inc/_core/_template.funcs.php on line 330

Warning: Cannot modify header information - headers already sent by (output started at /home/--/public_html/plugins/_freephp.plugin.php:109) in /home/--/public_html/inc/_core/_template.funcs.php on line 331

Warning: Cannot modify header information - headers already sent by (output started at /home/--/public_html/plugins/_freephp.plugin.php:109) in /home/--/public_html/inc/_core/_template.funcs.php on line 332

I also get this when I go to post a new post. It seems to post fine, but I'm still getting this error. I really like FreePHP, it lets me do more on my sidebar than normal, so I'd like to try and figure out what's wrong so it can be fixed. It does this even when I switch to the new bootstrap template (tried that in case it was an issue with my template).

2 Jan 16, 2016 15:54

There is probably a compatibility issue in the FreePHP plugin (maybe because a new version of PHP) which you might be able to fix (I think you're missing the very first error in the log you show).

Anyways, we are going to integrate this feature into b2evolution as a core widget.

3 Jan 17, 2016 02:52

That's super helpful to be an integrated part, but doesn't exactly help at this point. ^_^; I realized something earlier, too. When I first upgraded, I wasn't getting that error. I was still using the old msql_query, and I was given the error that it's be deprecated and will soon be removed. So I changed to msqli, and while it works just fine on the page, that's when I started getting the errors. Which honestly makes no sense, since I get it on blogs that don't use freephp. I attached screeshots of the errors I get. Like I said, it does seem to post just fine, these errors are only appearing on the back end. The first one is what happens when I publish or save a post, the second one is the error I get on most of the backend pages. I also get the first one when I remove an attached file, in the little file display box at the bottom.

4 Jan 24, 2016 23:29

Do we agree that if you remove the "freephp" plugin, the errors go away?

5 Jan 25, 2016 18:08

If I turn it off site-wide, then I don't get it on the post pages. However, when I went back to the system plug-in page, it's still there on top. I have to delete it off the server to not get that error anywhere.

6 Jan 25, 2016 19:10

Yes, you should delete it from your /plugins/ folder.

What code are you trying to put in there?

Try putting that code directly into the skin files for now.

7 Jan 25, 2016 20:51

It's a code for pulling most recent graphics from a separate database that's on the sidebar. That's one of the things I'm hoping to migrate to b2evo, but that's going to take me a long while to do so, so having it pull from that separate database is necessary for now.

8 Jan 25, 2016 22:26

You can probably locate the "Sidebar" and/or "Sidebar 2" containers in the skin you're using and add your code above or below one of them.


Form is loading...