Page 1 of 1

Error (HTTP 500 Internal Server Error) after clicking on "import csv data"

Posted: 2017-01-03 19:00
by Flemp000
After clicking on "import csv data" in firefox I get a blank screen when I try the same thing in IE I get "The website cannot display the page HTTP 500" . after looking at the Apche2 logs it says

:?: [Tue Jan 03 13:45:34.350096 2017] [:error] [pid 9160] [client 192.168.5.201:57552] PHP Warning: dir(/var/www/html/admin/csv): failed to open dir: No such file or directory in /var/www/html/admin/pageUploadCSV.php on line 309, referer: http://192.168.5.98/admin/pageHome.php

:?: [Tue Jan 03 13:45:34.358526 2017] [:error] [pid 9160] [client 192.168.5.201:57552] PHP Fatal error: Call to a member function read() on boolean in /var/www/html/admin/pageUploadCSV.php on line 310, referer: http://192.168.5.98/admin/pageHome.php

Can anyone please help?

Re: Error (HTTP 500 Internal Server Error) after clicking on "import csv data"

Posted: 2017-01-04 02:29
by Flemp000
Working on the Latest version is 5.60, released on Dec 25, 2016 (Appgini)

Re: Error (HTTP 500 Internal Server Error) after clicking on "import csv data"

Posted: 2017-01-05 08:53
by Noha Eshra
AppGini Application attempts to create a folder named CSV inside the admin folder. If it fails to create that folder, an error message should be displayed.
For some reason this didn't happen on your side.
Anyway you can create that folder (admin/csv) and make sure it's write-able by Appgini application.

Re: Error (HTTP 500 Internal Server Error) after clicking on "import csv data"

Posted: 2017-01-08 01:17
by Flemp000
I created the csv folder and changed the permissions and it works. Thank You for the help.