About Us

Aatria Healthcare services provides Adult Rehabilitation Mental Health Services (ARMHS) to improve the quality of life of adult individuals living with the challenges of mental health disorder through person center intervention, advocacy, education, and support.

Give us a call today!

Why Us?

Aatria Healthcare provides mental health services that are rehabilitative services that enable the member to develop and enhance psychiatric stability, social competencies, and personal and emotional adjustment. In addition, we encourage independent living and community skills when the symptoms of mental illness impair these abilities; Aatria Healthcare staff are here to help you navigate this journey.

Learn more about our services!

Basic living skills, ARMHS provides:

▸ Managing the symptoms of mental illness, finding providers, taking clients to appointments.

Transition to Community Living, ARMHS can:

▸ Help with re-entering into community living after treatment, acute settings or hospital.

Community Intervention, ARMHS can:

▸ Culturally specific barriers to services delivery like scarcity, language, transportation, and mental health stigma.

Our Location


Notice: ob_clean(): failed to delete buffer of zlib output compression (0) in /home/steditor/public_html/framework/base/CErrorHandler.php on line 108
CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1114 The table 'yiilog' is full. The SQL statement executed was: INSERT INTO `yiilog` (`level`, `category`, `logtime`, `message`) VALUES (:level, :category, :logtime, :message)

/home/steditor/public_html/framework/db/CDbCommand.php(359)

347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')', 'system.db.CDbCommand.execute');
348             }
349 
350             $errorInfo=$e instanceof PDOException ? $e->errorInfo : null;
351             $message=$e->getMessage();
352             Yii::log(Yii::t('yii', 'CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
353                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)), CLogger::LEVEL_ERROR, 'system.db.CDbCommand');
354 
355             if (YII_DEBUG) {
356                 $message.='. The SQL statement executed was: '.$this->getText().$par;
357             }
358 
359             throw new CDbException(Yii::t('yii', 'CDbCommand failed to execute the SQL statement: {error}',
360                 array('{error}'=>$message)), (int)$e->getCode(), $errorInfo);
361         }
362     }
363 
364     /**
365      * Executes the SQL statement and returns query result.
366      * This method is for executing an SQL query that returns result set.
367      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
368      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
369      * them in this way can improve the performance. Note that if you pass parameters in this way,
370      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
371      * Please also note that all values are treated as strings in this case, if you need them to be handled as

Stack Trace

#7
+
 /home/steditor/public_html/_functions.php(50): CApplication->run()
45     $application->website_type = $type;
46     $application->website_name = $name;
47     $application->self_domain = $self_domain;
48     
49     
50     $application->run();
51 
52 }
53 //stripe www from domain
54 function stripDomain($domain)
55 {
#8
+
 /home/steditor/public_html/index.php(64): run("aatriahealthcare.com", "website", 0, 1)
59         run($subdomain, 'website');
60     }
61     exit();
62 }
63 
64 run($domain, 'website', 0, 1);
2025-10-21 00:12:39 Apache Yii Framework/1.1.15