Hi all!

i am new to Symfony, I started on a project and selected propel for
ORM, and sfBreadNav2Plugin for menus, database is implemented on
PostgreSQL.

I installed sfBreadNav2Plugin and done all steps given in the README
file.

when I open the main page of my site I receive the following message:

  500 | Internal Server Error | PropelException
  [wrapped: Cannot fetch ColumnMap for undefined column: TREE_LEFT]

  stack trace
  at ()
  in SF_SYMFONY_LIB_DIR\plugins\sfPropelPlugin\lib\vendor\propel\util
\BasePeer.php line467 ...

            if ($stmt) $stmt = null; // close
            if ($criteria->isUseTransaction()) $con->rollBack();
            Propel::log($e->getMessage(), Propel::LOG_ERR);
            throw new PropelException($e);
        }

        return $stmt;

I appreciate any suggestions.

regards,
jkarlos

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to