PHP MySQL Yii - database reading not writing
问题 I have a working Yii app on my local lamp stack. Now when I put the app on a lamp server the app reads the db and runs, but the app isn't successfully writing to the db. I'm getting no errors logs. Any thoughts? Here's how I'm updating the db: public function actionIndex() { if ($_GET["yep"] == "") { pd_error("You are not logged in!"); } list($uid, $domain) = preg_split("/@/",$_GET["yep"],2); $model=$this->loadModel($uid); $this->redirect($model->URL."?".$model->Unique_ID); } public function