[Resolved] Small incompatibility

Home Forums Support [Resolved] Small incompatibility

Home Forums Support Small incompatibility

Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • #59210
    Tom
    Lead Developer
    Lead Developer

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

    I’m using “bbPress Antispam” instead of a Captcha – maybe give that a try?

    #59223
    Philippe

    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

    #59438
    Tom
    Lead Developer
    Lead Developer

    What exactly is wrong with bbPress?

    Is the Customizer working as it should again?

    #59567
    Philippe

    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.

    #59632
    Tom
    Lead Developer
    Lead Developer

    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.

    #59634
    Philippe

    I just read this :

    https://translate.google.ch/translate?sl=fr&tl=en&js=y&prev=_t&hl=fr&ie=UTF-8&u=http%3A%2F%2Fwww.wordpress-fr.net%2Fsupport%2Fviewtopic.php%3Fid%3D52505&edit-text=

    http://www.wordpress-fr.net/support/viewtopic.php?id=52505

    Is it possible that this problem comes from my hoster ?

    If I turn off WP_DEBUG I have no error but not preview when bbPress is actived.

    #59922
    Tom
    Lead Developer
    Lead Developer

    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.

    #60014
    Philippe

    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.

    #60233
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #60306
    Philippe

    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.

    #60534
    Philippe

    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.

    #60536
    Tom
    Lead Developer
    Lead Developer

    Happy New Year!

    That’s great! I’m happy you were able to solve this! πŸ™‚

    Wishing you the best for 2015!

    #60950
    Philippe

    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 ?

    #61211
    Tom
    Lead Developer
    Lead Developer

    What bbPress errors are you getting?

Viewing 14 posts - 16 through 29 (of 29 total)
  • You must be logged in to reply to this topic.