terminus-plugin-project / terminus-pancakes-plugin

Terminus Plugin to open Pantheon Site Databases in your Favorite SQL Client
MIT License
26 stars 20 forks source link

Fatal error: Class 'Pantheon\TerminusPancakes\Apps\PancakesApp' not found #15

Closed uberhacker closed 7 years ago

uberhacker commented 7 years ago
Fatal error: Class 'Pantheon\TerminusPancakes\Apps\PancakesApp' not found in ~/.terminus/plugins/terminus-pancakes/src/Apps/HeidiSql.php on line 8

System specs:

Terminus 1.0.0-beta.1

PHP 7.1.0 (cli) (built: Jan  7 2017 22:40:10) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.1.0-dev, Copyright (c) 1998-2016 Zend Technologies

Composer version 1.3.0 2016-12-24 00:47:03
derimagia commented 7 years ago

@uberhacker can you confirm this on master? I never duplicated it but I believe I fixed it.

derimagia commented 7 years ago

For now i forced include the Dependency App. We can probably switch to using better autoloading for the "Apps" but the important thing is it's working for me again.

derimagia commented 7 years ago

@uberhacker can you try the lastest commit? I was able to duplicate & fix it for now

derimagia commented 7 years ago

See #16 and #18