I am using PHPMaker 2025.12 with PostgreSQL. I have a project where, when I create a Cross Report and use a date field as the column heading, the month titles are displayed incorrectly, although the data itself is correct.
Hola, thanks for your response.
As you can see below, the language is set to pt-BR.
The issue is that it was working perfectly before—the headings were displayed correctly—and then suddenly it started behaving like this. I’ve tried loading a previous version that I know was working, but the problem still persists.
Did you change web server or PHP verson recently? If so, it may be due to the PHP version on your web server (the month names are retrieved from PHP Intl). If you are using some older PHP version (< PHP 8.4), you may take this chance to update your PHP and try again.
My PHP version is 8.4.4.
The day before yesterday, the server shut down unexpectedly, and since then this error started appearing. Today I restarted the server and it is now working normally, as you can see below. It may have been caused by temporary files.