Open sn3p opened 6 years ago
Whats the status on this one? Would be great finally migrating my webservers :-)
This should be finished in #9
Think this is done, just need some testing. Help with this is more than welcome!
I've tested locally but some help testing in production would be awesome. Would you mind testing this on your server?
Will do, will keep you posted
Something seems to be off. As soon as I upgrade, I see all my recent matches but when I open one, it only shows the MATCH STATS block. All the others are gone.
This was also the case before the upgrade when I used PHP versions > 5.4
Thanks for testing @ThomasVdBerge 👍 Let's continue the discussion in #9
Also, working on it ;)
Also, working on it ;)
Awesome! I still have a PR open and ready for this (#9). Maybe you can test this so we can get this merged? Feel free to hijack this PR :)
I put about 2 hours into it tonight, this project will be my focus until I get stats running on my php7 server. :cheers:
I put about 2 hours into it tonight, this project will be my focus until I get stats running on my php7 server. :cheers:
Just saying that PHP7 is working in PR #9, just needs some testing.
But honestly, what even the point of using mysqli? I’m rewriting with PDO for sql injection protection. mysqli is already unappreciated.
Ah didn't know that. Long time since I've used PHP ;)
I have some updates to push to this branch if I'm allowed :)
Probably better to create a new branch. Can you fork and create a PR?
@elsheepo any progress on your work? Would be nice if we could release it as more and more people are having problems.
Import.php stops importing after having created the first match and saved in the database. Players are not saved and the script dies there without a message. The log is not moved so subsequent calls fill up the database with the same match over and over.
Make UTStats work with PHP7.