diversicon-kb / diversicon-website

Diversicon website powered by open data catalog DKAN with Drupal
http://diversicon-kb.eu
Other
0 stars 0 forks source link

bootstrap.inc:1163 LIMIT ERROR on upgrade #27

Closed DavidLeoni closed 7 years ago

DavidLeoni commented 7 years ago

During upgrade to 1.13.2 I got this error running drush updatedb (always for a LIMIT problem, see also #13):

Do you wish to run all pending updates? (y/n): y
The following module is missing from the file system: <em class="placeholder">eva</em>. For information about how to fix   [warning]
this, see <a href="https://www.drupal.org/node/2487215">the documentation page</a>. bootstrap.inc:1163
The following module is missing from the file system: <em class="placeholder">diversicon</em>. For information about how to[warning]
fix this, see <a href="https://www.drupal.org/node/2487215">the documentation page</a>. bootstrap.inc:1163
SQLSTATE[42601]: Syntax error: 7 ERROR:  LIMIT #,# syntax is not supported                                                 [error]
LINE 1: ...ref_target_id FROM field_data_field_dataset_ref)) LIMIT 0,10
                                                             ^
HINT:  Use separate LIMIT and OFFSET clauses.
DavidLeoni commented 7 years ago

More or less the website seems to work, closing it for now