[Fixed] Edit mysql_schema.php causes install error
Page: 1
I noticed that if I modify mysql_schema.php I always get an error on install. I believe the problem is that vi (or other editors) add a newline at the end of the file. I tried opening mysql_schema.php, then just saving it (not changing anything), and it grows by exactly one byte. If I then go through the install process I get an error:
---
Step 5: Finish
Installation process:
Connected to database as root@localhost
Database 'acdb3' found
Failed to import database construction. MySQL said: Query was empty
---
Is this a bug or user error?
---
Step 5: Finish
Installation process:
Connected to database as root@localhost
Database 'acdb3' found
Failed to import database construction. MySQL said: Query was empty
---
Is this a bug or user error?
What's the fix? Looks like it would be in the executeMultipleQueries code. I'd like to patch my version if possible.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



