Uncaught ReferenceError: wp_jssor_slider_admin_init is not defined
-
>Downloaded the plugin and placed in wp-content/plugins.
>Verified that it was present in list of plugins in admin interface.
>Activated plugin
>See new “Jssor Slider” menu item in admin navigation
>Able to click and view administrative page at /wp-admin/admin.php?page=jssor-slider-admin
>Tried to click on “Create Slider” and “Import Slider” – buttons did nothing except show :hover effect
>Reloaded page – same issue
>in console, I see the error:
`Uncaught ReferenceError: wp_jssor_slider_admin_init is not defined
(in file wp-admin/admin.php?page=jssor-slider-admin line 1026)
> line attempts to create instance of “wp_jssor_slider_admin_init()”
> Checked source code for admin page – wp-content/plugins/jssor-slider/interface/admin/js/wp.jssor.slider.admin.init.js is being loaded into the document <head>.
>Checked the link to that file, and it loads minified JS which appears to have the function defined
>Disabled all other plugins.
>Still seeing the same issue
>Deactivated and Reactivated plugin – same issue
>Took closer look at wp.jssor.slider.admin.init.js, but code is minified.
>Ran code beautifier to take a better look, but code is obfuscated/uglified
>Looked through source code to find src version of file, but couldn’t find it.Using:
jssor-slider Version 3.1.23 / (2018-09-22)
WordPress 4.8
PHP 5.3.28
MySQL Ver 14.14 Distrib 5.5.40
IIS Version 8.5.9600.16384
Windows Server 2012 R2 Standard>Tried it in another environment (XAMPP – fresh install of WordPress 4.9.8)
>It works fine. Really, a great plugin.However, I’m confused as to why it’s not working on my dev environment.
Why would I be getting this issue? What would be the most likely scenario?
Any ideas?
- The topic ‘Uncaught ReferenceError: wp_jssor_slider_admin_init is not defined’ is closed to new replies.