Home Page » Extensions » how to create a poll using poll extension
0
Votes
how to create a poll using poll extension
i need to know how to use the poll extension in yii… i was not able to find how to use it i m getting error..
By yuvarani in Extensions · Asked 480 days 7 hours 18 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Possibly related Questions
TAGS
actioncreate ( x 2 )ACTIVERECORD ( x 4 )AJAX ( x 10 )ajaxSubmitButton ( x 4 )AR ( x 2 )cactivedataprovider ( x 2 )CActiveForm ( x 2 )cactiverecord ( x 2 )CGridView ( x 14 )CJuiAutoComplete ( x 3 )CJuiDialog ( x 8 )CListView ( x 8 )controller ( x 7 )Css ( x 2 )CStarRating ( x 2 )CTreeView ( x 2 )database ( x 5 )dialog ( x 2 )dropdownlist ( x 3 )EGMaps ( x 3 )extension ( x 3 )file ( x 2 )form ( x 6 )Giix ( x 2 )gridview ( x 2 )html ( x 2 )javascript ( x 3 )many_many ( x 4 )merge ( x 2 )model ( x 4 )Modules ( x 3 )multilanguage ( x 2 )php ( x 2 )redirect ( x 4 )Registration ( x 3 )relations ( x 5 )renderPartial ( x 8 )session ( x 2 )sorting ( x 3 )sql ( x 4 )url ( x 3 )urlManager ( x 3 )validation ( x 3 )yii ( x 11 )YiiAnswers Site ( x 4 )This website counts Questions and 429 Answers by 7430 registered users.

I did not use this extension yet… but I don’t see how can anybody help you if you don’t post the code you used… and the error you are getting…
By mdomba · 478 days 6 hours 49 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
i didnt code anything new.. i just downloaded the extension and put it under modules folder.. i changed in the config file alone…
i imported the database tables which i downloaded from the extension but still i m getting error like this…
The table “{{poll}}” for active record class “Poll” cannot be found in the database.
can u find how to solve this… i mhaving the table in my database..
By yuvarani · 478 days 6 hours 3 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
That i because you haven't set the table prefix on the database configuration. Try to set the table name on the Poll model's public function tableName() the full name (do not use {{}} tags)
By tonydspaniard · 478 days 2 hours 1 min ago
hi..
i tried dat 2 but it is not working..
By yuvarani · 478 days 1 hour 18 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0