mlangill / biotorrents

A BitTorrent tracker for legal open sharing of scientific data
http://www.biotorrents.net
GNU General Public License v2.0
15 stars 8 forks source link

Mysql error in upload.php about license column #7

Closed mchelen closed 13 years ago

mchelen commented 13 years ago

When trying to upload a new torrent the BioTorrent page will load but an error is shown:

Upload failed!

mysql puked: Unknown column 'license' in 'field list'

The error occurs regardless of what license is chosen.

mlangill commented 13 years ago

I presume this is an error with a new install of a test server? I will look into it.

mlangill commented 13 years ago

I have updated mysql schema dumps. I am hoping this was the cause, but I did not test. Please let me know if this solves the problem.

mlangill commented 13 years ago

I just tested a new install with the new mysql structures and could not replicate the above error.

mchelen commented 13 years ago

That fixed it, thanks!

Yeah, these errors all occurred when running the codebase on another server, not the actual BioTorrents.net server.