CodeBlastr / SYSTEM

Free Open Source Multi-Site CMS ( content management system ) built on the CakePHP rapid development MVC framework. Rapidly build large scale applications or use the numerous plugins like Project Management, Contact Relationship Management (CRM), Invoicing and more.
GNU General Public License v3.0
73 stars 33 forks source link

Debug error when ratings is used #5

Closed arpanEnbake closed 13 years ago

arpanEnbake commented 13 years ago

If plugin rating is used, as currently in jmrfq, we are unable to load the application because of a debug error $this->controller->params['pass'][0] not defined. Its coming from ratings/components/ratings.php line 98

Currently we have suppressed this error by following commit. http://tinyurl.com/5t86awq

Thanks.