Yiiframework.co.il Code is now open sourced!
#101
Posted 21 March 2013 - 01:24 AM
Hi,
how can I disable url manager..
so it give the normal Yii url...
like index.php?r=controller/action.. tried with commenting url manager in main.config & removing .htaccess ,
but admin panel not working then..
and I want to disable multilingual.. make 'en'- english as default...
how can I disable url manager..
so it give the normal Yii url...
like index.php?r=controller/action.. tried with commenting url manager in main.config & removing .htaccess ,
but admin panel not working then..
and I want to disable multilingual.. make 'en'- english as default...
Thanks,
Gaurish
Gaurish
#102
Posted 05 April 2013 - 08:27 AM
HI Vince,
Thanks for sharing such a great site. I am New to YII. Trying to find some help - and i have found yours. I have NOT faced any difficulty installing it in localhost running with Xampp.
Thank you very much for sharing.
Best Regards,
Thanks for sharing such a great site. I am New to YII. Trying to find some help - and i have found yours. I have NOT faced any difficulty installing it in localhost running with Xampp.
Thank you very much for sharing.
Best Regards,
#103
Posted 08 November 2013 - 10:30 AM
Hi, can i edit automatically sourcemessage table?
if i change my default language and source language to it...is there some mistake?
if i change my default language and source language to it...is there some mistake?
#105
Posted 11 November 2013 - 10:50 AM
hi, how can i reach framework folder from alias?
i'm looking a solution to use gii into your Yiimcs, vince
i'm looking a solution to use gii into your Yiimcs, vince
#107
Posted 13 November 2013 - 06:22 PM
if i use custom url that match this rule <controller/w+>/<action:/w+>/<string:(\w+[-]+\w+)> the zii.widgets.CMenu and zii.widgets.CBreadcrumbs create a wrong url like this: controller/action/string/lang/en when i expected en/controller/action/string
CMenu and CBreadcrumbs parameter:
'url' => array('immobilisourcemessage/tbl/condizione-immobile'),
where:
immobilisourcemessage is my controller, tbl is my action and condizione-immobile is my string
Why this???
Please help meeeeeee
CMenu and CBreadcrumbs parameter:
'url' => array('immobilisourcemessage/tbl/condizione-immobile'),
where:
immobilisourcemessage is my controller, tbl is my action and condizione-immobile is my string
Why this???
Please help meeeeeee

#108
Posted 28 November 2013 - 09:41 AM
When I try to import the "inserts.sql" file I receive:
Could someone help me to fix it?
INSERT INTO `authitemchild` VALUES ( 'manage_posts', 'add_post' ); MySQL meldet: Dokumentation #1452 - Cannot add or update a child row: a foreign key constraint fails (`yii_cms`.`authitemchild`, CONSTRAINT `authitemchild_ibfk_1` FOREIGN KEY (`parent`) REFERENCES `authitem` (`name`) ON DELETE CASCADE ON UPDATE CASCADE)
Could someone help me to fix it?

#109
Posted 08 March 2014 - 01:57 AM
thank you for this, but how can i use this on my localhost.. can you give me CustomUrlManager for localhost.. thank you so much..