TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

SQLITE filesize column missing #559

Closed sclark-dev closed 8 years ago

sclark-dev commented 8 years ago

Since the addition of file sizes to Solder, the SQLITE default database was never modified to add support for this.

The main issue is that any server that installs any versions of Solder since the file size feature was added, and those that use SQLITE instead of an external database are unable to add any mods.

[2016-02-27 06:32:53] production.ERROR: exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 table modversions has no column named filesize' in /home/aaesos/public_html_2/solder/TechnicSolder/vendor/laravel/framework/src/Illuminate/Database/Connection.php:369

You can manually add a filesize column to the database, or even easier, move to an external database.

spannerman79 commented 8 years ago

Dupe #523

sclark-dev commented 8 years ago

Then fix it. They reported it on December 28th. It's been almost two months. Adding a column to a table shouldn't be rocket science for the people who have made this complicated project.

spannerman79 commented 8 years ago

Demanding something to be fixed that is offered freely isn't exactly the correct way to go about things.

Adding a column to a table shouldn't be rocket science for the people who have made this complicated project.

Well create a fork and do a PR if its not rocket science.

GenPage commented 8 years ago

Closing since duplicate