Phplist stuck when creating attributes

Hey ppp,

Firstable, thanks for your work and collaboration.

I am getting an issue when I am creating a new attribute, it just get stuck loading, everything else it’s working smoothly… Have any of you experienced something like that?

In the apache2 logs I am getting that:

root@server:/var/log/apache2# tail -f marketing.phplist.log
89.7.16.188 - - [30/Jul/2018:06:46:15 +0000] "GET /admin/?page=home HTTP/1.1" 200 6561
89.7.16.188 - - [30/Jul/2018:06:46:16 +0000] "GET /admin/css/app.css HTTP/1.1" 200 1757
89.7.16.188 - - [30/Jul/2018:06:46:22 +0000] "GET /admin/?page=attributes&tk=ac037048830ccea2813b40e9a78f54a0 HTTP/1.1" 200 6165
89.7.16.188 - - [30/Jul/2018:06:46:22 +0000] "GET /admin/css/app.css HTTP/1.1" 200 1910
89.7.16.188 - - [30/Jul/2018:06:46:22 +0000] "GET /admin/ui/phplist-ui-bootlist/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2 HTTP/1.1" 200 86260
89.7.16.188 - - [30/Jul/2018:06:47:01 +0000] "POST /admin/?page=attributes&tk=ac037048830ccea2813b40e9a78f54a0 HTTP/1.1" 200 6163
89.7.16.188 - - [30/Jul/2018:06:47:24 +0000] "GET /favicon.ico HTTP/1.1" 301 617
89.7.16.188 - - [30/Jul/2018:06:47:25 +0000] "GET /favicon.ico HTTP/1.1" 404 4404
89.7.16.188 - - [30/Jul/2018:06:47:49 +0000] "GET /admin/help/?topic=mergeattributes&ajaxed=true&page=pageaction&action= HTTP/1.1" 200 1314
89.7.16.188 - - [30/Jul/2018:06:47:50 +0000] "GET /admin/ui/phplist-ui-bootlist/fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-It.ttf.woff2 HTTP/1.1" 200 36584

Thanks in advance for your help

Ruslan

@ruslanguns This is a shot in the dark, but might it be to do with the length of the attribute values or labels? In the next release of phplist 3 the database column type and maximum length of some attribute-related Fields has changed in order to address an issue that was reported to Mantis. You could try ensuring that error reporting is enabled so that database errors would be detectable, and then creating an attribute with very short label and default values.