You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#102833 The server returned an invalid JSON response.

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by blackrat999 on Sunday, 29 March 2020 13:37 BST

SiteOp
The server returned an invalid JSON response.


PHP 7.3.11
Joomla 3.9.15
PHP upload_max_filesize = 200M
Image 44 kb

Attachments

Ryan
Pelase try JCE Pro 2.8.4 RC - https://www.joomlacontenteditor.net/downloads/editor/pro/development

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

SiteOp
Thank you. Fixed an issue.

LS2020020
Hi!
apologies! I'm hijacking this topic because we experience the same error message, plus images don't get resized when uploading, since we updated to the most recent version of JCE just some days ago.
Could it be caused by the old php version we use on the server? (to be more specific: we're forced to use it, waiting for a server update)

JCE 2.8.5 Pro
PHP 5.6.40
GD headers 2.1.1-dev
imagick module 3.2.0RC1

And - if so - is there a way to get around this until we get the new server with php7x?

Thanks!

Attachments

Ryan
Please try JCE Pro 2.8.6 Beta - https://www.joomlacontenteditor.net/downloads/editor/pro/development/jce-pro-2-8-6-dev

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

LS2020020
Thanks Ryan,

unfortunately the beta version does not solve the issue.
We are weiting eagerly for a php update on the used webserver. But that probably will take some time.

Thanks so far!

Ryan
PHP 5.6 is the minimum, so it should be OK. Perhaps something else is causing the error. DO you have access to the PHP error log?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

redan
Hello,
I have the same with JCE Pro 2.8.6 RC3, Joomla 3.9.15 and PHP 7.3.9-1~deb10u1. Also, I done checking DB according https://www.robertwent.com/blog/fixing-json-data-errors-after-updating-to-joomla-3-6-3/. Still I receive „The server returned an invalid JSON response” when trying to upload files larger than 1 MB.

Ryan
Still I receive „The server returned an invalid JSON response” when trying to upload files larger than 1 MB.


@redan If you server is using the PHP GD extension for image processing, then you might not have enough PHP memory available to process images larger than 1MB, although your error message should reflect this.

Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

redan
@Ryan It is possible that this is the reason, cause on another server where we have Imagick there is no such problem. I will talk to the administrator, thanks!

blackrat999
For anyones info i had this issue and in PHP Ini on my server i changed the memory_limit from 128mb to 256mb and the error went away