Loading...
 
Features / Usability

Features / Usability


Error: tiki_translations_in_progress

posts: 4

I recently updated to Version 12. Now I have got the following Problem:

When I try to EDIT an existing Wiki-Page the following error message appears:

Table 'xxxxxx.tiki_translations_in_progress' doesn't exist

Die Abfrage war:
select `language` from `tiki_translations_in_progress` where (`page_id`)=(?)

Werte: 61

Die Abfrage lautete wahrscheinlich:
select `language` from `tiki_translations_in_progress` where (`page_id`)=('61')

There is no table 'tiki_translations_in_progress` in the database. Further there is no need or request for any translation. In general I do not need this feature.

What shall I do? Is there a workaround? Create the table (with which structure?)?

To make is short: At the moment I can not edit any Wiki-Page.

Best regards

fribbe

posts: 4

Hello,

while updating there were no errors reported.

Yes, looks like that are some tables missing, at least "translation_in_progress"

I rerun the upgrade script several times, does not change anything.

I upgraded from Version 11.

Anyway the table is missing.
Would it be helpful to insert the table manually?

If yes, with which fields, parameters etc.

It seems that within a wiki article there is a flag which triggers the sql-request.

Would it be an alternative to set this flag to 0 or what else?

This could not be done over the edit option, because editing is not possible.

If this would be a work aroung, in which table this flag could be changed.

Best regard

thofish aka fribbe


posts: 4

Thank you very much. The db-scheme was very helpful. After creating the missing table at least I was able to open the wiki-articles in editing mode.

Obviously there are other problems. But for the moment I am quiete happy.

Best regards

thofish