Avatar

update 2.3.4 -> 2.3.5 fails (General)

by Micha ⌂, Saturday, April 27, 2019, 12:48 (1827 days ago) @ Nico Hoffmann

Hi,

It's obviously different from your github version:

Yes, of course. This file is not the current update script but you have to use it, see here.

557 if(empty($update['errors']))
558 {
559 if(!@mysql_query("UPDATE ".$db_settings['settings_table']." SET value='".$update['new_version']."' WHERE name = 'version'", $connid))
560 {
561 $update['errors'][] = 'Database error in line '.__LINE__.': ' . mysql_error();
562 }
563 }

Hmm, the update script was not able to set the right version number to the database table. Do you have access to your SQL database e.g. via PHPMyAdmin? Can you check, if the setting-table contains the key 'version'?

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

 RSS Feed of thread