Slider Revolution Not Installing

I need help in installing the Slider Revolution plugin, Im using X with cornerstone installed. However, whenever I try to install the said plugin, it results to an error message with no details being shown what causes the error. below is the screenshot of the error. I can install other plugins just fine.

error

Hi Ralf,
Thanks for reaching out.

There might be a few different reasons for this issue, I would suggest you troubleshoot with a few of the common issues:

  1. Theme Related Issue
  2. Testing Plugin Conflict
  3. Increasing PHP Memory Limit

If the above troubleshooting does not help and the issue remains, please add the following code to your wp-config.php for debug setup.
Please add the below-given code into your wp-config.php for debug setup, and the error logged into the file name debug.log inside the wp-content folder.
You can let us know if you find any error that is related to our theme or theme bundled plugins. We can do further investigation based on that.

// 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 );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );

Please find the video will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o

If none of these helps, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Admin URL
– WordPress Admin username / password

To create a secure note, click the key icon underneath any of your posts.

Thanks

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