EXPORT / IMPORT not working August 15, 2020, 06:31:00 PM Hi,I'm trying IMPORT and EXPORT on a table with 2 fields ... none of them are working:1) EXPORT: is empty2) IMPORT shows the error:Access to localhost was deniedYou don't have the user rights to view this page.HTTP ERROR 403Am I missing something ? I activated on "List Page": ExportSettings (all), ExportbuttonText ("Export"), iMPORTdATAsETTINGS (CHECKED: csv)...What should I do ? is there a bug ?Many thanks for helping ! Quote Selected Last Edit: August 15, 2020, 06:33:47 PM by Catalin
Re: EXPORT / IMPORT not working Reply #1 – August 15, 2020, 08:40:38 PM @Catalin the import issue is a bug and the dev is working on a fix for it. As for the export, it should work, did you edit the page as custom? Quote Selected
Re: EXPORT / IMPORT not working Reply #2 – August 16, 2020, 07:22:58 AM Hi Wilvin, and thanks for reply.In case of EXPORT, I receive the following lines in EXCEL as errors, instead of values from database:<br /> <b>Warning</b>: array_keys() expects parameter 1 to be array object given in <b>C:\Ampps\www\sipefe2020\helpers\Functions.php</b> on line <b>60</b><br /><br /> <b>Warning</b>: fputcsv() expects parameter 2 to be array null given in <b>C:\Ampps\www\sipefe2020\helpers\Functions.php</b> on line <b>60</b><br /><br /> <b>Warning</b>: fputcsv() expects parameter 2 to be array object given in <b>C:\Ampps\www\sipefe2020\helpers\Functions.php</b> on line <b>63</b><br />I have a TABLE with 2 columns: ACTIVITY_CODE - Varchar (512) ACTIVITY_DESCRIPTION - Varchar (512)In the Table I have 2 records...Error is mentined above (maybe is a bug, that's way I'm record it here)In case of IMPORT: PLEASE let me know if the issue will be solved All the best, tks ! Quote Selected