• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Slider Revolution Responsive WordPress Plugin By ThemePunch

Slider Revolution Responsive WordPress Plugin By ThemePunch v6.7.9

No permission to download
Since upgrading to version 6.7.5 and the latest 6.7.9 release, I've encountered these issues. Is there anyone who can provide a fix for this?

I'm receiving the following error message in the console:
typescript
JavaScript:
sr7.js?ver=6.7.9:27 Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Object.callBack (sr7.js?ver=6.7.9:27:229378)
at tptools.js?ver=6.7.9:1:2615
If you have updated the interface engine to SR7, go to Global Settings.
Find and click the "Clear SR7 Tables" button.
This action will delete all previously migrated data to the SR7 core database.
After clearing the data and saving the global settings, the migration process will
automatically start again the next time the SR overview page loads. This can help
solve any problems that occurred during the initial migration.
 
  • Love
Reactions: power2010
If you have updated the interface engine to SR7, go to Global Settings.
Find and click the "Clear SR7 Tables" button.
This action will delete all previously migrated data to the SR7 core database.
After clearing the data and saving the global settings, the migration process will
automatically start again the next time the SR overview page loads. This can help
solve any problems that occurred during the initial migration.
Not work this solution

sr7.js?ver=1714843353:27 Uncaught (in promise) TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at Object.callBack (sr7.js?ver=1714843353:27:229378) at tptools.js?ver=1714843352:1:2615
sr7

I found issues..

Thank you for providing the suggested solution. However, despite following the steps outlined, the issue persists. I have cleared the SR7 tables as instructed, but unfortunately, it did not resolve the problem.

Upon further investigation, I found that the issue lies within the file revslider-front.class.php, specifically in the function load_v7_slider at line 138. It seems that commenting out the line $all_shortcodes = $this->get_shortcode_from_page($id); resolves the problem, but using $all_shortcodes = $SR_GLOBALS['sliders']; instead.


So maybe that will help everyone who is experiencing issues similar to mine...
PHP:
    	public function load_v7_slider(){
		global $SR_GLOBALS, $post;
		
		$id				= (isset($post->ID)) ? $post->ID : '';
		$all_shortcodes	= $this->get_shortcode_from_page($id);
		//$all_shortcodes = array_unique(array_merge($all_shortcodes, $SR_GLOBALS['sliders']));
		//$all_shortcodes = $SR_GLOBALS['sliders'];
		$script			= '';

		if(empty($all_shortcodes)) return $script;
     
        // ...... NEXT CODE HERE ...... //
     
        return $script;
    }

I appreciate your help in resolving this matter.
Thank you.
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock