joomlaboat / custom-tables

The Custom Tables extension allows you to create, manage, and display custom data on your Joomla site. It is helpful if you need to display data that is not part of the standard Joomla content structure. For example, you could use this extension to create a custom table for product information, customer data, or any other type of data that you need to display on your site. The Custom Tables is the CRUD solution for Joomla 3.x and 4.x - CREATE, READ, UPDATE and DELETE. You can add tables, fields, and layouts to create catalogs, forms, or details pages. It has 40 Field Types: Integer (numbers), Decimal, Text String, Time, Email, Color, Image, File, User, Language, etc.
https://joomlaboat.com/custom-tables
GNU General Public License v2.0
36 stars 11 forks source link

v.2.4.3: Changeing a field throws error "Unknown column 'version' in 'field list'" #15

Closed Krautix closed 2 years ago

Krautix commented 2 years ago

Hi! In v.2.4.3, changeing a field of a table throws error "Unknown column 'version' in 'field list'"

joomlaboat commented 2 years ago

Hi. What do you mean by changing the field? Opening one field to edit then another?

Krautix commented 2 years ago

No. Adding a new field works. Save and close. Then go into the the new fied and try to change it.

joomlaboat commented 2 years ago

Changing the field name or field type?

Krautix commented 2 years ago

It is now uninstalled. But I guess you can try yourself. Just go into a field and try to change something. I alway got the error. I uninstalled now because it was buggy elsewhere again. I think it was the "last change date" that was set to 1970...

joomlaboat commented 2 years ago

I submitted the changes to github - deleted $table->version++; because this field no longer exists. Can you please try it?

What is your PHP version and Error reporting settings? I didn't see the last two error you mentioned.

Krautix commented 2 years ago

I can try again in a few hours. Have you also updated the download package on the website?

joomlaboat commented 2 years ago

not yet

joomlaboat commented 2 years ago

Updated. Few other bugs fixed. v2.4.4

joomlaboat commented 2 years ago

Fixed.