Class NotFound

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    Class NotFound

    Hello,

    in : application/Espo/Services/Layout.php

    I think, we need to add because on line 56 we use it :

    use \Espo\Core\Exceptions\NotFound;

    Regards
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello,
    I am not a dev but it looks like an anonymous class.

    Comment

    • item
      Active Community Member
      • Mar 2017
      • 1476

      #3
      Hello Maximus ... you joke with me when you say "i am not a dev" ?

      i have try a modification .. and trow error 500 bad server... ( i am not a "dev" like you, this is certain )
      and i have see in log, class not found..
      then i have add in the file : use \Espo\Core\Exceptions\NotFound;

      the error 500 was become error 404..with in log file : layout don't found .. .. and then i was able to correct my "dev" with my skill

      Regards
      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      • yuri
        Member
        • Mar 2014
        • 8453

        #4
        Thanks for reporting.
        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

        Working...