Attila Szabó

Results 3 comments of Attila Szabó

Yes of course I can: the console: return array( 'basePath' => dirname(**FILE**) . DIRECTORY_SEPARATOR . '..', 'name' => 'My Console Application', ``` 'commandMap' => array( 'node-socket' => 'application.extensions.yii-node-socket.lib.php.NodeSocketCommand' ) ```...

Uhhh, there was an invalid .htaccess in the protected folder. Now happened something new. :) C:\xampp\htdocs\myApp\protected>yiic node-socket start Error: Please provide valid socket transport component name like in config USAGE...

Pfff... Now this is the same like before. I put the nodeSocket component also into the console.php. yiic simply writes the usage informations and commands. Nothing more. How could I...