Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

Grimlock for BuddyPress and Grimlock for bbPress not working on bitnami server

Find Answers and Get Support Forums Cera – Intranet & Community Theme Installation & Updates Required Plugins Installation and Updates Grimlock for BuddyPress and Grimlock for bbPress not working on bitnami server

This topic is resolved
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana

    I have installed youser demo, i have managed to import the demo data but the theme customisation is not working
    i have disabled and reenabled all plugins and find out that Grimlock for BuddyPress and Grimlock for bbPress are creating an error on the website…
    since this is a bitnami server im pretty sure is running php7 but the debbugin part gets a little bit complicated for me

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana

    This is the documentation page of bitnami https://docs.bitnami.com/general/apps/wordpress/

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6314 Posts
    @themodactyl

    Hi @andresumana,

    Thank you for buying our theme. We hope it will meet all your expectations! 🙂

    This issue is probably caused by insufficient memory allocation or file permission misconfiguration for your server.

    For better debugging purposes, please first activate logging on your website, just turn WP_DEBUG to true, like following:
    define ('WP_DEBUG', TRUE);
    You will find this constant in your wp-config.php file.

    More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress

    Then, please deactivate all plugins, activate a default WP theme (i.e. Twenty Seventeen) and then try to run the WP Importer with the following file:
    https://raw.githubusercontent.com/WPTRT/theme-unit-test/master/themeunittestdata.wordpress.xml

    This may confirm that the problem is related with your configuration and it will give you the necessary error logs to transfer to your server hosting support.

    Finally, please also check the WordPress prerequisites here: https://wordpress.org/about/requirements/.

    We hope this will help.

    Regards

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana

    this is an amazon lightsail server, im pretty sure it has enough power to handle all the plugins… ill follow your steps and let you know if there is a memmory allocation problem on the default wordpress instal from amazon lightsail. the only thing here is that i have to work with ssh commands instead of usual ftp process

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana

    I follow your steps > change wp-config.php
    > disable plugins
    > enable default theme

    Import done succesfully
    any errors reported

    PS: When i uploaded the theme the Cera import process was done succesfully but the theme customiser wasnt working, then i tried to disable and found that Grimlock for BuddyPress and Grimlock for bbPress dont work when kirki is enabled

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana

    This is oa part of the FAQ article i found on the Bitnami Documentation > Debug WordPress Errors

    The Plugin I Installed Is Not Working
    Bitnami WordPress is configured taking security in mind. It means that permissions for the configuration files are tied up. While WordPress will work with most of plugins out there (and most popular ones), some plugins require further configuration or have issues with permissions (e.g. WP Super Cache).

    If you are having permission issues while installing, activating or updating a plugin, log into your server and execute the following command:

    sudo chmod g+w /opt/bitnami/apps/wordpress/htdocs/wp-config.php
    Please retrieve the previous permissions configuration after activating the plugin.

    sudo chmod g-w /opt/bitnami/apps/wordpress/htdocs/wp-config.php
    Since Bitnami WordPress Stack 4.5-1, we ship WordPress with the latest version of PHP7. WordPress Core already supports PHP7 but some plugins may not support it yet. If you experience any issue with plugins related to this, check that the plugin you are installing already supports PHP7 or needs to be updated.

    We also provide the latest version of WordPress, bundled with the latest version of PHP 5.6 that will avoid possible compatibility issues with plugins not prepared for PHP7. This version should be considered as legacy, WordPress recommends to move to PHP7.

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6314 Posts
    @themodactyl

    Hi @andresumana,

    Thank you for your feedback. 🙂

    We’re very sorry for your inconvenience. Unfortunately, we have no clue. ?‍♂️

    Note that if your theme and all recommended plugins are up to date, they will support the latest version of php7.

    Please be aware that your issue is not related with our theme. It is very likely to be caused by a server misconfiguration. Unfortunately, the installation, setting or debugging of third party plugins and hosting server misconfigurations isn’t part of the support we will provide for our theme.

    To go further, we invite you to ask for more help from your server hosting support because we believe that they’ll be better informed and more suited to help you.

    We remain available for all support requests related with the use of your theme.

    Best,

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6314 Posts
    @themodactyl

    As the error in the screenshots joined are about BuddyPress, you can also try to reach the plugin authors.

    To go further, we invite you to post your request on their support forums:
    https://buddypress.org/support/

    Note that these are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code. ?

    To hide this message, I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress

    You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.

    Regards,

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana
    This reply has been marked as private.
    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana

    This is the more repeated errors on the log.
    Atm im working with an Ip no domain attached to the site

    [Sun Nov 22 02:24:57.148430 2020] [proxy_fcgi:error] [pid 6107:tid 139805664990976] [client 52.231.156.220:55386] AH01071: Got error 'PHP message: PHP Notice:  Trying to get property 'post_content' of non-object in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/grimlock-buddypress/inc/youzer/class-grimlock-buddypress-youzer.php on line 68PHP message: PHP Notice:  Trying to get property 'post_content' of non-object in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/grimlock-buddypress/inc/youzer/class-grimlock-buddypress-youzer.php on line 68'
    <code>[Sun Nov 22 07:49:43.688781 2020] [proxy_fcgi:error] [pid 6107:tid 139805807601408] [client 182.120.55.67:38187] AH01071: Got error 'PHP message: PHP Notice:  Undefined index: HTTP_HOST in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 973'</code>
    <code>[Sun Nov 22 07:49:43.709478 2020] [proxy_fcgi:error] [pid 6107:tid 139805807601408] [client 182.120.55.67:38187] AH01071: Got error 'PHP message: PHP Notice:  Undefined index: HTTP_HOST in /opt/bitnami/apps/wordpress/htdocs/wp-includes/general-template.php on line 511'</code>
    
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6314 Posts
    @themodactyl

    Hi @andresumana,

    Thank you for your detailed feedback. 🙂

    Unfortunately, we don’t encounter this issue with our demos. It’s best if we take a quick look at this…

    Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
    You can post the user name and password in your next reply and mark it as private to keep this between us.

    Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.

    Thank you.

    Andres Umana
    Participant
    • 1 Topics
    • 9 Posts
    @andresumana
    This reply has been marked as private.
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6314 Posts
    @themodactyl

    Thank you for granting us access to your WP Admin @andresumana.

    We will investigate further to find from where this issue is coming from. 🙂

    We will be back to you ASAP.

    Thank you for your patience.

    Regards,

    Themosaurus
    Keymaster
    Themosaurus Support
    • 1 Topics
    • 1675 Posts
    @themosaurus

    Hi @andresumana,

    First of all, as I was investigating an error occurred while I was doing testing with the Grimlock for BuddyPress plugin, unfortunately since I don’t have FTP access I cannot revert it so please delete the Grimlock for BuddyPress plugin via FTP to get your site up and running again. Of course you can then reinstall it through the admin notice prompting you to do so. If you are unable to get your site back up, please share your FTP credentials with me and I will fix it for you. Since this particular error was most likely caused by my tests, note that I will be ignoring it during my bellow explanations.

    During my investigations, I have found 3 of our plugins causing the “Internal server error” in the Customizer when activated : Grimlock for BuddyPress, Grimlock for The Events Calendar and Grimlock for Paid Memberships Pro. However when looking at the WordPress logs, there isn’t any meaningful error listed that could lead me to a bug in one of those plugins. All I can see are occasional PHP Notices that are usually mostly harmless to the website (ignoring the Fatal Error that occurred while I was testing as mentioned above). What’s more, it seems odd that there would be an issue in 3 of our different plugins when we and most other users aren’t experiencing this issue. Finally, the nature of the message displayed (“Internal Server Error”) shows that the error isn’t occurring at a WordPress level, but directly at a server level.

    All of this leads me to believe that there might be a misconfiguration with the server, causing the issue.

    Knowing this, here’s my advice :

    – First please try to contact your hosting provider to see if they can help. Make sure to explain that you are having an internal server error, and not a PHP error.
    – If they still redirect you to us, please include the Apache logs of your server so that I can take a look at those
    – If you can, try to install your website on another server from another host to see if it works. And if it does, that gives you one more argument to send to the bitnami team to prove that the error is related to the server.

    Hope this helps !

    Best regards,

Roboraptor 🦖
Themosaurus Topic Closer

Hi there,

This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!

Best regards,
The Themosaurus team.

Viewing 15 posts - 1 through 15 (of 15 total)

The topic ‘Grimlock for BuddyPress and Grimlock for bbPress not working on bitnami server’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site