Error on activating Slider Revolution on Pro

Installed Pro and activated Slider Revolution but it is giving fatal error, please help

Hey Gaurav,

Based on the error message, you are low on server memory. Please try increasing the memory yourself by adding the following code in your wp-config.php.

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Here’s a video guide:

If that doesn’t help, please contact your web host to increase your allocated memory.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.