Module named "system"

Hello,

I use Yii-framework to one of my new projects and has been perfect so far. Yesterday, when i created a module named “system”, some other yii-modules crashed. I think it is the “Path Alias and Namespace” that crash for the reference to yii framework path (‘system.*’). Should i rename my module or can this problem be solved in some way?

PHP Error message for the problem


YiiBase::require(/var/www/vhosts/dev/webroot/protected/modules/system/caching/CMemCache.php) [<a href='function.YiiBase-require'>function.YiiBase-require</a>]: failed to open stream: No such file or directory

I use Yii-framework 1.0.9

Regards

Erik

Yes, please consider a different module name, "system" is reserved for the Yii framework itself.

Welcome to the forums!