pronique / multitenant

MultiTenant CakePHP Plugin - Use this plugin to easily build SaaS enabled web applications
Other
36 stars 16 forks source link

Class Not Found Error in config/bootstrap.php #14

Closed eGeekster closed 7 years ago

eGeekster commented 7 years ago

Removing the following line:

MTApp::config(Configure::consume('MultiTenant'));

Resolves this issue, though I'll be honest here I'm very new to CakePHP so I'm unsure of what other affects it may have. The full error is referenced in issue #13 and this appears to be the culprit. Removal of that line returns the application to working order.

Please let me know if you have any questions/feedback/input. Thanks.