Hi, I’m testing the behaviour letters function, but sorry to tell you that I am not good at php code. When I just run command “php behaviour_letters.php” at gibbon\cli folder, the following message appear:
PHP Notice: Undefined index: SERVER_PORT in /opt/lampp/htdocs/gibbon/gibbon.php on line 22
PHP Notice: Undefined index: SERVER_NAME in /opt/lampp/htdocs/gibbon/gibbon.php on line 23
PHP Notice: Undefined index: SERVER_PORT in /opt/lampp/htdocs/gibbon/gibbon.php on line 23
PHP Fatal error: Call to undefined function ___() in /opt/lampp/htdocs/gibbon/cli/behaviour_letters.php on line 257
Do you have any idea about this situation? Thank you very much.
If you’re running v12 or earlier, the fix can be applied by replacing ___( with <code class="CodeInline">__((only two underscores) on lines 257 and 269.
Hope this helps! Give a shout if you have any questions.