Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.0-ALPHA1
-
Fix Version/s: None
-
Component/s: Extensions
-
Labels:None
-
Environment:PHP 5.2.8, Doctrine 1.2.0 Alpha1, Vista, Sandbox 1.2.0 Alpha1
Description
After enabling Taggable extension, magic methods on the tables (e.g. getPopularTags)
cannot be reached:
Doctrine::getTable('Upload')->getPopularTags();
Fatal error: Uncaught exception 'Doctrine_Table_Exception' with message 'Unknown method Doctrine_Table::getPopularTags' in C:\Users\user\www\extens.dev\lib\Doctrine\Table.php:2608 Stack trace: #0 [internal function]: Doctrine_Table->__call('getPopularTags', Array) #1 C:\Users\user\www\extens.dev\index.php(7): Doctrine_Table->getPopularTags() #2
{main}thrown in C:\Users\user\www\extens.dev\lib\Doctrine\Table.php on line 2608