Closed Arinerron closed 8 years ago
^ I can't assign the entire backend team :P
I can't assign the entire backend team :P
whoa @github team please add assigning organization groups o_o
lol php
lol php
this.
I suppose this is why one should not push to master.
lol pushing directly to prod
This pretty much happens with most uploads.
Has anyone tried a $ git bisect
?
@trumank I'll take a look. Does anyone know of the last commit this worked at?
It hasn't ever been completely reliable, but it was workable in earlier versions of the site - hundreds of commits down the line.
@The-Cheese-Eater Do you have an idea of when that was, or at what release? Also, how would I test the backend?
Trying to look at when the code worked probably won't help here, this is more analysing and fixing bugs and problems. All the uploader files are here: https://github.com/OpenSprites/OpenSprites/tree/master/public_html/upload. Testing code is a bit difficult because OpenSprites is built around our setup and requires two databases to function. Testing is basically revising over changes for common errors and pushing it to GH, where I can update the site.
Still, something should be done, it is much more productive to be able to find errors in your code instantly.
@The-Cheese-Eater @QuillzLouis Either way, it's better than nothing. Is there a way to get specific errors from the server? Maybe we're just missing a semicolon :stuck_out_tongue:
Checked the PHP files with php -l
, looks like it's not just a missing semicolon.
Thank you @The-Cheese-Eater!
'Something bad has happened and our servers sent back a bad response. Contact us if this continues'. This message occurs when doing certain actions that include (but are not limited to):
This is extremely important that this gets fixed @OpenSprites/backend-php , because the entire purpose of OpenSprites no longer works, due to this bug.