table #__banner is renamed: #_banners and some fields were changed
filename banners (rename)
table name="banners"
bid -> id
remove name="imageurl" field, image location is now in Parameters (table field Params). I don't know how to add Parameters..., but with these changes there no longer is an error.
table #__bannerclient is renamed: #_banner_clients and a field was changed
filename banner_clients
table name banner_clients
cid -> id
table #__languages has no 'id' column, it has a 'lang_id'
name="id" -> name="lang_id"
name="name" -> name="title"
Note that
``` <translationfilters><published>published</published></translationfilters>
is not a problem, this table has the published column, not a state column.
Possible issue
I'm not 100% sure about this line, don't really know what it's for, but sinces banner was changed to banners and cid to id, I did this also in this line:
<form>com_banners#banner#cid#task#!edit</form>
Tests
I tested these content element changes in the backend of J!1.7.3: no fatal errors (anymore), no notices, translations for these three content elements can be edited and saved.
table #__banner is renamed: #_banners and some fields were changed
table #__bannerclient is renamed: #_banner_clients and a field was changed
table #__languages has no 'id' column, it has a 'lang_id'
``` <translationfilters>
<published>published</published>
</translationfilters>
is not a problem, this table has the published column, not a state column.Possible issue I'm not 100% sure about this line, don't really know what it's for, but sinces banner was changed to banners and cid to id, I did this also in this line:
<form>com_banners#banner#cid#task#!edit</form>
Tests I tested these content element changes in the backend of J!1.7.3: no fatal errors (anymore), no notices, translations for these three content elements can be edited and saved.