pedrovoorwinden
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Format not working, no rows foundHi,
I’ve looked into the code and found out what is happening. The CSV file I was using, contained 2 rows, both rows used emails that were already in use by the application. It was not allowed to create 2 accounts with the same email. So the code skipped both, resulting in 0 rows to execute. It was my fault all along..
Kind regards,
Pedro
Forum: Plugins
In reply to: [Import and export users and customers] Format not working, no rows foundHi,
I just installed LibreOffice and tried creating a CSV file and test it with the plugin.
LibreOffice however, returns the same output as every program I used, and unfortunately, it didn’t work. I still get te header columns and no output rows.
Can you provide me with the location of PHP functions that are used to decode the csv file so I can see if I can debug the problem with PHPStorm and xDebug? Maybe that way I can find a solution.Kind regards,
Pedro
Forum: Plugins
In reply to: [File Away] FIleaway Shortcode not working properlyThank you! That worked for me. The problem was that I did not have any files in the parent directory, so no output was returned. I uploaded one file in the parent directory and the shortcodes worked!
Kind regards,
Pedro