Menu

#4 database import function in db.php broken

1.0
closed
rob
None
2020-04-18
2016-11-23
il--ya
No

Database import script is broken (misplaced curly braket), see my patch below:

--- db.php.back 2016-04-30 07:00:00.000000000 +0100
+++ db.php      2016-11-22 23:58:13.777718677 +0000
@@ -389,8 +389,8 @@
                                        }
                                        exit;
                                }
-                       }
                        $query = '';
+                       }
                }
                if (feof ($fp)) {
                return TRUE;

As a result, installation script fails to load initial database.

Discussion

  • rob

    rob - 2020-04-18
    • status: open --> closed
    • Milestone: 2.0 --> 1.0
     
  • rob

    rob - 2020-04-18

    This has been resolved in the most recent release.

     

Log in to post a comment.