Last page of customer table -> blank page

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
columbo
Advanced
Posts: 126
Joined: 09 Oct 2019, 09:42

Last page of customer table -> blank page

Post by columbo » 18 Nov 2021, 11:07

Hi,

in aimeos 2020.10.9:
  1. go to customer section in aimeos' admin area (jqadm)
    -> as expected, all customers are listed in a paginated table
    .
  2. now go to last page or increase page-limit so that all customer are displayed on a single page
    -> failure: customer table not displayed at all:
    blank page.png
    blank page.png (12.59 KiB) Viewed 632 times

There are no entries in aimeos log but browser debugger shows:
SyntaxError: Element.querySelectorAll: '\' is not a valid selector
debugger.png
debugger.png (29.31 KiB) Viewed 632 times

I have no clue why the table is no longer displayed
This behavior is only for the customer table. Product tables etc. work without any problems

Thank you!

User avatar
aimeos
Administrator
Posts: 7919
Joined: 01 Jan 1970, 00:00

Re: Last page of customer table -> blank page

Post by aimeos » 19 Nov 2021, 09:55

Seems like one of your customer entries has some data that isn't properly escaped and thus, rendering the data in the browser may fail. You should try to find out which record and what data makes problems.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply