Hi all!
I'm trying to generate a new app in Yii 1.1.12 with MacOsX 10.7.4 with the following code:
yii/framework/yiic webapp testapp
And it throws out the following error:
dyld: Library not loaded: @loader_path/../lib/libssl.dylib
Referenced from: /usr/lib/libpq.5.dylib Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 or later, but libssl.0.9.8.dylib provides version 0.9.8 Trace/BPT trap: 5
Any help?
Thanks
Page 1 of 1
Can't create Yii App
#2
Posted 13 September 2012 - 10:22 AM
same issue for me.
I install on ubuntu 11.04 with LAMP
Yii Requirement Checker
Description see attached file.
After I run yiic create nothing.
-bash-4.2# ./yiic webapp tt
Create a Web application under '/var/www/yii/framework/tt'? (yes|no) [no]:y
I install on ubuntu 11.04 with LAMP
Yii Requirement Checker
Description see attached file.
After I run yiic create nothing.
-bash-4.2# ./yiic webapp tt
Create a Web application under '/var/www/yii/framework/tt'? (yes|no) [no]:y
Attached File(s)
-
YII.jpg (228.5K)
Number of downloads: 13
#3
Posted 01 October 2012 - 10:52 AM
yo can try with this way like:
<?php echo CHtml::ajaxLink('All', Yii::app()->createUrl('/site/manage' ),array('data' =>array( 'name' => $_REQUEST['name'],'admissionnumber'=> $_REQUEST['admissionnumber'],'val' => 'All',),'dataType' => 'text','update'=>'#student_panel_handler')); ?>
the $_REQUEST['name'] is displaying when echo that not passing to the action.
<?php echo CHtml::ajaxLink('All', Yii::app()->createUrl('/site/manage' ),array('data' =>array( 'name' => $_REQUEST['name'],'admissionnumber'=> $_REQUEST['admissionnumber'],'val' => 'All',),'dataType' => 'text','update'=>'#student_panel_handler')); ?>
the $_REQUEST['name'] is displaying when echo that not passing to the action.
#4
Posted 11 October 2012 - 03:50 AM
f:\wamp\bin\php\php5.3.8>php.exe f:\wamp\www\yii\framework\yiic webapp f:\wamp\www\yiiapp
run this command on command prompt
and yiiapp stands from your application name
run this command on command prompt
and yiiapp stands from your application name
Share this topic:
Page 1 of 1

Help











