fopen(users.csv): failed to open stream: No such file or directory
| Project: | PHPDevShell |
| Version: | 3.0.2-Stable |
| Component: | User interface |
| Category: | task |
| Priority: | critical |
| Assigned: | Jozefus |
| Status: | active |
Jump to:
Hi there.Here is Joseph and i have any error.
/web/plugins/PHPDevShell/models/user-admin/user-admin-import.query.php at line 129
123 // Upload CSV.
124 $filemanager->allowed_ext = 'csv';
125 $filemanager->alias = 'csv_import';
126 // Uploaded file.
127 if ($csv_file = $filemanager->autoUpload('csv_file')) {
128 // We now have the file, we could now start using it.
129-----------------------if ($open_csv_file = fopen($csv_file, "r")) { -----------
130 // Define default set of values.
131 $import_errors = 0;
132 $import_errors_custom = 0;
133 $import_count = 0;
134 $import_count_custom = 0;
135 $import_['token_id_option'] = $edit['token_id_option'];
136 $import_['overflow_table'] = $edit['overflow_table'];
Please please can me anybody help?

Comments
Thanks for your error report, sorry for the delay in reporting back. The error was confirmed and PHPDevShell V3.0.3 will be released today with this fix included.