widgetfactory / jce

JCE - A Content Editor for Joomla
https://www.joomlacontenteditor.net
GNU General Public License v2.0
35 stars 12 forks source link

Error finding JCE update #43

Closed twister65 closed 5 years ago

twister65 commented 5 years ago

The <description></description> field is missing in: https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml Please, add it, it can't be null in the joomla #__updates table. description_missing This issue is related to the commit: https://github.com/widgetfactory/jce/commit/27b9fcd77491f97e107d2b31ece592c3bad6ae2f

ryandemmer commented 5 years ago

This is new, and perhaps unique to your system, as the JCE update manifests have never contained the field, and no one has ever reported this error.

Just for the record, what Joomla version are you using, and what database type?

twister65 commented 5 years ago

============= System Information

php: Linux pc-salon 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 dbserver: postgresql dbversion: 9.5.6 dbcollation: C dbconnectioncollation: UTF8 phpversion: 7.2.17-0ubuntu0.18.04.1 server: Apache/2.4.29 (Ubuntu) sapi_name: apache2handler version: Joomla! 3.9.6 Stable [ Amani ] 7-May-2019 15:00 GMT platform: Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT useragent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/73.0.3683.86 Chrome/73.0.3683.86 Safari/537.36

The previous manifest was: https://cdn.joomlacontenteditor.net/updates/xml/pkg_jce.xml And the new one is: https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml

PostgreSQL users are rare.

twister65 commented 5 years ago

It is easier to add a description field in the manifest, than changes the table structure of the joomla database. With MySQL, this column is also not null. See the #__updates table in your database.

ryandemmer commented 5 years ago

The manifest files have been updated and a tag added.

My point is, the tag has not been in previous manifest files, and the omission has not caused a problem before.

Perhaps this is due to a change in Joomla 3.9.6

twister65 commented 5 years ago

Thanks.