slider

Hello guys:

I’m a new yii user and don’t understand this error. I suppose that is a bug, the url is http://www.yiiframework.com/extension/slider. Something else is necessary for the right functionality ?. I attach the file with the complete code.

CException

Alias "extensions.slider.slider" es inválido. Verifique que el mismo apunta a un directorio o archivo exisitente.

/opt/lampp/htdocs/framework/YiiBase.php(343)

331 unset(self::$_includePaths[$pos]);

332 }

333

334 array_unshift(self::$_includePaths,$path);

335

336 if(self::$enableIncludePath && set_include_path(’.’.PATH_SEPARATOR.implode(PATH_SEPARATOR,self::$_includePaths))===false)

337 self::$enableIncludePath=false;

338

339 return self::$_imports[$alias]=$path;

340 }

341 }

342 else

343 throw new CException(Yii::t(‘yii’,‘Alias “{alias}” is invalid. Make sure it points to an existing directory or file.’,

344 array(’{alias}’=>$alias)));

345 }

346

347 /**

I use Linux Zorin Os and Xampp Server.

Thanks very much and

Greetings.

I can understand my error!.

It’s a path file problem.