求解:CAssetManager.basePath "/www/users/xuanwuhotel.com.ufhost\static\assets\" 是无效的. 请确定它是一个可被 Web server process 写入资料的目录.
CAssetManager.basePath "/www/users/xuanwuhotel.com.ufhost\static\assets\" 是无效的. 请确定它是一个可被 Web server process 写入资料的目录./www/users/xuanwuhotel.com.ufhost/framework/YiiBase.php(220)208 {
209 unset($args[0]);
210 $class=new ReflectionClass($type);
211 // Note: ReflectionClass::newInstanceArgs() is available for PHP 5.1.3+
212 // $object=$class->newInstanceArgs($args);
213 $object=call_user_func_array(array($class,'newInstance'),$args);
214 }
215 }
216 else
217 $object=new $type;
218
219 foreach($config as $key=>$value)
220 $object->$key=$value;
221
222 return $object;
223 }
224
225 /**
我的assets权限是777