-
Varun Dubey replied to the topic Chat Integration in the forum Creating & Extending 4 years, 6 months ago
@pmanuel checkout Comet Chat plugin
-
Varun Dubey replied to the topic buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel make sure ; added at end of the line
define( 'WP_MEMORY_LIMIT', '256M' );
-
Varun Dubey replied to the topic buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel
you can try to paste following code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’define( 'WP_MEMORY_LIMIT', '256M' )
you can read more about it here.
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ -
Varun Dubey replied to the topic buddypress 5.2.0 update fehler – buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel inside your WordPress install, log in via FTP or SFTP
and open wp-config.php
and find line
define( 'WP_DEBUG', false );
and replace it with following
define( 'WP_DEBUG', true );
-
Varun Dubey replied to the topic buddypress 5.2.0 update fehler – buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel you can turn on debug mode using the following guide
any error log will help to isolate the issue.
@pmanuel
Active 12 months ago