BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,511 through 2,520 (of 15,332 total)
  • Author
    Posts
  • in reply to: Fatal error after upgrade #444050
    Steven Zahm
    Keymaster

    @ Beth

    The version of PHP your web host is running and old unsupported and possibly insecure version of PHP. I suspect the version you are running is 5.2 which has not been supported for many years now. I’d ask them to update it. WordPress recommends 7.2. I would recommend 7.1 as 7.2 was just released so plugins may not yet be 100% compatible.

    That said, I do try to avoid using modern features in PHP for the broadest compatibility.

    I actually do not even have the ability to test in such an old version any longer. If you can give me a WP admin login and a FTP login I’ll be able to apply and test an alternative to the array_replace() function. This is basic PHP function introduced in version 5.3 and it is function I now need to use. I might be able to add and use a backward compatible version.

    The details can be posted here as a private reply.

    in reply to: Category selection no longer working #444046
    Steven Zahm
    Keymaster

    @ Kate

    It seems the javascript required by Form is not being loaded. I’ve run into this before and gave those users a bit of PHP code to force it. That solution was more or less a hack. I think I’ve come up with another method which I hope resolves this rare issue.

    If you can supply me with a temp admin login, I can apply the change to make sure it correct the issue for you. The login details can be posted here as a private reply.

    in reply to: Widgets admin Page? #444044
    Steven Zahm
    Keymaster

    @ David

    RE: where is the Widgets Admin page?

    This is a WordPress admin page found under Appearance. Here’s the WordPress doc that shows you where this page is in the admin:

    https://codex.wordpress.org/Appearance_Widgets_Screen

    Hope that helps!

    in reply to: Import in error using exported template #443802
    Steven Zahm
    Keymaster

    @ Paul

    My first suggestion is to remove all the empty columns from the file. Less parsing will need to done to file. Not that I think that is the cause.

    What version of the CSV Import extension do you have installed?

    What version of Connections do you have installed?

    in reply to: got a warning #443770
    Steven Zahm
    Keymaster

    @ yael xu

    Before or after updating to 8.7? The error shown should no longer be possible in 8.7 as it contained contains an extra check to prevent such an error.

    in reply to: Cannot see detailed directory #443764
    Steven Zahm
    Keymaster

    @ James

    I doubt Connections is causing the redirection. My guess is you created a redirect loop somehow. I would suggest checking the settings of the plugin you are using to limit/restrict those pages to logged in users.

    in reply to: ERROR: The $img_path variable has not been set. #443715
    Steven Zahm
    Keymaster

    @ anthonyyang

    Thanks! Great to hear we tracked down and corrected the issue.

    in reply to: Changing Email Output #443706
    Steven Zahm
    Keymaster

    @ Trevor

    That’ll work :)

    in reply to: ERROR: The $img_path variable has not been set. #443576
    Steven Zahm
    Keymaster

    @ anthonyyang

    I do not know where you would change this in a multi site install. On a single site you would change it on the on the WordPress General Settings admin page or by WP_HOME constant to the site’s wp-config.php file.

    This is probably related to the method you’re using to force SSL. The siteurl is being changed properly, but not the home URL.

    I’m fairly certain after the home URL is corrected, the error will go away and the images will display.

    in reply to: Insert the same image into each photo area #443573
    Steven Zahm
    Keymaster

    @ Kathleen

    Use the image_fallback=none shortcode option for Slim Plus. Add it to your existing shortcode. Here’s an example:

    [connections image_fallback='none']
    

    Hope this helps, let me know.

Viewing 10 posts - 2,511 through 2,520 (of 15,332 total)