Topic: Exclamation point in yellow triangle

I am experimenting with FA and have loaded a fresh install of FA, with very little data in the database at this stage.

I am getting more and more instances of the exclamation point in yellow triangle at the top of the page. Is there any place I can look (eg a log) after each time this occurs to find out the specific cause?

Re: Exclamation point in yellow triangle

Try to look in the /tmp/error(something) file in the fa directory.

/Elax

Re: Exclamation point in yellow triangle

Thanks. I found these 2 messages repeating quite frequently. In fact, the second one is VERY frequent

[06-Jan-2012 10:35:35] 0:admin:po_ui.inc:63: Creating default object from empty value
[06-Jan-2012 10:48:31] 4 Domain file "./lang/C/LC_MESSAGES/C.po" not found.

Sometimes the second message appeared as follows (two points instead of one)

[06-Jan-2012 11:24:26] 4 Domain file "../lang/C/LC_MESSAGES/C.po" not found.

As for the first error, I have no idea where to start looking. Anyone have any advice?

As for the second error, I checked my files system and I don't have such a a file or path. I have this path:

/frontaccounting/lang/en_US/LC_messages/

containing these 4 files:

en_US-2.3.0-1.mo
en_US-2.3.0-1.php
en_US-2.3.0-1.po
en_US.mo

Any ideas?

Re: Exclamation point in yellow triangle

I see there is some problem with inconsistent C/en_GB/en_US support. I have added bug report in mantis to be fixed ASAP. Also I have no idea what is en_US-2.3.0-1.php file -  seems it is not included in original FA sources nor any FA extension.
For now, try uninstall the en_US localization package.
Janusz

Re: Exclamation point in yellow triangle

These errors are eliminated after fix of Global GetText instead of session Gettext.
Fixed in 2.3.10.

Pleasereport back, brlib, if the problem is still there.

/Joe