(2017-02-11, 06:10:21)smsHH Wrote: I am using the recommended website URL in the settings. I have tried it with a fresh install, the path to fancybox is correct now.
I activated only the ItemManager plug in. Same error occurs just right after clicking the 'Start upload' button:
Error SyntaxError: Unexpected token < in JSON at position 0
I found some solutions to solve this problem, maybe (and hopefully) it helps you:
https://www.google.de/search?q=Error+Syn...e&ie=UTF-8
Again, no folder for the thumbnails and no thumbnail will be created.
Would you mind checking this on a server? Thank you very much :-)
Hi smsHH,
This is a fairly common Javascript (front-end) error which means either a JSON data file request failed (might be a permissions issue on your server or with incompatible plugin .htaccess files), or the file is not properly formatted (might be an issue with one of your plugins, if it uses JSON. If this is the case you should be able to rule them out by disabling them one by one and seeing if the issue is still there). I suppose you've seen this in the browser console. Typically these errors include a stack trace. Click the little arrow on the left to open it, then click the link next to the @ symbol (see image below):
![[Image: v0rkG03.png]](https://i.imgur.com/v0rkG03.png)
This will open up the Sources panel in the console, and should highlight the line of code which causes the error.
Ctrl + A copy the code from that file and add it here so we can further help you.