[Extension] Yiistrap
Hey All, Yiistrap, the new version of the popular Yii-Bootstrap extension is finally here. If you liked Yii-Bootstrap you will love Yiistrap. You can download it from extensions or clone it from...
View ArticleSoap, Complex Type
Mam taki problem, otóż chciałby przekazać do metody paramter który będzie tablicą wielowymiarową ini_set('soap.wsdl_cache_enabled', '0'); ini_set('soap.wsdl_cache_ttl', '0'); class SoapController...
View Articleunsafe attribute
Hello. In my application.log I get warning: Failed to set unsafe attribute "vch_nav". What can cause this warning? Thanks.
View ArticleRadiobuttonlist. Error: Object Of Class Assesstmenttmp Could Not Be Converted...
more and more i created the ask post. i need for help.. i'm completely newbie.. hello.. i use tabular input for collecting existed data (i tried this tutorial). i have this table in mysql database...
View ArticleModel Rules By Permissions
Hi, I have a model that permit the users with credential permissions to change fields of this model. I want those users to have only permission only to specific fields. On the other hand I want the...
View ArticleCmenu Vertical
Hello all, i'm a newbie in Yii and i have a problem with CMenu widget. I need to a vertical menu, and i can't find in Yii API 1.1 this how to make them . Maybe somehow added d <br /> tag at the...
View ArticleAuto Loader Problem
Hello I have a Yii project , When I open my site in my local host it works good but When I upload it to hosting it cannot auto load Classes And I have error like YiiBase::autoload(User.php): failed to...
View ArticleBoolean Validator And True Value
Hello, how can I make the boolean validator set the attribute to true only when the value equals the trueValue? It sets it to true even when it is empty. Thank you
View ArticleNo Input File Specified Yii
i have hosted my site in godaddy shared linux hosting and my .htaccess file contains <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...
View Article[Solucionado] Consulta Ajax Para Cargar Datos En Un Formulario
Buen dÃa para todos, Estoy realizando un formulario de pedido con la extensión MultiModelForm, en el detalle de este pedido se pueden agregar varios item de productos, el cliente mediante un...
View ArticleUndefined Index:session_Id
loginResponse.php(38) 26 $this->error = "OK"; 27 } 28 elseif ($this->error != "OK") 29 $this->error = $this->tr->_($this->error); 30 31 if (isset($this->info)) 32 $this->info =...
View ArticleLoading "assetmanager" Application Takes Too Long
My pages sometimes take up to 90 seconds to load, and it is mostly the "Loading 'assetManager' application component" part that takes way too long. Below is a screenshot showing the problem: What can I...
View ArticleShow Status While Loading
I've seen many examples of how to show a progress bar, and update a div with an ajax button, ajax search, etc... But I'm having a real hard time with this one. I have a controller function that loops...
View Article'allowempty' => False Not Working
Hi I have a file upload that is required as part of a form. I have the following rules array('file', 'file', 'on' => 'insert', 'allowEmpty' => false, 'safe'=>true, 'maxSize'=> 512000,...
View ArticleCreating An Ssl Encrypted Authentication With Yii 1.1.13's Stock Login System
I would like to work with Yii out of the box, focusing on everything along the way. My current focus is user login and authentication. I would like all logins to submit to https(// and forward there...
View ArticleModule Inside Module In Url Path
Hi , I have installed two modules , users and messages I make url rule for xxx.com/user/profile to be like xxx.com/me And xxx.com/messages to be xxx.com/pm So how can i make a rule for xxx.com/me/pm ??...
View ArticleIis7 Installation
I install YII under IIS7 The connection do not work I have this message " CDbException CDbConnection failed to open the DB connection " This is the same configuration on my local desk I do not find an...
View ArticleIstal Yii Di Iis
Mohon Bantuan Para Master,,,,Bagaimana Cara Instal Yii Framework dari IIS 7 dimana ada toturial nya....trimakasih
View ArticleBlack Hole - Please Help With Default Action
I redirect my users to the controller/action video/player when they login successfully. And it works fine. But after someone logs in, I want to direct them to video/player by default also if there is...
View ArticleTest Database Connection
I am trying to create a controller action that will test a user-defined database connection. I am calling this controller action with ajax. My problem is that if the database connection fails, it...
View Article