-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing error #67
Comments
Hi, that's weird, it looks like it triggers the success function, but clearly something goes wrong. Are you able to help me debug this? Unfortunately it requires some code modification to print the error message. Edit the file wp-content/plugins/crelly-slider/wordpress/js/admin.js, add |
Hi, another couple of things to check: do the images get uploaded? You should see them in the WordPress media gallery. Does the slider show up in the list of existing sliders? |
Nope, no uploaded images and the slider does not show up. Its as if nothing happened. |
I am maintaining someone else's wordpress site and when I try to import a slider I get this error from the console
JQMIGRATE: Migrate is installed, version 1.4.1
VM1248:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at Object.success (admin.js?ver=1.3.6:1810)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at x (jquery.js?ver=1.12.4-wp:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)
and the main admin page says "please wait" but nothing happens.
I am attaching the zip file (it is the exact same zip file I exported from crelly)
crellyslider-selected_works.zip
If I can provide anything else please let me know!
The text was updated successfully, but these errors were encountered: