getherbert / herbert

The WordPress Plugin Framework:
http://getherbert.com/
632 stars 94 forks source link

Fatal error: Class Herbert\Framework\Application contains 2 abstract methods #84

Open h3llr4iser opened 8 years ago

h3llr4iser commented 8 years ago

I have just installed and i have and error when I try to activate the plugin.

Fatal error: Class Herbert\Framework\Application contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Foundation\Application::getCachedCompilePath, Illuminate\Contracts\Foundation\Application::getCachedServicesPath) in D:\wamp\www\easymailing-wp\vendor\getherbert\framework\Herbert\Framework\Application.php on line 1143

{
  "require": {
    "getherbert/framework": "~0.9"
  },
  "config": {
    "preferred-install": "dev"
  },
  "autoload": {
    "psr-4": {
      "Em\\": "app/"
    }
  }
}

The problem is in the Class Herbert\Framework\Application, I didnt found getCachedCompilePath() and getCachedServicesPath() required methods.

mitramejia commented 7 years ago

same here