-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upload error #11
Comments
|
Fatal error: Uncaught mysqli_sql_exception: Can't create database 'wifimap'; database exists in /var/www/html/tools/php/dbsetup.php:11 Stack trace: #0 /var/www/html/tools/php/dbsetup.php(11): mysqli->query('CREATE DATABASE...') #1 {main} thrown in /var/www/html/tools/php/dbsetup.php on line 11" |
Very strange that you get this error when running as a container. Can you try opening a shell inside your docker container an typing this command.
Do you see the uploads folder? Anyway, I suggest deleting the container and any mapping to local filesystem you have, updating the docker image and setting it up from scratch again. That will mean you have to import everything again. I don't know if you have imported anything previously, or this is the very first time setting up the system? |
i
have created database but still can
t upload networks.csv and location.csv? I get this error:"Sorry, there was an error uploading your file.
Warning: fopen(uploads/location.csv): Failed to open stream: No such file or directory in /var/www/html/tools/php/location_import.php on line 38"
The text was updated successfully, but these errors were encountered: