Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • EU Sales Reports for VirtueMart EU Sales Reports for VirtueMart
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VirtueMartVirtueMart
  • EU Sales Reports for VirtueMartEU Sales Reports for VirtueMart
  • Issues
  • #3

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...

Assignee
Assign to
Time tracking