nickian/mautic-whitelabeler

Error: undefined when applying whitelabel

Closed this issue · 9 comments

Hi

Since 4.0.2 I'm facing this:

image

I don't see any errors in nginx logs. Just the undefinded. Anyway I can debug?

the cli whitelabeler works though for some reason so that's good

Seems to be an issue of my LEMP environment or probably a permissions thing.
When it was permissions I did get errors, so perhaps a PHP setting

Hmm not permissions, switched everything to www-data:www-data and 777 and nothing

Are you able to find any other specific errors in either the browser console or your web server's error log?

Also, sometimes PHP and PHP-CLI are running different versions. Make sure you have the same PHP extensions installed for both.

no, on my environment they are identical
on the web server I did see one permissions error, but I was able to fix that.

I just noticed nginx is not supported, but it would be nice to know why it's failing.

It works fine on NGINX for me. What does your NGINX error log say? Probably in /var/log/nginx/error.log. You can try using tail -f /var/log/nginx/error.log and run the whitelabeler while your terminal watches for errors in realtime.

Hi

The same error here

I have Apache server, php7.4 and all work fine, but this error is there, and i can't apply whitelabeler anymore.

On the v4.0 it has working, but, the last 2 versions has this problem. And i can't debug this with php logs, or web site logs, no errors there. It just stopping there, and doesn't do anything.

Hello, any solutions on this? I´m getting this error nowadays...

image