Site logo

Archived topic

Small incompatibility

28 replies · Started by Philippe on December 24, 2014

Viewing posts 16–29 of 29

That's weird because I'm using bbPress just fine.

I'm using "bbPress Antispam" instead of a Captcha - maybe give that a try?

I have uninstalled the Captcha but BBPress not work correctly.

I don't no how is the problem.

Maybe this informations would give you an idea ?

Site Info
Plugin Version: 3.8.8
WP Version: 4.1
WPMU: No
MySQL Version: 5.5.40
WP Table Prefix:
PHP Version: 5.4.34-0+deb7u1
Session Save Path: /var/www/virtual/xy.com/phptmp
WP URL: http://www.xy.com
Server Name: http://www.xy.com
Cookie Domain: http://www.xy.com
CURL Library Present: Yes
Debug File Write Permissions: Writable

PHP Info
PHP Version: 5.4.34-0+deb7u1
PHP Memory Usage: 23.4 MB
PHP Memory Limit: 32M
PHP Max Upload Size: 10M
PHP Max Post Size: 10M
PHP Safe Mode: Off
PHP Allow URL fopen: Off
PHP Allow URL Include: Off
PHP Display Errors: On
PHP Max Script Execution Time: 30 Seconds

What exactly is wrong with bbPress?

Is the Customizer working as it should again?

With bbPress I have always the error :

"Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/virtual/xy.com/htdocs/wp-includes/functions.php on line 3547"

And their tech support does not answer me. Otherwise it works but it prevents me from doing a preview if it is enabled.

For the moment, I have disabled bbPress until the release of a update.

Hmm, they'll definitely have to fix that.

Does that error still show if you turn off WP_DEBUG (which you turned on earlier)?

Notices aren't technically errors, so if you turn off debug it shouldn't show up.

It definitely could be a hosting issue.

If bbPress is causing the Customizer to crash and it's not happening to a ton of people, it's most likely something specific with your server.

My site is running on a shared server and I have only 32M of PHP memory limit.

If I don't have the code of http://codex.wordpress.org/Child_Themes in my child theme preview don't work.

It's a crazy story... I read to my hoster for more informations.

That's definitely not a lot of memory - it's most likely what is causing all of these issues.

That code in your child theme should have nothing to do with the Customizer at all - two completely separate things, so I'm not sure what's going on there.

Maybe it's worth trying out a different host for 30 days (they all have money back guarantees) - if another hosts gives you less headaches, it may be worth switching.

Let me know :)

You're right Tom, I wrote today in my web host to try to fix the problem. I have also already started to look for another in case things do not would settle.

By chance you would know a cheap and good quality hoster ?

I thought http://www.godaddy.com or http://www.hostpapa.com, but I don't no if their shared offers are good and I don't want to pay too much for a site that brings me nothing.

In Geneva it's 01.20 o'clock 01.01.2015 :)

Good day for all to all.

Hello Tom.

Good new year to you !

I'm really happy, I found the solution for my problem.

It was just to created a php.ini file on "htdocs" folder on my FTP. I come back to a standard wp-config.php file. All work without problem :)

Tell the WordPress developers to include "php.ini" in their next releases because this problem affects many people ... there is much failures reported on the net.

Thank's for you help, you are someone good.

Best regards.

PS : By cons, bbPress still has its problems ... I wait a new version with impatience.

Happy New Year!

That's great! I'm happy you were able to solve this! :)

Wishing you the best for 2015!

After a free php limit upgrade by my hoster to :

PHP Memory Limit: 64M
PHP Max Upload Size: 64M
PHP Max Post Size: 64M

bbPress work with out problem of preview.

I keep for safety of compatibility two files php.ini and php5.ini on my ftp with these values

php.ini

upload_max_filesize = 64M
post_max_size = 64M

php5.ini

upload_max_filesize = 64M
post_max_size = 64M

But with bbPress I have more the error in line xxx when the debug mode is activated.

You too ?

What bbPress errors are you getting?

This archived topic is closed to new replies.