5.7.11: search in multi-enum is empty?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wtconseil
    Active Community Member
    • Apr 2015
    • 335

    5.7.11: search in multi-enum is empty?

    Hi there,
    i recently upgraded to 5.7.11 version.

    I have a multi-enum field called "Type de contact"

    I cannot search on it right now. Everything seems to be empty (even if there is some data inside).

    After editing one of the Contact, the data seems to be searchable (one result in "not empty" field).
    I don't really know how to debug that.
    Could you help me plz?
    Thanks

    PS: i cannot upgrade to a newer version because of Mysql 5.7 dependancies
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    After some version (it was definitely way before 5.7) upgrade should have run a script that populates array_value table. For some reason it was not executed for you. Maybe cron is disabled. It should be in pending jobs.


    This method: https://github.com/espocrm/espocrm/b...s/App.php#L312

    If job does not exist you can create it manually

    service_name = 'App'
    method_name = 'jobPopulateArrayValues'

    It was on this forum before.

    P.S. It's not a bug.
    Last edited by yuri; 04-27-2020, 11:34 AM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • wtconseil
      Active Community Member
      • Apr 2015
      • 335

      #3
      yuri thanks a lot for your quick & prompt support.

      i don't really know why cron was disabled but after forcing running cron job, it's ok right now.

      Thanks again for your awesome support!

      Comment

      Working...