Blank admin categories page after cat. improt

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!
goodwork
Posts: 8
Joined: 01 Jan 2020, 22:35

Blank admin categories page after cat. improt

Post by goodwork » 02 Jan 2020, 16:03

Now version is (2019.10.6). But I think it was some bug from older version....
After "php artisan aimeos:jobs catalog/import/csv" new categories do not appear in admin categories page, categories page is blank. I checked db tabel with categories but it's ok, all categories records form file have been added. After that I rollbacked db table with categories, but without result -categories admin page remained blank.
ScreenShot
http://prntscr.com/qij3nu

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

Re: Blank admin categories page after cat. improt

Post by aimeos » 02 Jan 2020, 16:16

Can you please post a screenshot of the contents of the mshop_catalog table from your database?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

goodwork
Posts: 8
Joined: 01 Jan 2020, 22:35

Re: Blank admin categories page after cat. improt

Post by goodwork » 02 Jan 2020, 18:46

I thought it was due to database error... I cleared db tables and seeded them with demo-data, but the error remained
I also tried to re-install admin-ui, without success...
That error comes from chrome debug

http://prntscr.com/qikxnw
http://prntscr.com/qikpqy

goodwork
Posts: 8
Joined: 01 Jan 2020, 22:35

Re: Blank admin categories page after cat. improt

Post by goodwork » 02 Jan 2020, 21:52

On fresh composer insatllation category page is blank too :cry:

goodwork
Posts: 8
Joined: 01 Jan 2020, 22:35

Re: Blank admin categories page after cat. improt

Post by goodwork » 02 Jan 2020, 22:01

I updated aimeos on my local machine on widows to last version and it works correctly... :twisted:

goodwork
Posts: 8
Joined: 01 Jan 2020, 22:35

Re: Blank admin categories page after cat. improt

Post by goodwork » 03 Jan 2020, 00:07

page selector (not reaction on page select, after click it add to url page num,
but the page number in the component does not change) and items quantity selector and language change side menu (not reaction on lang change) in adamin not working too

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

Re: Blank admin categories page after cat. improt

Post by aimeos » 03 Jan 2020, 09:39

The JS error is the follow up of the problem why no valid data is returned by the JSON:API. Thus, it would be great if you could import your CSV file again, see if the error still occurs and post a screenshot of the database entries.
goodwork wrote: 03 Jan 2020, 00:07 page selector (not reaction on page select, after click it add to url page num,
but the page number in the component does not change) and items quantity selector and language change side menu (not reaction on lang change) in adamin not working too
What do you mean? Can you post a screenshot?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

goodwork
Posts: 8
Joined: 01 Jan 2020, 22:35

Re: Blank admin categories page after cat. improt

Post by goodwork » 06 Jan 2020, 10:56

Solution is here: laravel-package-f18/configuring-nginx-f ... t2650.html

It's happend because wrong nginx conf. :!:

Post Reply