Fatal error: Module 'SourceGuardian' already loaded

76 views
Skip to first unread message

Gee

unread,
Jul 17, 2019, 1:32:04 PM7/17/19
to Fat-Free Framework
Hi
I use Source Guardian as an extension to run some sites on my server however; when I freshly installed the framework to try it out I keep getting the error:

Fatal error: Module 'SourceGuardian' already loaded

as a message from the index.php script.............

any idea's?

Gee

xfra35

unread,
Jul 17, 2019, 1:38:48 PM7/17/19
to Fat-Free Framework
Yes: fix your PHP config.

If you can't, you can also silent the error when loading the framework:

@$f3 = require('lib/base.php'); // without Composer

or

@$f3 = Base::instance(); // with Composer

Reply all
Reply to author
Forward
0 new messages