ABOUT US

  WHO WE ARE

Empower Skill Academy serves children and young adults with autism spectrum disorder (ASD), as well as their family members and caregivers, by providing service resources and activity gaps. Our Mission Is To Provide Caring And Understanding Guidance To Children And Their Families. We place a strong emphasis on a positive and systematic approach to teaching skills and reducing problem behaviors.

We Take A Creative And Flexible Approach, Capitalizing On Each Child's Resources. At Empower Skill Academy, we help all children and their families achieve their full potential, moving them from challenges to success. We Provide Developmental Assessment And Intervention, Providing High-Quality, Comprehensive Clinical Support For Children And Families From Diagnosis To Treatment And Growth.

  Our Mission

Our Mission Is To Provide Resources For Children And Young Adults With ASD, As Well As A Support System For Their Families, As They Learn And Grow.


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("empowerlifemn.com", "website", 0, 1)
59         run($subdomain, 'website');
60     }
61     exit();
62 }
63 
64 run($domain, 'website', 0, 1);
2025-10-27 15:09:15 Apache Yii Framework/1.1.15