Updated my dkan version from 1.12.9 to 1.14. On the review log, its showing
The following updates returned messages dkan module Update #7018
Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'x.field_data_field_language' doesn't exist: UPDATE {field_data_field_language} SET field_language_value=replace(field_language_value, :underscore, :dash); Array ( [:underscore] => _ [:dash] => - ) in dkan_update_7018() (line 324 of /var/www/html/ddh_199671/profiles/dkan/dkan.install).
Checked previous backup for table "field_data_field_language". But there was nothing.
How to resolve the issue and proceed with update ?
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
Iam using the below code to get data from database and its work fine, but my problem is the result containing duplicate value and not arranged as I want
I am trying to query data using phpHere is my Mysql Record :
I want to remove all spaces in front and after the entries in all my columns in all my tablesFor one column I use UPDATE table_name SET column_name= LTRIM(RTRIM(column_name)) which works well