Skip to content

The website cannot display the page after export

https://open-tools.net/forum/eu-sales-reports-for-virtuemart/5240-the-website-cannot-display-the-page-after-export.html

After exporting the EU Sales list it is not possible to select another month or click a header to change the sorting. You get the error: The website cannot display the page.

When you click the button near the year select after an export you can do whatever you want, no errors?

For period-select and year-select I found out "task" was missing:

Added this.form.task.value=''; models\eurecap.php line 232 $listHTML = JHtml::_ ('select.genericlist', $options, 'month', 'class="inputbox" style="width: inherit onchange="this.form.task.value=''; this.form.submit();" ', 'text', 'value', $selected);

line 242 $listHTML = JHtml::_ ('select.genericlist', $options, 'year', 'class="inputbox" style="width: inherit" onchange="this.form.task.value=''; this.form.submit();" ', 'text', 'value', $selected);

I didn't figure out how to reset "task" when I click on a sorted header. So sorting after export still gives the error...