@support @LeonidS hey there, is there a reason why unauthorized users would be seeing a "Database Query Error"?
I was trying to create a home page for these people, but it seems that when they view the page without an account that the page CSS and style doesn't load, and it throws it gives this error. However, anyone who does have an account does not see this error.
Is there a fix to this?
Comments
Hello @GFunnel !
This situation means the guest can't provide some data for some block(s). It needs to check the text of the error message, which is sent to the site email with the "MySQL error" subject.
Then you may change the following line in the inc/header.inc.php file of your UNA:
define('BX_DB_FULL_DEBUG_MODE', false);
and change false to the true.
Then visit again the page where you've met the error and provide me the code of it.
G
@LeonidS it is already this. It's already False
G
I changed the page layout to default and it fixed it