View Single Post
  #3  
Old 13th November 2011, 00:10
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default error when vote is made
Hey I'm getting a error when vote is placed...

Quote:
500 | Internal Server Error | Doctrine_Record_UnknownPropertyException

Unknown record property / related component "idsdg_questions" on "SdgVotes"

stack trace

  • at ()
    in SF_ROOT_DIR/lib/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record/Filter/Standard.php line 55 ...
      • */
      • public function filterGet(Doctrine_Record $record, $name)
      • {
      • throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record)));
      • }
      • }
Reply With Quote