PHP Fatal error: Class 'Espo/Core/Hooks/Base not found in?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • worldmiros
    Senior Member
    • Dec 2015
    • 120

    PHP Fatal error: Class 'Espo/Core/Hooks/Base not found in?

    I'm using phpstorm, and when I run a file, specifically Quote/QuoteItem.php, I get an error stating, "PHP Fatal error: Class 'Espo/Core/Hooks/Base' not found in".
    ex. Class QuoteItem extends \Espo\Core\Hooks\Base
    I'm trying to see if I modify code in any matter to my desire, but nothing happens. So when I try run the file, I get the fatal error above. Not sure why I'm getting the error.
  • yuri
    Member
    • Mar 2014
    • 8627

    #2
    You can't run php files. You can run only entry points. Index.php
    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


    • worldmiros
      worldmiros commented
      Editing a comment
      @yrikuzn, so if I were modify any part of the code in Quote/QuoteItem.php file, nothing will change on the interface?

    • worldmiros
      worldmiros commented
      Editing a comment
      hi yuri, i need to bring the work to the customer, and give me a quotation for your help. i need to understand how to customize espo.
Working...