Datawalke / Coordino

Self-hosted Knowledge Software your question & answer system written on top of the CakePHP Framework
http://coordino.com
MIT License
714 stars 173 forks source link

Error on Tags Page #49

Closed sqshr closed 10 years ago

sqshr commented 12 years ago

/tags page gives

Notice (8): Undefined variable: tags [APP/controllers/tags_controller.php, line 95]

Notice (8): Undefined variable: tags [APP/controllers/tags_controller.php, line 110]

Warning (2): Invalid argument supplied for foreach() [APP/views/tags/tag_list.ctp, line 9]

On a clean install.

Datawalke commented 12 years ago

@MikeEcho Thank you. We are working on getting a new build out shortly, this one seems to have a number of issues we missed.

Thank you for your patience.

sanjesh commented 12 years ago

Type this line in tag.php under models

var $actsAs=array('Containable');

Datawalke commented 10 years ago

This issue should now be resolved.