Import Extensions/Devices from CSV file

Status
Not open for further replies.
Strange. If you want - I can try to look at your server, but all servers I installed it to - it worked.
Anyway, code is open. If you can find what issue is - pls send info.
 
If you want access, I can get you in. I just checked over the webserver logs. Look normal to me.. Last 4 lines after import attempt:

192.168.1.99 - - [23/Jul/2018:10:16:14 -0400] "GET /resources/bootstrap/css/bootstrap.min.css HTTP/1.1" 200 121260 "https://192.168.1.44/app/bulk_import_extensions/import_extensions.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.1.99 - - [23/Jul/2018:10:16:14 -0400] "GET /themes/default/css.php HTTP/1.1" 200 34428 "https://192.168.1.44/app/bulk_import_extensions/import_extensions.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.1.99 - - [23/Jul/2018:10:16:14 -0400] "GET /resources/bootstrap/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 7771 "https://192.168.1.44/app/bulk_import_extensions/import_extensions.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
192.168.1.99 - - [23/Jul/2018:10:16:14 -0400] "GET /resources/bootstrap/css/bootstrap-colorpicker.min.css HTTP/1.1" 200 3968 "https://192.168.1.44/app/bulk_import_extensions/import_extensions.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
 
Just checked on freshly installed 4.4 on Debian 8.
Working great. How did you import file?
Screen.gif
 
After I choose the file and click import I never get the field mapper. It just goes back to an empty field
 

Attachments

  • import.JPG
    import.JPG
    25.2 KB · Views: 5
This is a fresh install of Debian 8.11, Fusion 4.4.1. Then, I did a download of your 4.4 zip, copied the app folder, and reset permissions.
 
Check the permissions on /tmp folder and check, if after pressing "Import"/"Preview" you have /tmp/import.csv file
 
$is_import, I'm assuming needs to be true, that doesn't seem to be the case.
 
Nope, $is_import is used when you actually start importing process. Let me install fresh new setup on DO.
 
For development I'm using Docker, which installing php5. But I've also tested with plain Debian with installation from script and it also worked.
 
Status
Not open for further replies.