Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7730593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:15:50+00:00 2026-06-01T06:15:50+00:00

I got this exception … EntityCategoryProxy could not be converted to int in …

  • 0

I got this exception “… EntityCategoryProxy could not be converted to int in …” when I wanted to make such loop in my TWIG template:

{% for category in categories %}     
{{category.name}}
     {% for fund in funds %}
        {% if fund.category == category.id %} <<<<<<< EXCEPTION LINE
            {{fund.fundName}}
        {% endif %}
    {% endfor %}
{% endfor %}

WORKING CATEGORY RETRIEVAL (after accepted ANSWER change)

    $repository2 = $this->getDoctrine()
        ->getRepository('ToolsTFIBundle:Category');
    $query2 = $repository2->createQueryBuilder('c')
        ->orderBy('c.name','ASC')
        ->getQuery();
    $categoryList = $query2->getResult();

ALSO WORKING CATEGORY RETRIEVAL (after accepted ANSWER change)

    $em = $this->getDoctrine();
    $categoryList = $em->getRepository( 'ToolsTFIBundle:Category' )
                                    ->findAll();

“fund.category” is foreign key mapped to “category.id” via Doctrine2 ORM. Is there any option to make this loop valid and working?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:15:52+00:00Added an answer on June 1, 2026 at 6:15 am

    fund.category is not comparable with category.id because fund.category is an entity.

    Use fund.category.id == category.id

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got this error message and I'm not quite sure whats wrong: Exception in
I got this error Unhandled exception at 0x0049b946 in Program.exe: 0xC0000005: Access violation reading
i got a webservicedefinition like this: [OperationContract] [FaultContract(typeof(Exception))] [WebInvoke(ResponseFormat = WebMessageFormat.Xml, BodyStyle = WebMessageBodyStyle.Wrapped,
Got this line of code here but its not working. private void Button_Click(object sender,
i got this exception when i done the code given below.. Unable to evaluate
I got this class which raises same type of exception, how do i capture
So I've got this exception defined, protected constructors, static constructor methods (so all the
I got this exception in my program: Unhandled exception at 0x0051cce0 in JSONDataParsing.exe: 0xC0000005:
I got this exception 01-03 00:28:43.465 E/AndroidRuntime(13556): java.lang.NoSuchMethodError: android.content.pm.PackageManager.currentToCanonicalPackageNames 01-03 00:28:43.465 E/AndroidRuntime(13556): at com.android.DL_launcher.LauncherProvider$DatabaseHelper.addAppShortcut(LauncherProvider.java:632)
I am still new in objective-c programming, I got this exception, but I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.