update 2.3.4 -> 2.3.5 fails (General)

by Nico Hoffmann @, Saturday, April 27, 2019, 11:53 (1826 days ago) @ Micha

Hello,

Database error in line 561:


There is no SQL statement in line #561. Can you compare your update file with the update file at github? Can you provide line 561 of your update file?

/Micha

I used the tar archieve from https://github.com/ilosuna/mylittleforum/archive/v2.3.5.tar.gz

It's obviously different from your github version:

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     }

Nico Hoffmann


Complete thread:

 RSS Feed of thread