-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update error #277
Comments
Should be fixed, a little error. |
I updated my database after a server crash. Vehicules models from FlightAirMap website : Download...Check files... Warning: fopen(C:\xampp\htdocs\WebSite\FlightAirMap\install/../models/vehicules/ball.glb): failed to open stream: No such file or directory in C:\xampp\htdocs\WebSite\FlightAirMap\install\class.update_db.php on line 14 Warning: curl_setopt(): supplied argument is not a valid File-Handle resource in C:\xampp\htdocs\WebSite\FlightAirMap\install\class.update_db.php on line 21 Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\WebSite\FlightAirMap\install\class.update_db.php on line 24 |
fixed in latest commit. |
When trying to run update, it fails with the following error 👍
Count fatalities stats...
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error' in C:\xampp\htdocs\WebSite\FlightAirMap\require\class.Stats.php:974
Stack trace:
#0 C:\xampp\htdocs\WebSite\FlightAirMap\require\class.Stats.php(974): PDOStatement->fetchAll(2)
#1 C:\xampp\htdocs\WebSite\FlightAirMap\require\class.Stats.php(1628): Stats->deleteStatsByType('fatalities_byye...')
#2 C:\xampp\htdocs\WebSite\FlightAirMap\scripts\update_db.php(90): Stats->addOldStats()
#3 {main}
thrown in C:\xampp\htdocs\WebSite\FlightAirMap\require\class.Stats.php on line 974
Any idea ?
The text was updated successfully, but these errors were encountered: