Eli Argon

Results 8 issues of Eli Argon

in base.php line 1136 in the function language() stats: ` $locale=@constant('ISO::LC_'.$parts[0]); ` This line generates an Internal Server Error of Undefined Constant ISO::LC_la Any idea why and how to fix?

Trying to run an f3 app (using version 3.8.0) with php 8.16 I am getting Internal Server Error Undefined array key for.... ERROR, CLI, VERB and other $hive[...] keys. Using...

What need to be done to display rtl language (such as Arabic or Hebrew) there is an Arabic language file but no explaination of how to display text in that...

in php I can break of a foreach( loop with break; if there an exquivalent code when in a template code with F3 $this->tpl->render(...)?

Within a template I defined a awLib as a directory with `` and the I can use it as a variable inside src="..." or href="..." in HTML and directive. These...

Hello, I am trying to use your FAL addon to F3 and I am getting this error Fatal error: Interface 'FAL\FileSystem' not found I looked through your code in fal.php...

Hello, I Just installed the code following the instructions on your page. (git, composer and automatic installation). When trying to log into the page, I got the following error: Server...