Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - xvisionbelgium

1
Bugs / PHPRad can not handle fields with double underscore in the field name
PHPRad can not handle fields with double underscore in the field name

Ex. I have a customer db where there is a field with the name unpaid_amount__transac_currency. (so double underscore between amount and transac)

I can't show this field (have to uncheck it) and it gives an error when syncing the data source.
2
Bugs / Problem with HTTPS detection on Azure WebApps
When I try to deploy on a Azure WebApp and I force HTTPS, the base URL (in config.php) is set not correctly to a HTTPS URL.
It stays on HTTP causing a lot of mixed content errors.

It should be better that all referenced links are relative and not fully qualified or the code for detecting HTTPS should be checked.