Hi,
Still learning to use new things in ExpressionEngine v2.1.3.
I made a website and now my client wants to add a list on his page.
So I installed NB CSV To Table version 2.0 and added a new field to upload the file.
Now the client can upload his excel file as csv-file and the website shows the list as a table.
I uploaded a test csv-file and it works (after biting all my nails not as easy as I thought) ... but if I open a page without csv-file I get:
A PHP Error was encountered
Severity: Warning
Message: fopen() [function.fopen]: Filename cannot be empty
Filename: nb_csv_to_table/pi.nb_csv_to_table.php
Line Number: 60
Cannot open file
Even as I try to put an if around it
{if csv_file != ""}
{exp:nb_csv_to_table file="{csv_file}” table_class=“standaard” id=“playlisttable” header_rows=“1|3” header_class=“ColumnOne” row_class=“ColumnTwo” show_row_count=“no” delimiter=”;” enclosure=’”’}{/if}
Please help
Thanks