I have installation running on a shared environment and ussed the cli to import emails. It seemed to work temporarily then stopped. I want to test using the url www.mywebsite.com/thebuggenie/tbg_cli cc or www.mywebsite.com/thebuggenie/tbg_cli mailing:check_incoming and both display html response including
<h1><img src="/images/logo_48.png"><span>An error occurred in The Bug Genie</span></h1>
<div class="error_content">
<h2>Use of undefined constant THEBUGGENIE_SESSION_NAME - assumed 'THEBUGGENIE_SESSION_NAME' (this will throw an Error in a future version of PHP)</h2>
<h3>The following error occured:</h3>
<span class="exception-message">Use of undefined constant THEBUGGENIE_SESSION_NAME - assumed 'THEBUGGENIE_SESSION_NAME' (this will throw an Error in a future version of PHP)</span> in <span class="filename">/home/artautom/public_html/support/core/framework/Context.php</span>, line 484 <br>
<h3>Stack trace:</h3>
<ul class="stacktrace">
<li>
<strong>require()</strong>
<br>
<span class="filename">/home/artautom/public_html/support/core/framework/Context.php</span>, line 316 </li>
<li>
<strong>thebuggenie\core\framework\Context::initializeSession()</strong>
<br>
<span class="filename">/home/artautom/public_html/support/core/framework/Context.php</span>, line 541 </li>
<li>
<strong>thebuggenie\core\framework\Context::initialize()</strong>
<br>
<span class="filename">/home/artautom/public_html/support/core/framework/Context.php</span>, line 2573 </li>
<li>
<strong>thebuggenie\core\framework\Context::bootstrap()</strong>
<br>
<span class="filename">/home/artautom/public_html/support/tbg_cli</span>, line 22 </li>
</ul>